chore(deps): bump k8s.io/apimachinery from 0.35.3 to 0.36.1#397
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump k8s.io/apimachinery from 0.35.3 to 0.36.1#397dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.35.3 to 0.36.1. - [Commits](kubernetes/apimachinery@v0.35.3...v0.36.1) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Contributor
Author
|
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. |
oscerd
added a commit
to oscerd/kaoto-operator
that referenced
this pull request
Jun 15, 2026
….24.1
Dependabot raises the k8s.io/{api,apimachinery,client-go} bumps individually
(KaotoIO#395, KaotoIO#396, KaotoIO#397), which cannot build because the three modules must move in
lockstep -- client-go 0.35 references API GroupVersions (autoscaling/v2beta1,
scheduling/v1alpha1) that were removed in k8s.io/api 0.36. This aligns the whole
Kubernetes / sigs.k8s.io stack as a single coherent update:
k8s.io/api, apimachinery, client-go 0.35.3 -> 0.36.2
k8s.io/apiextensions-apiserver 0.35.1 -> 0.36.0 (indirect)
k8s.io/klog/v2 2.130.1 -> 2.140.0
sigs.k8s.io/controller-runtime 0.23.1 -> 0.24.1 (0.24 line targets k8s 0.36)
sigs.k8s.io/structured-merge-diff/v6 pseudo -> 6.4.0
k8s 0.36 and controller-runtime 0.24 require Go 1.26, so the go directive moves
1.25.7 -> 1.26.0 and the builder image moves golang:1.25 -> golang:1.26. The
workflows already read go-version-file: go.mod, so they pick this up.
Supersedes KaotoIO#379, KaotoIO#380, KaotoIO#390, KaotoIO#395, KaotoIO#396, KaotoIO#397.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
oscerd
added a commit
that referenced
this pull request
Jun 15, 2026
….24.1 (#399) * chore(deps): align k8s.io stack to 0.36.2 and controller-runtime to 0.24.1 Dependabot raises the k8s.io/{api,apimachinery,client-go} bumps individually (#395, #396, #397), which cannot build because the three modules must move in lockstep -- client-go 0.35 references API GroupVersions (autoscaling/v2beta1, scheduling/v1alpha1) that were removed in k8s.io/api 0.36. This aligns the whole Kubernetes / sigs.k8s.io stack as a single coherent update: k8s.io/api, apimachinery, client-go 0.35.3 -> 0.36.2 k8s.io/apiextensions-apiserver 0.35.1 -> 0.36.0 (indirect) k8s.io/klog/v2 2.130.1 -> 2.140.0 sigs.k8s.io/controller-runtime 0.23.1 -> 0.24.1 (0.24 line targets k8s 0.36) sigs.k8s.io/structured-merge-diff/v6 pseudo -> 6.4.0 k8s 0.36 and controller-runtime 0.24 require Go 1.26, so the go directive moves 1.25.7 -> 1.26.0 and the builder image moves golang:1.25 -> golang:1.26. The workflows already read go-version-file: go.mod, so they pick this up. Supersedes #379, #380, #390, #395, #396, #397. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore(deps): bump golang.org/x/net to v0.56.0 to fix reachable CVEs govulncheck flags two reachable vulnerabilities in golang.org/x/net v0.49.0, reachable via openshift.IsOpenShift -> discovery client: - GO-2026-4918: infinite loop in HTTP/2 transport (fixed in v0.53.0) - GO-2026-5026: idna ASCII-only Punycode label handling (fixed in v0.55.0) This is the go.mod finding reported by the security/snyk check. Bumping to v0.56.0 (plus the x/sys, x/term, x/text deps it pulls) clears both; govulncheck now reports no vulnerabilities. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore(deps): pin Go to 1.26.4 to pick up stdlib security fixes The k8s 0.36 / controller-runtime 0.24 bump requires Go 1.26, but `go get` set the directive to the unpatched 1.26.0, which carries ~20 Go stdlib advisories (GO-2026-4599 .. GO-2026-5039 -- e.g. GO-2026-4918, the HTTP/2 transport infinite loop). This is what the security/snyk check flags against go.mod. Pinning the latest 1.26 patch (1.26.4) clears them all; osv-scanner then reports no vulnerabilities. Mirrors the existing convention of pinning patched Go releases (cf. the earlier 1.25.0 -> 1.25.7 bump). CI reads go-version-file: go.mod and the Dockerfile uses golang:1.26, so both build with the patched toolchain. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps k8s.io/apimachinery from 0.35.3 to 0.36.1.
Commits
7af103aUpdate dependencies to v0.36.1 tagefb7f26Merge remote-tracking branch 'origin/master' into release-1.36d966e56Update github.com/moby/spdystream from v0.5.0 to v0.5.179b3632Merge pull request #137864 from yongruilin/dv-dra-mismatcha8822f7Add slice and map union member support with tests7dba2d0Use IsZero instead of IsNil for union ratcheting checkd95710fFix union validation ratcheting when oldObj is nil729062dMerge pull request #137849 from bryantbiggs/deps/update-kube-openapi13b12e6dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps27f4670Merge pull request #136657 from Jefftree/sharding-testDependabot 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)