Skip to content

bump k8s to v1.32.6#5383

Merged
zhangzujian merged 1 commit intokubeovn:masterfrom
zhangzujian:k8s-1.32.6
Jun 20, 2025
Merged

bump k8s to v1.32.6#5383
zhangzujian merged 1 commit intokubeovn:masterfrom
zhangzujian:k8s-1.32.6

Conversation

@zhangzujian
Copy link
Copy Markdown
Member

Pull Request

What type of this PR

Examples of user facing changes:

  • Features
  • Bug fixes
  • Docs
  • Tests

Which issue(s) this PR fixes

Fixes #(issue-number)

@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 20, 2025
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @zhangzujian, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on upgrading the Kubernetes-related dependencies to version v1.32.6. This is a routine maintenance update to ensure the project stays current with the latest Kubernetes releases, incorporating any bug fixes or minor improvements from the new patch version. The changes span across Docker build configurations, Go module definitions, and build system variables.

Highlights

  • Kubernetes Version Bump: I've updated the core Kubernetes dependencies across the project from v1.32.5 to v1.32.6. This includes the kubectl version used in the base Docker image and dependency download scripts.
  • Go Module Dependency Updates: The go.mod and go.sum files have been updated to reflect the new Kubernetes module versions (k8s.io/apiserver, k8s.io/kube-aggregator, k8s.io/kubectl, k8s.io/kubernetes, k8s.io/pod-security-admission, and many indirect k8s.io dependencies). Additionally, several other indirect Go modules like github.com/go-viper/mapstructure/v2, github.com/grpc-ecosystem/grpc-gateway/v2, github.com/opencontainers/cgroups, github.com/prometheus/common, github.com/spf13/cast, and go.etcd.io/etcd components have been bumped to their latest patch or minor versions.
  • Build System Alignment: The talos.mk file has been updated to align the TALOS_K8S_VERSION with the new 1.32.6 Kubernetes version, ensuring consistency in the build environment.
  • Test Module Updates: The test/anp/go.mod and test/anp/go.sum files have also been updated to use the v0.32.6 versions of k8s.io/apimachinery, k8s.io/client-go, k8s.io/api, and k8s.io/apiextensions-apiserver to maintain compatibility with the updated Kubernetes dependencies.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 15772752893

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.006%) to 21.571%

Files with Coverage Reduction New Missed Lines %
pkg/ovs/ovn-nb-logical_router_route.go 2 75.94%
Totals Coverage Status
Change from base Build 15772728255: 0.006%
Covered Lines: 10472
Relevant Lines: 48547

💛 - Coveralls

@zhangzujian zhangzujian merged commit ea758a7 into kubeovn:master Jun 20, 2025
133 of 140 checks passed
@zhangzujian zhangzujian deleted the k8s-1.32.6 branch June 20, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants