Dependabot/go modules/kubernetes 1b4ea1c485 with updates#4401
Merged
tjmoore4 merged 4 commits intoCrunchyData:mainfrom Feb 5, 2026
Merged
Conversation
Bumps the kubernetes group with 4 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/client-go](https://github.com/kubernetes/client-go), [k8s.io/component-base](https://github.com/kubernetes/component-base) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `k8s.io/api` from 0.34.2 to 0.35.0 - [Commits](kubernetes/api@v0.34.2...v0.35.0) Updates `k8s.io/apimachinery` from 0.34.2 to 0.35.0 - [Commits](kubernetes/apimachinery@v0.34.2...v0.35.0) Updates `k8s.io/client-go` from 0.34.2 to 0.35.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.2...v0.35.0) Updates `k8s.io/component-base` from 0.34.2 to 0.35.0 - [Commits](kubernetes/component-base@v0.34.2...v0.35.0) Updates `k8s.io/kube-openapi` from 0.0.0-20250710124328-f3f2b991d03b to 0.0.0-20250910181357-589584f1c912 - [Commits](https://github.com/kubernetes/kube-openapi/commits) Updates `sigs.k8s.io/controller-runtime` from 0.22.4 to 0.23.0 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.22.4...v0.23.0) Updates `sigs.k8s.io/json` from 0.0.0-20241014173422-cfa47c3a1cc8 to 0.0.0-20250730193827-2d320260d730 - [Commits](https://github.com/kubernetes-sigs/json/commits) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/component-base dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/kube-openapi dependency-version: 0.0.0-20250910181357-589584f1c912 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: sigs.k8s.io/json dependency-version: 0.0.0-20250730193827-2d320260d730 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes ... Signed-off-by: dependabot[bot] <support@github.com>
tjmoore4
commented
Feb 2, 2026
|
|
||
| // If this is changing when you don't want it to, see hack/go-get.sh | ||
| go 1.24.0 | ||
| go 1.25.0 |
Contributor
Author
There was a problem hiding this comment.
📝 Note that these dependencies required Go 1.25
dsessler7
reviewed
Feb 2, 2026
Silence the static check linter until comprehensive update is developed.
Silence the static check linter until comprehensive update is developed.
de90edd to
35be841
Compare
dsessler7
approved these changes
Feb 5, 2026
Collaborator
dsessler7
left a comment
There was a problem hiding this comment.
⛏️ Add a TODO to the Apply function in our runtime package that explains the deprecation and what should be changed.
Otherwise, LGTM.
Collaborator
|
Although now I'm seeing the linter errors around |
35be841 to
24bb02b
Compare
Contributor
Author
Yeah, I don't know why that wasn't coming up before. I had a similar issue with local testing where I had to clear my linter's cache. In any case, the necessary update is now in place. |
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.
Adds CRD and lint fix updates to the dependabot PR (#4381)
Issue: PGO-2848