Skip to content

Commit 56692f6

Browse files
authored
Update Spring Cloud Azure Support File (Azure#29499)
* 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/2506179546 * Update supportStatus
1 parent c738bda commit 56692f6

File tree

1 file changed

+70
-22
lines changed

1 file changed

+70
-22
lines changed
Lines changed: 70 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,74 @@
11
[
22
{
3-
"current": true,
4-
"spring-boot-version": "2.7.0",
5-
"spring-cloud-version": "2021.0.3",
6-
"releaseStatus": "GENERAL_AVAILABILITY",
7-
"snapshot": false,
8-
"supportStatus": "SUPPORTED"
9-
},
10-
{
11-
"current": false,
12-
"spring-boot-version": "2.6.8",
13-
"spring-cloud-version": "2021.0.3",
14-
"releaseStatus": "GENERAL_AVAILABILITY",
15-
"snapshot": false,
16-
"supportStatus": "SUPPORTED"
17-
},
18-
{
19-
"current": false,
20-
"spring-boot-version": "2.5.14",
21-
"spring-cloud-version": "2020.0.5",
22-
"releaseStatus": "GENERAL_AVAILABILITY",
23-
"snapshot": false,
24-
"supportStatus": "SUPPORTED"
3+
"current" : false,
4+
"releaseStatus" : "SNAPSHOT",
5+
"snapshot" : true,
6+
"supportStatus" : "TODO",
7+
"spring-boot-version" : "3.0.0-SNAPSHOT",
8+
"spring-cloud-version" : "2022.0.0-M2"
9+
},
10+
{
11+
"current" : false,
12+
"releaseStatus" : "PRERELEASE",
13+
"snapshot" : false,
14+
"supportStatus" : "TODO",
15+
"spring-boot-version" : "3.0.0-M3",
16+
"spring-cloud-version" : "2022.0.0-M2"
17+
},
18+
{
19+
"current" : false,
20+
"releaseStatus" : "SNAPSHOT",
21+
"snapshot" : true,
22+
"supportStatus" : "TODO",
23+
"spring-boot-version" : "2.7.1-SNAPSHOT",
24+
"spring-cloud-version" : "2021.0.3"
25+
},
26+
{
27+
"current" : true,
28+
"releaseStatus" : "GENERAL_AVAILABILITY",
29+
"snapshot" : false,
30+
"supportStatus" : "SUPPORTED",
31+
"spring-boot-version" : "2.7.0",
32+
"spring-cloud-version" : "2021.0.3"
33+
},
34+
{
35+
"current" : false,
36+
"releaseStatus" : "SNAPSHOT",
37+
"snapshot" : true,
38+
"supportStatus" : "TODO",
39+
"spring-boot-version" : "2.6.9-SNAPSHOT",
40+
"spring-cloud-version" : "2021.0.3"
41+
},
42+
{
43+
"current" : false,
44+
"releaseStatus" : "GENERAL_AVAILABILITY",
45+
"snapshot" : false,
46+
"supportStatus" : "SUPPORTED",
47+
"spring-boot-version" : "2.6.8",
48+
"spring-cloud-version" : "2021.0.3"
49+
},
50+
{
51+
"current" : false,
52+
"releaseStatus" : "GENERAL_AVAILABILITY",
53+
"snapshot" : false,
54+
"supportStatus" : "SUPPORTED",
55+
"spring-boot-version" : "2.5.14",
56+
"spring-cloud-version" : "2020.0.5"
57+
},
58+
{
59+
"current" : false,
60+
"releaseStatus" : "GENERAL_AVAILABILITY",
61+
"snapshot" : false,
62+
"supportStatus" : "END_OF_LIFE",
63+
"spring-boot-version" : "2.4.13",
64+
"spring-cloud-version" : "2020.0.5"
65+
},
66+
{
67+
"current" : false,
68+
"releaseStatus" : "GENERAL_AVAILABILITY",
69+
"snapshot" : false,
70+
"supportStatus" : "END_OF_LIFE",
71+
"spring-boot-version" : "2.3.12.RELEASE",
72+
"spring-cloud-version" : "Hoxton.SR12"
2573
}
2674
]

0 commit comments

Comments
 (0)