Skip to content

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

MichalFupso
Copy link
Contributor

@MichalFupso MichalFupso commented Jul 21, 2025

Description

Related issues/PRs

Todos

  • Tests
  • Documentation
  • Release note

Release Note

Calico is now built with Go 1.24.5 against Kubernetes v1.33

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.

@Copilot Copilot AI review requested due to automatic review settings July 21, 2025 20:15
@MichalFupso MichalFupso requested a review from a team as a code owner July 21, 2025 20:15
@marvin-tigera marvin-tigera added this to the Calico v3.31.0 milestone Jul 21, 2025
@marvin-tigera marvin-tigera added release-note-required Change has user-facing impact (no matter how small) docs-pr-required Change is not yet documented labels Jul 21, 2025
@MichalFupso MichalFupso added docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact and removed release-note-required Change has user-facing impact (no matter how small) docs-pr-required Change is not yet documented labels Jul 21, 2025
@marvin-tigera marvin-tigera added release-note-required Change has user-facing impact (no matter how small) docs-pr-required Change is not yet documented and removed docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact labels Jul 21, 2025
Copy link
Contributor

@Copilot 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 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

@MichalFupso MichalFupso added docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact and removed release-note-required Change has user-facing impact (no matter how small) docs-pr-required Change is not yet documented labels Jul 21, 2025
@hjiawei
Copy link
Contributor

hjiawei commented Jul 22, 2025

@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.

@MichalFupso MichalFupso added release-note-required Change has user-facing impact (no matter how small) and removed release-note-not-required Change has no user-facing impact labels Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required Docs not required for this change release-note-required Change has user-facing impact (no matter how small)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants