chore(deps): Bump k8s.io/apimachinery from 0.32.0 to 0.35.2 in /kagenti-operator#231
Conversation
24ec0d8 to
0e094d4
Compare
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.32.0 to 0.35.2. - [Commits](kubernetes/apimachinery@v0.32.0...v0.35.2) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
0e094d4 to
d6b19b3
Compare
|
Closing in favor of a single bundled PR that bumps controller-runtime to 0.23.3 together with k8s.io/* to 0.35.2. These dependencies must be upgraded together — controller-runtime 0.23 requires k8s.io/* v0.35, and bumping k8s.io/* alone without the matching controller-runtime breaks the build (as shown by CI failures here). The bundled PR will include the necessary source fixes for controller-runtime v0.23 breaking changes (webhook API signature changes) and be tested locally before pushing. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bundles the following dependabot PRs into a single coordinated upgrade: - sigs.k8s.io/controller-runtime 0.20.0 → 0.23.3 (kagenti#233) - k8s.io/api 0.32.0 → 0.35.2 (kagenti#230) - k8s.io/apimachinery 0.32.0 → 0.35.2 (kagenti#231) - k8s.io/client-go 0.32.0 → 0.35.2 These dependencies must be upgraded together due to version coupling. Breaking changes in controller-runtime v0.23: - WebhookManagedBy now takes the object as a second argument (generic type parameter replaces .For() chain) - Webhook validators use concrete types instead of runtime.Object - Go 1.25.0 required (toolchain auto-download supported) Source fixes: - agentcard_webhook.go: Updated WebhookManagedBy call and validator signatures to use *AgentCard concrete type - agentruntime_webhook.go: Updated WebhookManagedBy call and validator signatures to use *AgentRuntime concrete type - Removed "wrong object type" tests (type safety now enforced at compile time by generics) Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
Bundles the following dependabot PRs into a single coordinated upgrade: - sigs.k8s.io/controller-runtime 0.20.0 → 0.23.3 (kagenti#233) - k8s.io/api 0.32.0 → 0.35.2 (kagenti#230) - k8s.io/apimachinery 0.32.0 → 0.35.2 (kagenti#231) - k8s.io/client-go 0.32.0 → 0.35.2 These dependencies must be upgraded together due to version coupling. Breaking changes in controller-runtime v0.23: - WebhookManagedBy now takes the object as a second argument (generic type parameter replaces .For() chain) - Webhook validators use concrete types instead of runtime.Object - Go 1.25.0 required (toolchain auto-download supported) Source fixes: - agentcard_webhook.go: Updated WebhookManagedBy call and validator signatures to use *AgentCard concrete type - agentruntime_webhook.go: Updated WebhookManagedBy call and validator signatures to use *AgentRuntime concrete type - Removed "wrong object type" tests (type safety now enforced at compile time by generics) CI fixes: - Bump golangci-lint from v1.64.8 to v2.11.4 (v1 built with Go 1.24 cannot lint Go 1.25 code) - Migrate .golangci.yml to v2 format via `golangci-lint migrate` Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
Bumps k8s.io/apimachinery from 0.32.0 to 0.35.2.
Commits
72d71eaMerge remote-tracking branch 'origin/master' into release-1.35e2a2dbcBump golang.org/x/crypto to v0.45.02e9c228Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fixf274aacvendor: update vendor and license metadata after replacing BeTrue usage in cs...9445443Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...52154f7Update vendored dependencies5a348c5KEP-5471: Extend tolerations operators (#134665)6f89492Merge pull request #133648 from richabanker/merged-discoveryc77dde2util/sort: Add MergePreservingRelativeOrder for topological sorting729c13dMerge pull request #134624 from yt2985/podcertificates-betaDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)