Skip to content

Commit d5a61f3

Browse files
Netyyyygithub-actions
andauthored
Update Spring Cloud Azure Support File (Azure#32329)
* 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/3544382412 Co-authored-by: github-actions <github-actions@github.com>
1 parent 455d3f2 commit d5a61f3

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

sdk/spring/spring-cloud-azure-supported-spring.json

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,30 @@
44
"releaseStatus" : "SNAPSHOT",
55
"snapshot" : true,
66
"supportStatus" : "TODO",
7+
"spring-boot-version" : "3.0.1-SNAPSHOT",
8+
"spring-cloud-version" : "2022.0.0-RC2"
9+
},
10+
{
11+
"current" : false,
12+
"releaseStatus" : "GENERAL_AVAILABILITY",
13+
"snapshot" : false,
14+
"supportStatus" : "TODO",
15+
"spring-boot-version" : "3.0.0",
16+
"spring-cloud-version" : "2022.0.0-RC2"
17+
},
18+
{
19+
"current" : false,
20+
"releaseStatus" : "SNAPSHOT",
21+
"snapshot" : true,
22+
"supportStatus" : "END_OF_LIFE",
723
"spring-boot-version" : "3.0.0-SNAPSHOT",
824
"spring-cloud-version" : "2022.0.0-RC2"
925
},
1026
{
1127
"current" : false,
1228
"releaseStatus" : "PRERELEASE",
1329
"snapshot" : false,
14-
"supportStatus" : "TODO",
30+
"supportStatus" : "END_OF_LIFE",
1531
"spring-boot-version" : "3.0.0-RC2",
1632
"spring-cloud-version" : "2022.0.0-RC2"
1733
},
@@ -52,14 +68,30 @@
5268
"releaseStatus" : "SNAPSHOT",
5369
"snapshot" : true,
5470
"supportStatus" : "TODO",
55-
"spring-boot-version" : "2.7.6-SNAPSHOT",
71+
"spring-boot-version" : "2.7.7-SNAPSHOT",
5672
"spring-cloud-version" : "2021.0.5"
5773
},
5874
{
5975
"current" : true,
6076
"releaseStatus" : "GENERAL_AVAILABILITY",
6177
"snapshot" : false,
6278
"supportStatus" : "SUPPORTED",
79+
"spring-boot-version" : "2.7.6",
80+
"spring-cloud-version" : "2021.0.5"
81+
},
82+
{
83+
"current" : false,
84+
"releaseStatus" : "SNAPSHOT",
85+
"snapshot" : true,
86+
"supportStatus" : "END_OF_LIFE",
87+
"spring-boot-version" : "2.7.6-SNAPSHOT",
88+
"spring-cloud-version" : "2021.0.5"
89+
},
90+
{
91+
"current" : false,
92+
"releaseStatus" : "GENERAL_AVAILABILITY",
93+
"snapshot" : false,
94+
"supportStatus" : "END_OF_LIFE",
6395
"spring-boot-version" : "2.7.5",
6496
"spring-cloud-version" : "2021.0.5"
6597
},
@@ -143,19 +175,27 @@
143175
"spring-boot-version" : "2.7.0",
144176
"spring-cloud-version" : "2021.0.3"
145177
},
178+
{
179+
"current" : false,
180+
"releaseStatus" : "GENERAL_AVAILABILITY",
181+
"snapshot" : false,
182+
"supportStatus" : "SUPPORTED",
183+
"spring-boot-version" : "2.6.14",
184+
"spring-cloud-version" : "2021.0.5"
185+
},
146186
{
147187
"current" : false,
148188
"releaseStatus" : "SNAPSHOT",
149189
"snapshot" : true,
150-
"supportStatus" : "TODO",
190+
"supportStatus" : "END_OF_LIFE",
151191
"spring-boot-version" : "2.6.14-SNAPSHOT",
152192
"spring-cloud-version" : "2021.0.5"
153193
},
154194
{
155195
"current" : false,
156196
"releaseStatus" : "GENERAL_AVAILABILITY",
157197
"snapshot" : false,
158-
"supportStatus" : "SUPPORTED",
198+
"supportStatus" : "END_OF_LIFE",
159199
"spring-boot-version" : "2.6.13",
160200
"spring-cloud-version" : "2021.0.5"
161201
},

0 commit comments

Comments
 (0)