-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Add Kubernetes 1.34 to release schedule #52269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kubernetes 1.34 to release schedule #52269
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checking - is this data updated using the "schedule-builder" tool mentioned at the top of the file?
website/data/releases/schedule.yaml
Lines 1 to 4 in e2009ed
# Use "schedule-builder" to maintain this file: | |
# https://github.com/kubernetes/release/tree/master/cmd/schedule-builder | |
# For example by running: | |
# schedule-builder -uc data/releases/schedule.yaml -e data/releases/eol.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, @dipesh-rawat I followed this
https://github.com/kubernetes/release/tree/master/cmd/schedule-builder
.
However, I discovered the tool doesn't automatically detect new major releases. I had to manually add the 1.34 entry to the schedule.yaml file first, then ran schedule-builder -uc data/releases/schedule.yaml -e data/releases/eol.yaml to validate the format and maintain consistency across the schedule.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added screenshots following the "schedule-builder".
Thanks @dipesh-rawat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Caesarsage Could you please re-run the schedule-builder tool again to refresh the results? Yesterday’s patch version releases (v1.34.1, v1.35 etc) may have now made the current data in PR a little stale.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Caesarsage, To finalize this PR, please squash commits of this PR into one commit.
Thanks! |
- Add initial release schedule for Kubernetes 1.34 - Update upcoming release information using schedule-builder - Include patch release details for 1.34
f2d51b7
to
398004b
Compare
yes. Thanks |
Hello @kubernetes/release-managers - small request to review this PR updating the releases schedule file. (LGTM from docs perspective based on the data being rendered correctly in Preview pages) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
thanks!
LGTM label has been added. Git tree hash: 1173ddbbac4b3f9bb00154d7548f5a295bedda6b
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Verolop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Added 1.34.0 release (2025-08-27) to schedule
validated with schedule builder
Issue
#52220
Closes: #52220