chore(deps): bump the k8s group across 1 directory with 3 updates - #263
chore(deps): bump the k8s group across 1 directory with 3 updates#263dependabot[bot] wants to merge 1 commit into
Conversation
dd6e6f0 to
d4281b2
Compare
|
|
d4281b2 to
190d12e
Compare
190d12e to
96b904a
Compare
c785635 to
6d5ff6d
Compare
|
@dependabot rebase |
Bumps the k8s group with 2 updates in the / directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/apimachinery` from 0.32.13 to 0.36.3 - [Commits](kubernetes/apimachinery@v0.32.13...v0.36.3) Updates `k8s.io/client-go` from 0.32.13 to 0.36.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.13...v0.36.3) Updates `k8s.io/klog/v2` from 2.130.1 to 2.140.0 - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.130.1...2.140.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/client-go dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/klog/v2 dependency-version: 2.140.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s ... Signed-off-by: dependabot[bot] <support@github.com>
6d5ff6d to
468fa18
Compare
|
Rebased onto current main; CI still fails, and it is not a flake. k8s.io 0.36.x requires Go >= 1.26. This repo pins Go in two places, both below that:
So this PR is blocked on a deliberate Go 1.26 toolchain upgrade, not on anything in the bump itself. That upgrade should be its own PR covering both pins together. Leaving this open pending that decision. |
|
Follow-up, correcting the earlier comment: the Go 1.26 toolchain is the first gate, not the only one. #300 raises all three Go pins to 1.26.5 and clears the
So this needs both:
Step 2 is the real work and touches the eBPF/datapath side, so it warrants its own PR and a dev-cluster validation. |
The repo pins Go in three places and they had drifted apart: CI on 1.25.0, the release image on 1.25.12, and the (unused) alpine build file still on 1.23.8. Move all three to 1.26.5 together so the version CI validates is the version the release actually ships. This also unblocks #263: k8s.io 0.36.x declares `go >= 1.26.0`, and CI runs with GOTOOLCHAIN=local, so a 1.25.x runner fails the module load outright rather than fetching a newer toolchain. Deliberately not touching the `go` directive in go.mod — 1.26.5 satisfies the current `go 1.25.0`, and raising it is the k8s bump's business, not the toolchain's.
The repo pins Go in three places and they had drifted apart: CI on 1.25.0, the release image on 1.25.12, and the (unused) alpine build file still on 1.23.8. Move all three to 1.26.5 together so the version CI validates is the version the release actually ships. This also unblocks #263: k8s.io 0.36.x declares `go >= 1.26.0`, and CI runs with GOTOOLCHAIN=local, so a 1.25.x runner fails the module load outright rather than fetching a newer toolchain. Deliberately not touching the `go` directive in go.mod — 1.26.5 satisfies the current `go 1.25.0`, and raising it is the k8s bump's business, not the toolchain's.
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the k8s group with 2 updates in the / directory: k8s.io/apimachinery and k8s.io/client-go.
Updates
k8s.io/apimachineryfrom 0.32.13 to 0.36.3Commits
40bf4b2Update dependencies to v0.36.3 tag34d46beMerge pull request #140296 from jpbetz/cherry-pick-smd-306-revert66a3724Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.32ec982dMerge pull request #139508lalitc375/automated-cherry-pick-of-#1394806a88102Fix wrong marking of errorsefb7f26Merge 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 checkUpdates
k8s.io/client-gofrom 0.32.13 to 0.36.3Commits
44a8af2Update dependencies to v0.36.3 tagf501adaMerge pull request #140296 from jpbetz/cherry-pick-smd-306-reverta43e1d7Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3f22a53eMerge remote-tracking branch 'origin/master' into release-1.36a948641Update github.com/moby/spdystream from v0.5.0 to v0.5.17e44ffcAdd Workload-Aware Preemption fields to Workload and PodGroup APIsdf2d882Merge pull request #136989 from nojnhuh/podgroup-resourceclaim4eece52Workload API: PodGroup ResourceClaims (KEP-5729)3d35c51Merge pull request #137190 from everpeace/KEP-5491-alpha0434117Merge pull request #137028 from nmn3m/feature/dra-resource-pool-statusUpdates
k8s.io/klog/v2from 2.130.1 to 2.140.0Release notes
Sourced from k8s.io/klog/v2's releases.
Commits
ef4b370Merge pull request #432 from pierluigilenoci/fix/stderr-threshold-issue-21239c4c76refactor: address code review feedback from@pohly764a9a3Merge pull request #430 from pohly/textlogger-optional-header015c613Update stderr_threshold_test.go2f517bdUpdate klog.go36bc4fftextlogger: optionally turn off header5f1f303Merge pull request #433 from pohly/textlogger-hook-resultc469d41Merge pull request #431 from pohly/ktesting-vmodule-fix8509d6aktesting: support multi-line result from AnyToStringHook08e6e8bFix stderrthreshold not honored when logtostderr is set