Skip to content

Dependabot/go modules/kubernetes 1b4ea1c485 with updates#4401

Merged
tjmoore4 merged 4 commits intoCrunchyData:mainfrom
tjmoore4:dependabot/go_modules/kubernetes-1b4ea1c485-withCRDUpdates
Feb 5, 2026
Merged

Dependabot/go modules/kubernetes 1b4ea1c485 with updates#4401
tjmoore4 merged 4 commits intoCrunchyData:mainfrom
tjmoore4:dependabot/go_modules/kubernetes-1b4ea1c485-withCRDUpdates

Conversation

@tjmoore4
Copy link
Contributor

@tjmoore4 tjmoore4 commented Feb 2, 2026

Adds CRD and lint fix updates to the dependabot PR (#4381)

Issue: PGO-2848

dependabot bot and others added 2 commits January 28, 2026 21:05
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 tjmoore4 changed the title Dependabot/go modules/kubernetes 1b4ea1c485 with crd updates Dependabot/go modules/kubernetes 1b4ea1c485 with updates 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
Copy link
Contributor Author

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.
@tjmoore4 tjmoore4 force-pushed the dependabot/go_modules/kubernetes-1b4ea1c485-withCRDUpdates branch from de90edd to 35be841 Compare February 5, 2026 19:23
Copy link
Collaborator

@dsessler7 dsessler7 left a 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.

@dsessler7
Copy link
Collaborator

Although now I'm seeing the linter errors around GetEventRecorderFor so I guess those should be fixed as well.

@tjmoore4 tjmoore4 force-pushed the dependabot/go_modules/kubernetes-1b4ea1c485-withCRDUpdates branch from 35be841 to 24bb02b Compare February 5, 2026 20:51
@tjmoore4
Copy link
Contributor Author

tjmoore4 commented Feb 5, 2026

Although now I'm seeing the linter errors around GetEventRecorderFor so I guess those should be fixed as well.

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.

@tjmoore4 tjmoore4 merged commit 5b44ae3 into CrunchyData:main Feb 5, 2026
19 of 21 checks passed
@tjmoore4 tjmoore4 deleted the dependabot/go_modules/kubernetes-1b4ea1c485-withCRDUpdates branch February 5, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants