chore(deps): Bump k8s.io/api from 0.32.0 to 0.35.2 in /kagenti-operator#230
chore(deps): Bump k8s.io/api from 0.32.0 to 0.35.2 in /kagenti-operator#230dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
b23948d to
bf350ad
Compare
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.32.0 to 0.35.2. - [Commits](kubernetes/api@v0.32.0...v0.35.2) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bf350ad to
9f332ac
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/api from 0.32.0 to 0.35.2.
Commits
8a137cdUpdate dependencies to v0.35.2 tagbbcbaa8Merge remote-tracking branch 'origin/master' into release-1.355bced61Bump golang.org/x/crypto to v0.45.039e2e26Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fixc22b4a1vendor: update vendor and license metadata after replacing BeTrue usage in cs...e3b1f3dResolve lint restriction on BeTrue by introducing Succeed() with contextual e...3da327cUpdate vendored dependenciesc764b44Merge pull request #132919 from ndixita/pod-level-in-place-pod-resizeaced136Generated files from API changes02d790dAdding Resources and AllocatedResoures fields to the list of expected fields ...Dependabot 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)