Skip to content

Commit 41b4700

Browse files
committed
[data/release] update release schedule format
The data file format is modified a little to make the next patch release information more structured. A `note` field is added to the `next` map to allow for generic information about the next patch release similar to previous patch releases. Signed-off-by: Nabarun Pal <[email protected]>
1 parent 3de6d99 commit 41b4700

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

data/releases/schedule.yaml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ schedules:
33
releaseDate: 2022-08-23
44
maintenanceModeStartDate: 2023-08-28
55
endOfLifeDate: 2023-10-27
6-
next: 1.25.1
7-
cherryPickDeadline: 2022-09-09
8-
targetDate: 2022-09-14
6+
next:
7+
release: 1.25.1
8+
cherryPickDeadline: 2022-09-09
9+
targetDate: 2022-09-14
910
- release: 1.24
1011
releaseDate: 2022-05-03
1112
maintenanceModeStartDate: 2023-05-28
1213
endOfLifeDate: 2023-07-28
13-
next: 1.24.5
14-
cherryPickDeadline: 2022-09-09
15-
targetDate: 2022-09-14
14+
next:
15+
release: 1.24.5
16+
cherryPickDeadline: 2022-09-09
17+
targetDate: 2022-09-14
1618
previousPatches:
1719
- release: 1.24.4
1820
cherryPickDeadline: 2022-08-12
@@ -30,9 +32,10 @@ schedules:
3032
releaseDate: 2021-12-07
3133
maintenanceModeStartDate: 2022-12-28
3234
endOfLifeDate: 2023-02-28
33-
next: 1.23.11
34-
cherryPickDeadline: 2022-09-09
35-
targetDate: 2022-09-14
35+
next:
36+
release: 1.23.11
37+
cherryPickDeadline: 2022-09-09
38+
targetDate: 2022-09-14
3639
previousPatches:
3740
- release: 1.23.10
3841
cherryPickDeadline: 2022-08-12
@@ -58,7 +61,8 @@ schedules:
5861
- release: 1.23.3
5962
cherryPickDeadline: 2022-01-24
6063
targetDate: 2022-01-25
61-
note: "Out-of-Bound Release https://groups.google.com/a/kubernetes.io/g/dev/c/Xl1sm-CItaY"
64+
note: >-
65+
[Out-of-Bound Release](https://groups.google.com/a/kubernetes.io/g/dev/c/Xl1sm-CItaY)
6266
- release: 1.23.2
6367
cherryPickDeadline: 2022-01-14
6468
targetDate: 2022-01-19
@@ -69,9 +73,10 @@ schedules:
6973
releaseDate: 2021-08-04
7074
maintenanceModeStartDate: 2022-08-28
7175
endOfLifeDate: 2022-10-28
72-
next: 1.22.14
73-
cherryPickDeadline: 2022-09-09
74-
targetDate: 2022-09-14
76+
next:
77+
release: 1.22.14
78+
cherryPickDeadline: 2022-09-09
79+
targetDate: 2022-09-14
7580
previousPatches:
7681
- release: 1.22.13
7782
cherryPickDeadline: 2022-08-12

0 commit comments

Comments
 (0)