From 4cf79257e0f38a4ea42bbad7ddd09732812eb066 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 28 Jan 2022 19:41:55 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index bfdd1436..0f6f9565 100644 --- a/README.adoc +++ b/README.adoc @@ -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`.