Skip to content

Conversation

@Urvashi0109
Copy link
Contributor

Description

Updating hugo.toml for release v1.35.

/hold until v1.35 release day.

Issue

Closes: #

Copilot AI review requested due to automatic review settings December 12, 2025 11:26
@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 12, 2025
@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for k8s-v1-31 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit d520abb
🔍 Latest deploy log https://app.netlify.com/projects/k8s-v1-31/deploys/693bfbfeda7cd700089c1076
😎 Deploy Preview https://deploy-preview-53589--k8s-v1-31.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign nate-double-u for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Dec 12, 2025
Copy link

Copilot AI left a 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"
Copy link

Copilot AI Dec 12, 2025

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.

Suggested change
githubbranch = "1.31.14"
githubbranch = "v1.31.14"

Copilot uses AI. Check for mistakes.
@netlify
Copy link

netlify bot commented Dec 12, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit d520abb
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/693bfbfe5077940008ce2460
😎 Deploy Preview https://deploy-preview-53589--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants