Skip to content

Commit

Permalink
Update Spring Boot and Spring Cloud versions for the compatibility te…
Browse files Browse the repository at this point in the history
…st. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/5970152818 (Azure#36509)

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Netyyyy and github-actions authored Aug 28, 2023
1 parent 033e765 commit fa88683
Showing 1 changed file with 59 additions and 3 deletions.
62 changes: 59 additions & 3 deletions sdk/spring/spring-cloud-azure-supported-spring.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"releaseStatus" : "PRERELEASE",
"snapshot" : false,
"supportStatus" : "TODO",
"spring-boot-version" : "3.2.0-M2",
"spring-cloud-version" : "2023.0.0-M1"
},
{
"current" : false,
"releaseStatus" : "PRERELEASE",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.2.0-M1",
"spring-cloud-version" : "2023.0.0-M1"
},
Expand All @@ -20,14 +28,30 @@
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "TODO",
"spring-boot-version" : "3.1.3-SNAPSHOT",
"spring-boot-version" : "3.1.4-SNAPSHOT",
"spring-cloud-version" : "2022.0.4"
},
{
"current" : true,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.1.3",
"spring-cloud-version" : "2022.0.4"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.1.3-SNAPSHOT",
"spring-cloud-version" : "2022.0.4"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.1.2",
"spring-cloud-version" : "2022.0.4"
},
Expand Down Expand Up @@ -84,14 +108,30 @@
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "TODO",
"spring-boot-version" : "3.0.10-SNAPSHOT",
"spring-boot-version" : "3.0.11-SNAPSHOT",
"spring-cloud-version" : "2022.0.4"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.0.10",
"spring-cloud-version" : "2022.0.4"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.0.10-SNAPSHOT",
"spring-cloud-version" : "2022.0.4"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.0.9",
"spring-cloud-version" : "2022.0.4"
},
Expand Down Expand Up @@ -244,14 +284,30 @@
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "TODO",
"spring-boot-version" : "2.7.15-SNAPSHOT",
"spring-boot-version" : "2.7.16-SNAPSHOT",
"spring-cloud-version" : "2021.0.8"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "2.7.15",
"spring-cloud-version" : "2021.0.8"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "2.7.15-SNAPSHOT",
"spring-cloud-version" : "2021.0.8"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "2.7.14",
"spring-cloud-version" : "2021.0.8"
},
Expand Down

0 comments on commit fa88683

Please sign in to comment.