Clarify breaking changes in docs

This commit is contained in:
Ryan Baxter
2022-01-28 12:43:52 -05:00
parent 8650d126bc
commit 9cc392f4be

View File

@@ -19,9 +19,9 @@ Be aware that when `spring-cloud-kubernetes-config` is on the classpath, `spring
Also note that these properties: `spring.cloud.kubernetes.config.enabled` and `spring.cloud.kubernetes.secrets.enabled`
only take effect when set in `bootstrap.{properties|yml}`.
=== Functional changes since 2.1.x version
=== Breaking Changes In 3.0.x
In versions prior to `2.1.x`, Kubernetes awareness was implemented using `spring.cloud.kubernetes.enabled` property. This
In versions of Spring Cloud Kubernetes prior to `3.0.x`, Kubernetes awareness was implemented using `spring.cloud.kubernetes.enabled` property. This
property was removed and is un-supported. Instead, we use Spring Boot API: https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/condition/ConditionalOnCloudPlatform.html[ConditionalOnCloudPlatform].
If it is needed to explicitly enable or disable this awareness, use `spring.main.cloud-platform=NONE/KUBERNETES`.