From 57ba28423967a3f74305648222f1dcda0c64737d Mon Sep 17 00:00:00 2001 From: Muyao Feng <92105726+Netyyyy@users.noreply.github.com> Date: Fri, 31 May 2024 10:22:38 +0800 Subject: [PATCH] Update Spring Boot and Spring Cloud versions for the compatibility test. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/9216564215 (#40337) Co-authored-by: github-actions --- .../spring-cloud-azure-supported-spring.json | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json index cd9a2b48f1af8..7bad4e6aa4abf 100644 --- a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json +++ b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json @@ -1,4 +1,12 @@ [ + { + "current" : true, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "SUPPORTED", + "spring-boot-version" : "3.3.0", + "spring-cloud-version" : "2023.0.1" + }, { "current" : false, "releaseStatus" : "SNAPSHOT", @@ -16,10 +24,18 @@ "spring-cloud-version" : "2023.0.0" }, { - "current" : true, + "current" : false, "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, "supportStatus" : "SUPPORTED", + "spring-boot-version" : "3.2.6", + "spring-cloud-version" : "2023.0.1" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.2.5", "spring-cloud-version" : "2023.0.1" }, @@ -140,6 +156,14 @@ "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, "supportStatus" : "SUPPORTED", + "spring-boot-version" : "3.1.12", + "spring-cloud-version" : "2022.0.5" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.1.11", "spring-cloud-version" : "2022.0.5" },