-
Notifications
You must be signed in to change notification settings - Fork 657
Dependabot/go modules/kubernetes 1b4ea1c485 with updates #4401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependabot/go modules/kubernetes 1b4ea1c485 with updates #4401
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>
|
|
||
| // If this is changing when you don't want it to, see hack/go-get.sh | ||
| go 1.24.0 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Note that these dependencies required Go 1.25
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛏️ Add a TODO to the Apply function in our runtime package that explains the deprecation and what should be changed.
Otherwise, LGTM.
|
Although now I'm seeing the linter errors around |
35be841 to
24bb02b
Compare
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. |
Adds CRD and lint fix updates to the dependabot PR (#4381)
Issue: PGO-2848