From f31449d2921956d599eff82a14b192d1b3965615 Mon Sep 17 00:00:00 2001 From: Muyao Feng <92105726+Netyyyy@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:57:12 +0800 Subject: [PATCH] Prepare for Spring Cloud Azure AppConfiguration 2.10.0 (#32305) * update version and CHANGELOG.md --- eng/versioning/version_client.txt | 10 +++++----- .../CHANGELOG.md | 12 ++++-------- .../pom.xml | 4 ++-- .../CHANGELOG.md | 12 ++++-------- .../pom.xml | 2 +- .../CHANGELOG.md | 12 +++--------- .../pom.xml | 6 +++--- .../CHANGELOG.md | 12 +++--------- .../azure-spring-cloud-feature-management/pom.xml | 2 +- .../CHANGELOG.md | 11 ++++------- .../README.md | 4 ++-- .../pom.xml | 6 +++--- .../pom.xml | 2 +- 13 files changed, 36 insertions(+), 59 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index ad8840daf927b..599740a0ef29b 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -177,11 +177,11 @@ com.azure:azure-developer-loadtesting;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-identity-providers-core;1.0.0-beta.1;1.0.0 com.azure:azure-identity-providers-jdbc-mysql;1.0.0-beta.1;1.0.0 com.azure:azure-identity-providers-jdbc-postgresql;1.0.0-beta.1;1.0.0 -com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.9.0;2.10.0-beta.1 -com.azure.spring:azure-spring-cloud-appconfiguration-config;2.9.0;2.10.0-beta.1 -com.azure.spring:azure-spring-cloud-feature-management-web;2.8.0;2.9.0-beta.1 -com.azure.spring:azure-spring-cloud-feature-management;2.8.0;2.9.0-beta.1 -com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.9.0;2.10.0-beta.1 +com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.9.0;2.10.0 +com.azure.spring:azure-spring-cloud-appconfiguration-config;2.9.0;2.10.0 +com.azure.spring:azure-spring-cloud-feature-management-web;2.8.0;2.9.0 +com.azure.spring:azure-spring-cloud-feature-management;2.8.0;2.9.0 +com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.9.0;2.10.0 com.azure.spring:spring-cloud-azure-dependencies;4.4.0;4.5.0-beta.2 com.azure.spring:spring-messaging-azure;4.4.0;4.5.0-beta.2 com.azure.spring:spring-messaging-azure-eventhubs;4.4.0;4.5.0-beta.2 diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md index 6c8aa2dd92ffb..645ff6b56c87a 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md @@ -1,17 +1,13 @@ # Release History -## 2.10.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 2.10.0 (2022-11-24) +- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.13, 2.7.0-2.7.5. (Note: 2.5.x (x>14), 2.6.y (y>13) and 2.7.z (z>5) should be supported, but they aren't tested with this release.) +- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.5. (Note: 2020.0.x (x>6) and 2021.0.y (y>5) should be supported, but they aren't tested with this release.) ### Bugs Fixed - +- Fix CVEs. - Fixed an issue where Feature Flags didn't NormalizeNull on refresh checks, causing `(No Label)`/empty label feature flags to not cause refreshes when their value changed. -### Other Changes - ## 2.9.0 (2022-09-22) - This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.11, 2.7.0-2.7.3. (Note: 2.5.x (x>14), 2.6.y (y>11) and 2.7.z (z>3) should be supported, but they aren't tested with this release.) - This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.3. (Note: 2020.0.x (x>6) and 2021.0.y (y>3) should be supported, but they aren't tested with this release.) diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml index c88ffb2016419..92f50382d9fbc 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-appconfiguration-config-web - 2.10.0-beta.1 + 2.10.0 Azure Spring Cloud App Configuration Config Web Integration of Spring Cloud Config and Azure App Configuration Service @@ -26,7 +26,7 @@ com.azure.spring azure-spring-cloud-appconfiguration-config - 2.10.0-beta.1 + 2.10.0 org.springframework.boot diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md index a6ebc3370eb1b..9eac45b08c0d3 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md @@ -1,17 +1,13 @@ # Release History -## 2.10.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 2.10.0 (2022-11-24) +- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.13, 2.7.0-2.7.5. (Note: 2.5.x (x>14), 2.6.y (y>13) and 2.7.z (z>5) should be supported, but they aren't tested with this release.) +- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.5. (Note: 2020.0.x (x>6) and 2021.0.y (y>5) should be supported, but they aren't tested with this release.) ### Bugs Fixed - +- Fix CVEs. - Fixed an issue where Feature Flags didn't NormalizeNull on refresh checks, causing `(No Label)`/empty label feature flags to not cause refreshes when their value changed. -### Other Changes - ## 2.9.0 (2022-09-22) - This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.11, 2.7.0-2.7.3. (Note: 2.5.x (x>14), 2.6.y (y>11) and 2.7.z (z>3) should be supported, but they aren't tested with this release.) - This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.3. (Note: 2020.0.x (x>6) and 2021.0.y (y>3) should be supported, but they aren't tested with this release.) diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml index 1b8b1efa0ce47..136a90785d04f 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-appconfiguration-config - 2.10.0-beta.1 + 2.10.0 Azure Spring Cloud App Configuration Config Integration of Spring Cloud Config and Azure App Configuration Service diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md index 94751d386bb3b..8571875a6774d 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md @@ -1,14 +1,8 @@ # Release History -## 2.9.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +## 2.9.0 (2022-11-24) +- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.13, 2.7.0-2.7.5. (Note: 2.5.x (x>14), 2.6.y (y>13) and 2.7.z (z>5) should be supported, but they aren't tested with this release.) +- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.5. (Note: 2020.0.x (x>6) and 2021.0.y (y>5) should be supported, but they aren't tested with this release.) ## 2.8.0 (2022-09-22) - This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.11, 2.7.0-2.7.3. (Note: 2.5.x (x>14), 2.6.y (y>11) and 2.7.z (z>3) should be supported, but they aren't tested with this release.) diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml index 083f9d2d1bc7d..3fde22233aee9 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml @@ -11,7 +11,7 @@ com.azure.spring azure-spring-cloud-feature-management-web - 2.9.0-beta.1 + 2.9.0 Azure Spring Cloud Feature Management Web Adds Feature Management into Spring Web @@ -45,7 +45,7 @@ com.azure.spring azure-spring-cloud-feature-management - 2.9.0-beta.1 + 2.9.0 + com.azure.spring:azure-spring-cloud-feature-management:[2.9.0] javax.servlet:javax.servlet-api:[4.0.1] org.springframework:spring-web:[5.3.23] org.springframework:spring-webmvc:[5.3.23] diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md index 5ad123a131b8f..4260dd158a591 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md @@ -1,14 +1,8 @@ # Release History -## 2.9.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +## 2.9.0 (2022-11-24) +- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.13, 2.7.0-2.7.5. (Note: 2.5.x (x>14), 2.6.y (y>13) and 2.7.z (z>5) should be supported, but they aren't tested with this release.) +- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.5. (Note: 2020.0.x (x>6) and 2021.0.y (y>5) should be supported, but they aren't tested with this release.) ## 2.8.0 (2022-09-22) - This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.11, 2.7.0-2.7.3. (Note: 2.5.x (x>14), 2.6.y (y>11) and 2.7.z (z>3) should be supported, but they aren't tested with this release.) diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml b/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml index b18ed4fd10ee8..9a5023709b97a 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml @@ -11,7 +11,7 @@ com.azure.spring azure-spring-cloud-feature-management - 2.9.0-beta.1 + 2.9.0 Azure Spring Cloud Feature Management Adds Feature Management into Spring diff --git a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md index 17c436dcc4576..f68060836a6e1 100644 --- a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md @@ -1,14 +1,11 @@ # Release History -## 2.10.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 2.10.0 (2022-11-24) +- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.13, 2.7.0-2.7.5. (Note: 2.5.x (x>14), 2.6.y (y>13) and 2.7.z (z>5) should be supported, but they aren't tested with this release.) +- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.5. (Note: 2020.0.x (x>6) and 2021.0.y (y>5) should be supported, but they aren't tested with this release.) ### Bugs Fixed - -### Other Changes +- Fix CVEs. ## 2.9.0 (2022-09-22) - This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.11, 2.7.0-2.7.3. (Note: 2.5.x (x>14), 2.6.y (y>11) and 2.7.z (z>3) should be supported, but they aren't tested with this release.) diff --git a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/README.md b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/README.md index 72785ecac8422..9b069ff2ac166 100644 --- a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/README.md +++ b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/README.md @@ -21,7 +21,7 @@ There are two libraries that can be used azure-spring-cloud-appconfiguration-con com.azure.spring azure-spring-cloud-appconfiguration-config - 2.10.0-beta.1 + 2.10.0 ``` [//]: # ({x-version-update-end}) @@ -33,7 +33,7 @@ or com.azure.spring azure-spring-cloud-appconfiguration-config-web - 2.10.0-beta.1 + 2.10.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml index 3e96ac8a0bbc2..a35486a5c0811 100644 --- a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml @@ -11,19 +11,19 @@ com.azure.spring azure-spring-cloud-starter-appconfiguration-config - 2.10.0-beta.1 + 2.10.0 Azure Spring Cloud Starter App Configuration Config com.azure.spring azure-spring-cloud-appconfiguration-config-web - 2.10.0-beta.1 + 2.10.0 com.azure.spring azure-spring-cloud-feature-management-web - 2.9.0-beta.1 + 2.9.0 diff --git a/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml b/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml index 65585d0fbe320..c7916e69972de 100644 --- a/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml @@ -24,7 +24,7 @@ com.azure.spring azure-spring-cloud-starter-appconfiguration-config - 2.10.0-beta.1 + 2.10.0 com.microsoft.azure