build(deps): bump k8s.io/api from 0.33.0 to 0.36.1#8
Conversation
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.33.0 to 0.36.1. - [Commits](kubernetes/api@v0.33.0...v0.36.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@dependabot rebase |
|
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
2 similar comments
|
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
Coordinated upgrade that the standalone dependabot bumps couldn't do: k8s.io/api, apimachinery, and client-go to v0.36.1 require controller-runtime v0.24.x (v0.21 doesn't implement client-go's new ResourceEventHandlerRegistration.HasSyncedChecker, so bumping k8s alone fails to compile in controller-runtime's own cache package). - go.mod/go.sum: k8s.io/* v0.33 -> v0.36.1, controller-runtime v0.21 -> v0.24.1. ENVTEST_VERSION (release-0.24) and ENVTEST_K8S_VERSION (1.36) auto-derive from go.mod in the Makefile. - Regenerated the CRD: k8s 0.36's corev1.PersistentVolumeClaimSpec gained fields that flow through storage.persistentVolumeClaim. - Operator code needed no changes (build + vet + envtest all clean). - Suppressed 4 new SA1019 deprecations (client.Apply SSA PatchType x3, scaffolded scheme.Builder) with documented //nolint; both still work in v0.24, and migrating them is tracked separately to keep this focused. Subsumes dependabot #7 (k8s.io/api) and #8 (client-go). Verified: make test (envtest k8s 1.36), make lint (0 issues), go build, gofmt — all clean. Signed-off-by: Tom Bar <martinloy.uy@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Subsumed by #26 (coordinated k8s.io/* 0.36.1 + controller-runtime v0.24.1 upgrade). client-go 0.36 is now on main. |
|
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. |
Bumps k8s.io/api from 0.33.0 to 0.36.1.
Commits
25001c8Update dependencies to v0.36.1 tag879d396Merge remote-tracking branch 'origin/master' into release-1.36030d81fUpdate github.com/moby/spdystream from v0.5.0 to v0.5.1aef6eb6Add granular authorization for DRA ResourceClaim status updates91061eaMerge pull request #136589 from tosi3k/preemption-modee6b81e2Add Workload-Aware Preemption fields to Workload and PodGroup APIsf8fce2eMerge pull request #136989 from nojnhuh/podgroup-resourceclaimb928f5eWorkload API: PodGroup ResourceClaims (KEP-5729)61bd78eMerge pull request #137190 from everpeace/KEP-5491-alpha6bf46ebMerge pull request #137028 from nmn3m/feature/dra-resource-pool-statusDependabot 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)