Skip to content

Commit e6c9d69

Browse files
committed
Add doc string on how to update {eol,schedule}.yaml
The merge of kubernetes/release#3583 introduced a documentation string to both files mentioning how to update them. We now sync the changes to match the output of the latest schedule-builder tool revision. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 246864f commit e6c9d69

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

data/releases/eol.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Use "schedule-builder" to maintain this file:
2+
# https://github.com/kubernetes/release/tree/master/cmd/schedule-builder
3+
# For example by running:
4+
# schedule-builder -uc data/releases/schedule.yaml -e data/releases/eol.yaml
5+
---
16
branches:
27
- endOfLifeDate: "2024-02-28"
38
finalPatchRelease: 1.26.15

data/releases/schedule.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Use "schedule-builder" to maintain this file:
2+
# https://github.com/kubernetes/release/tree/master/cmd/schedule-builder
3+
# For example by running:
4+
# schedule-builder -uc data/releases/schedule.yaml -e data/releases/eol.yaml
5+
---
16
schedules:
27
- endOfLifeDate: "2025-06-28"
38
maintenanceModeStartDate: "2025-04-28"

0 commit comments

Comments
 (0)