-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bump to k8s 1.33.3 release train #10715
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: master
Are you sure you want to change the base?
Conversation
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 bumps the Kubernetes version from 1.32.6 to 1.33.3 across the Calico project, updating all related build tools, dependencies, and generated code.
- Updates Kubernetes dependencies from v0.32.6 to v0.33.3
- Bumps Go version from 1.24.4 to 1.24.5
- Updates build infrastructure versions and tools
- Regenerates API client code to support new Kubernetes version features
Reviewed Changes
Copilot reviewed 29 out of 31 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
metadata.mk | Updates build versions for K8s dependencies and development tools |
go.mod files | Bumps Go version and updates all Kubernetes dependencies to v0.33.3 |
api/pkg/openapi/generated.openapi.go | Regenerated OpenAPI definitions with new K8s API features |
api/pkg/client/informers_generated/ | Updates generated informers to use context.Background() instead of context.TODO() |
api/pkg/client/clientset_generated/ | Updates generated client code for new K8s client-go patterns |
api/pkg/client/clientset_generated/clientset/fake/clientset_generated.go
Show resolved
Hide resolved
@marvin-tigera When updating Kuberentes dependencies, please consider including a release note. You can refer to our release notes for examples under the "Enhancements" section. |
Description
Related issues/PRs
Todos
Release Note
Reminder for the reviewer
Make sure that this PR has the correct labels and milestone set.
Every PR needs one
docs-*
label.docs-pr-required
: This change requires a change to the documentation that has not been completed yet.docs-completed
: This change has all necessary documentation completed.docs-not-required
: This change has no user-facing impact and requires no docs.Every PR needs one
release-note-*
label.release-note-required
: This PR has user-facing changes. Most PRs should have this label.release-note-not-required
: This PR has no user-facing changes.Other optional labels:
cherry-pick-candidate
: This PR should be cherry-picked to an earlier release. For bug fixes only.needs-operator-pr
: This PR is related to install and requires a corresponding change to the operator.