Updates v1.31 hugo.toml for release v1.35#53589
Updates v1.31 hugo.toml for release v1.35#53589Urvashi0109 wants to merge 1 commit intokubernetes:release-1.31from Urvashi0109:update-release-1.31-hugo.toml
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.
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" |
There was a problem hiding this comment.
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. |
|
I checked, this matches the patch release versions. /lgtm |
|
LGTM label has been added. DetailsGit tree hash: 1089870e3524dba248008e1bfa1369cb5d0fb588 |
Description
Updating hugo.toml for release v1.35.
/hold until v1.35 release day.
Issue
Closes: #