Skip to content

Commit 728fa37

Browse files
authored
Fix upcoming release dates and improve documentation (#1758)
1 parent 3fdd514 commit 728fa37

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

mechanics/RELEASE-SCHEDULE.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,25 @@ The Knative project releases quarterly, on Tuesday of the 4th week of January, A
1111
# minute hour day month weekday
1212
0 0 22-28 1,4,7,10 2
1313
```
14+
See the [Knative Community Calendar](../CALENDAR.MD) for upcoming release dates and events.
1415

1516
The end of life (EOL) date for given release is calculated, by taking release date of a `n+2` release, and adding one week to it.
1617

18+
The minimum Kubernetes version is the oldest K8s version in active community support (not in maintenance mode) at release time. See the [K8s minimum version principle](RELEASE-VERSIONING-PRINCIPLES.md#k8s-minimum-version-principle) for details.
19+
1720
As much as possible, releases should be driven by automation, and repos should be ready to release at any point. It should also be possible to produce and consume nightly artifacts.
1821

1922
With that said, it can be useful to have a list of when future releases will happen, so this document provides a schedule for the next 12 months of releases and a list of supported and historical releases.
2023

2124
## Upcoming releases
2225

26+
Dates shown are when the core Knative repositories (serving, eventing, etc.) are released. Supporting repositories release approximately one week earlier per the [release timeline](https://github.com/knative/release/blob/main/TIMELINE.md).
27+
2328
| Release | Date | EOL | Min K8s Version | Notes |
2429
|---------|------------|------------|-----------------| ----- |
25-
| 1.21 | 2026-01-20 | 2026-07-21 | 1.33 | |
26-
| 1.22 | 2026-04-21 | 2026-10-27 | 1.34 | |
27-
| 1.23 | 2026-07-28 | 2027-01-26 | 1.35 | |
30+
| 1.21 | 2026-01-27 | 2026-08-04 | 1.33 | |
31+
| 1.22 | 2026-04-28 | 2026-11-03 | 1.34 | |
32+
| 1.23 | 2026-07-28 | 2027-02-02 | 1.34 | |
2833

2934
## Releases supported by community
3035

0 commit comments

Comments
 (0)