https://github.com/knative/release
Knative release docs & scripts
https://github.com/knative/release
Last synced: 11 months ago
JSON representation
Knative release docs & scripts
- Host: GitHub
- URL: https://github.com/knative/release
- Owner: knative
- License: apache-2.0
- Created: 2021-02-17T20:05:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T19:13:38.000Z (about 1 year ago)
- Last Synced: 2025-04-22T20:26:55.540Z (about 1 year ago)
- Language: Shell
- Size: 938 KB
- Stars: 8
- Watchers: 13
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Knative release
This project is for Knative release leads who need to track and perform a series of steps necessary to release each of the `knative.dev` components.
## Release schedule
The Knative project releases quarterly, on Tuesday of the 4th week of January, April, July, October, represented by the following Crontab expression:
```
# minute hour day month weekday
0 0 22-28 1,4,7,10 2
```
**NOTE**: *Minor deviances from above schedule are possible, but they must be accepted by the [TOC committee](https://github.com/knative/community/blob/main/TECH-OVERSIGHT-COMMITTEE.md). Exact dates will always be updated in table(s) below.*
### Release schedule for 2025
| Release | Release Date | Release Leads | PKG cut | Unpin repos |
|---------|--------------|-------------------------------------------------------------------|------------|-------------|
| v1.19 | 2025-07-22 | TBD | 2025-07-15 | 2025-07-23 |
| v1.20 | 2025-10-21 | TBD | 2025-10-14 | 2025-10-22 |
### Release schedule for 2026
| Release | Release Date | Release Leads | PKG cut | Unpin repos |
|---------|--------------|-------------------------------------------------------------------|------------|-------------|
| v1.21 | 2026-01-20 | TBD | 2026-01-13 | 2026-01-27 |
## Release leads
The current pool of Knative release lead volunteers are listed in the [release roster](./ROSTER.md). If you would like to be a Knative release lead, please open a PR to add your name to the list! Please note: Before volunteering to lead a specific release, please look over the [release timeline](TIMELINE.md) to ensure your availability during the various checkpoints for that release is going to be a match.
## Contributing
If you would like to make contributions towards a future Knative release, you can take a look at all of the help wanted issue across Knative by looking
at [CLOTRIBUTOR](https://clotributor.dev/search?project=knative&page=1).