-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Updates v1.31 hugo.toml for release v1.35 #53589
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
base: release-1.31
Are you sure you want to change the base?
Updates v1.31 hugo.toml for release v1.35 #53589
Conversation
✅ Deploy Preview for k8s-v1-31 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.
Pull request overview
This PR updates the Hugo configuration file to prepare the Kubernetes documentation website for the v1.35 release. It updates version references, adds the new v1.35 version to the supported versions list, and removes the deprecated v1.30 version to maintain the standard 5-version support window.
Key changes:
- Updates the latest version from v1.34 to v1.35
- Adds v1.35.0 as a new version entry and moves v1.34 to the release branch
- Updates patch versions for all supported releases (v1.31-v1.34)
- Removes v1.30 from the supported versions list
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| version = "v1.31" | ||
| githubbranch = "1.31.12" | ||
| githubbranch = "1.31.14" |
Copilot
AI
Dec 12, 2025
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.
The githubbranch value is missing the "v" prefix. It should be "v1.31.14" to match the format used in the versions array at line 214 and all other version entries (lines 190, 196, 202, 208). This inconsistency could cause issues if the code expects a consistent format for githubbranch values.
| githubbranch = "1.31.14" | |
| githubbranch = "v1.31.14" |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Description
Updating hugo.toml for release v1.35.
/hold until v1.35 release day.
Issue
Closes: #