Skip to content
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

Updating deps to k8s 1.32 and go 1.24 #3697

Merged
merged 4 commits into from
Mar 21, 2025

Conversation

robscott
Copy link
Member

What type of PR is this?
/kind cleanup

What this PR does / why we need it:
This updates our dependencies to Kubernetes v1.32 and Go v1.24. This is a follow up to #3694, thanks to @darshansreenivas for starting the work here! This is our last release blocking issue and we really want to get a release out this week, so going to attempt to help get this across the line.

Which issue(s) this PR fixes:
Fixes #3623

Does this PR introduce a user-facing change?:

Dependencies have been upgraded to Kubernetes v1.32 and Go v1.24

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 21, 2025
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Mar 21, 2025
Co-authored-by: dtumkursreenivas <[email protected]>
@robscott robscott force-pushed the k8s-132 branch 5 times, most recently from 3895ec9 to 8e22341 Compare March 21, 2025 16:26
Copy link
Member

@shaneutt shaneutt left a comment

Choose a reason for hiding this comment

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

Thanks for making this one happen Rob.

In terms of dependencies, seems like the new crd-ref-docs is an improvement.

/approve

I only have one comment about leaving a breadcrumb behind for the upstream issue that caused us to add a hack, other than that LGTM.

/lgtm

Just gonna put a hold in case there's any last minute touchups you wanna do, otherwise please feel free to remove the hold at your discretion. 🫡

/hold

@@ -109,6 +113,12 @@ go run k8s.io/code-generator/cmd/register-gen \
${COMMON_FLAGS} \
${GATEWAY_INPUT_DIRS_SPACE}

# This is an awful hack to make up for a deficiency in register-gen in k8s v1.32
Copy link
Member

Choose a reason for hiding this comment

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

Is there an issue related to this problem that we can link here?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is a bit of a circular problem where I want to be able to link to this in the k/k issue as an illustration of the problem and solution. Will add a k/k issue link after that, but would like to merge this first.

@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 Mar 21, 2025
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 21, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: robscott, shaneutt

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

The pull request process is described here

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

@shaneutt shaneutt added this to the v1.3.0 milestone Mar 21, 2025
@robscott
Copy link
Member Author

Have some follow up fixes to get in, but want to get this one in first since it's so big.

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 21, 2025
@k8s-ci-robot k8s-ci-robot merged commit b69fa43 into kubernetes-sigs:main Mar 21, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
Development

Successfully merging this pull request may close these issues.

Dependency updates
3 participants