Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: handle new major release of kubernetes
When there is a new major of Kubernetes there is no `previousPatches` in the `schedule.yaml` file: ```yaml - release: 1.30 releaseDate: 2024-04-17 next: release: 1.30.1 cherryPickDeadline: 2024-05-10 targetDate: 2024-05-15 maintenanceModeStartDate: 2025-04-28 endOfLifeDate: 2025-06-28 ``` In this case, we extend the current `release` with `.0` to build the full version. Signed-off-by: Mathieu Tortuyaux <[email protected]>
- Loading branch information