Bumping versions

This commit is contained in:
buildmaster
2022-01-28 19:41:55 +00:00
parent 9cc392f4be
commit 4cf79257e0

View File

@@ -1107,9 +1107,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`.