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

Bump k8s.io/apimachinery from 0.30.1 to 0.31.1 #132

Merged
merged 6 commits into from
Oct 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps k8s.io/apimachinery from 0.30.1 to 0.31.1.

Commits
  • a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  • 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar
  • cc2ba35 add field and label selectors to authorization attributes
  • ce76a8f generate
  • 35052c5 add subjectaccessreview field and label selectors
  • ab06869 Merge pull request #126105 from benluddy/cbor-framer
  • 429f4e4 Implement runtime.Framer for CBOR Sequences.
  • d7e1c53 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 07cb122 Merge pull request #125748 from benluddy/cbor-custom-marshalers
  • dd17456 bump k8s.io/utils
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    Adding default marker for Protocol to be TCP.
    controller gen release notes:- https://github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.0

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.30.1 to 0.31.1.
- [Commits](kubernetes/apimachinery@v0.30.1...v0.31.1)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 20, 2024 22:36
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2024
@@ -53,17 +54,17 @@ func (h *enqueueRequestForNamespaceEvent) Update(ctx context.Context, event even
h.enqueueReferredPolicies(ctx, q, nsNew, nsOld)
}

func (h *enqueueRequestForNamespaceEvent) Delete(ctx context.Context, event event.DeleteEvent, q workqueue.RateLimitingInterface) {
func (h *enqueueRequestForNamespaceEvent) Delete(ctx context.Context, event event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request]) {
Copy link
Member

Choose a reason for hiding this comment

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

Did the dependency update bring this API change?

@orsenthil
Copy link
Member

@yash97 - Did the dependency update bring the API change? Why do we have to change the event handler interfaces.

@yash97
Copy link
Contributor

yash97 commented Oct 21, 2024

@orsenthil yes. Updating api machinery to 0.31.1 changes function signature of function

var PanicHandlers = []func([context](https://pkg.go.dev/context).[Context](https://pkg.go.dev/context#Context), interface{}){logPanic}

This function signature is implemented correctly in version of 0.19.0 of controller-runtime. Now Controller-runtime 0.19.0 version introduces generic typedReconciler which changes interface signature. Release Notes:- https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.0.

Copy link
Member

@orsenthil orsenthil left a comment

Choose a reason for hiding this comment

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

LGTM

@orsenthil orsenthil merged commit 43535e1 into main Oct 23, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/k8s.io/apimachinery-0.31.1 branch October 23, 2024 21:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants