Skip to content

chore(deps): Bump k8s.io/apimachinery from 0.32.0 to 0.35.2 in /kagenti-operator#231

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/kagenti-operator/k8s.io/apimachinery-0.35.2
Closed

chore(deps): Bump k8s.io/apimachinery from 0.32.0 to 0.35.2 in /kagenti-operator#231
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/kagenti-operator/k8s.io/apimachinery-0.35.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps k8s.io/apimachinery from 0.32.0 to 0.35.2.

Commits
  • 72d71ea Merge remote-tracking branch 'origin/master' into release-1.35
  • e2a2dbc Bump golang.org/x/crypto to v0.45.0
  • 2e9c228 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • f274aac vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • 9445443 Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • 52154f7 Update vendored dependencies
  • 5a348c5 KEP-5471: Extend tolerations operators (#134665)
  • 6f89492 Merge pull request #133648 from richabanker/merged-discovery
  • c77dde2 util/sort: Add MergePreservingRelativeOrder for topological sorting
  • 729c13d Merge pull request #134624 from yt2985/podcertificates-beta
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2026 19:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 16, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/kagenti-operator/k8s.io/apimachinery-0.35.2 branch 2 times, most recently from 24ec0d8 to 0e094d4 Compare March 23, 2026 15:05
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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/kagenti-operator/k8s.io/apimachinery-0.35.2 branch from 0e094d4 to d6b19b3 Compare March 31, 2026 20:58
@pdettori
Copy link
Copy Markdown
Contributor

pdettori commented Apr 8, 2026

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.

@pdettori pdettori closed this Apr 8, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/kagenti-operator/k8s.io/apimachinery-0.35.2 branch April 8, 2026 18:56
pdettori added a commit to pdettori/kagenti-operator that referenced this pull request Apr 8, 2026
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>
pdettori added a commit to pdettori/kagenti-operator that referenced this pull request Apr 8, 2026
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>
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant