Skip to content

chore(deps): bump the kubernetes group across 1 directory with 3 updates#3128

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/kubernetes-83a30f0415
Closed

chore(deps): bump the kubernetes group across 1 directory with 3 updates#3128
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/kubernetes-83a30f0415

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the kubernetes group with 2 updates in the / directory: sigs.k8s.io/controller-runtime and sigs.k8s.io/jobset.

Updates sigs.k8s.io/controller-runtime from 0.22.4 to 0.23.1

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.23.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.0...v0.23.1

v0.23.0

🔆 Highlights

⚠️ Breaking changes

✨ Features

🐛 Bugfixes

... (truncated)

Commits
  • f52bbb8 Merge pull request #3437 from k8s-infra-cherrypick-robot/cherry-pick-3430-to-...
  • 4f41337 Merge pull request #3438 from k8s-infra-cherrypick-robot/cherry-pick-3434-to-...
  • e29a1b9 seedling: Test cache reader waits for cache sync
  • 83c8dc3 bug: Fakeclient: Fix status apply if existing object has managedFields set
  • bf6bcd5 Merge pull request #3436 from k8s-infra-cherrypick-robot/cherry-pick-3431-to-...
  • b6a3a46 bug: Fix panic when using CRs with embedded pointer structs
  • 7866fb0 Merge pull request #3433 from k8s-infra-cherrypick-robot/cherry-pick-3425-to-...
  • 90b26f7 check to see if informer is synced and started before returning cache
  • 129853d Merge pull request #3419 from alvaroaleman/limit-cardinality
  • 00b8b07 🐛 Limit depthWithPriorityMetric cardinality to 25
  • Additional commits viewable in compare view

Updates sigs.k8s.io/jobset from 0.10.1 to 0.11.0

Release notes

Sourced from sigs.k8s.io/jobset's releases.

v0.11.0

New Features

  • KEP-572: VolumeClaimPolicies API for Stateful JobSet (#1062, #1098)
    • New API for managing persistent volume claims with JobSets
  • KEP-467: Fast failure recovery with in-place restarts (#1083, #1096, #1099)
    • Add InPlaceRestart feature gate as alpha
    • Implement in-place restart logic for faster failure recovery
  • Add JobSet PodDisruptionBudget (#1112)
    • New PDB support for JobSet workloads
  • Emit event on job creation failure (#1076)
    • Controller now emits events when job creation fails

Bug Fixes

  • Add jobset.sigs.k8s.io/priority to all child Pods to fix bug in exclusive placement (#1077)
  • Make Pod admission webhook fail if the Node of the leader Pod is not found (#1089)
  • Validate coordinator label value (#1079)
  • Allow for both LWS and JobSet to be deployed in same namespace: kubernetes-sigs/jobset#1120

Security

  • Restrict controller-manager Secrets access to jobset install namespace (#1063)
  • Remove pod create permission from controller (#1074)

Helm/Deployment

  • Set namespace to the webhook service in charts (#1067)
  • Copy CRD to helm chart on manifest (#1047)
  • Use explicit bash image path instead of ambiguous shortname (#1065)

Documentation

  • Guide for the VolumeClaimPolicies API (#1118)
  • Add agents markdown (#1080)
  • Fix incorrect code comments (#1072)
  • Remove 1.31 from readme (#1087)

Build/CI Improvements

  • Update Kubernetes dependencies to 0.35 (#1105)
  • Update Golang to 1.25 (#1066)
  • Enable KAL linter in jobset (#1046)
  • Enable nobools for future API calls (#1069)
  • Ignore kubeapilinter violations in existing API fields (#1070)
  • Use setup-envtest@release-0.22 instead of the latest version (#1071)
  • Remove hardcoded ENVTEST_K8S_VERSION (#1075)
  • Fix make verify (#1100)

Dependency Updates

... (truncated)

Commits
  • f7035a4 prepare release branch by running prepare-release-branch (#1130)
  • 61e699d Merge remote-tracking branch 'upstream/main'
  • 4bedf28 Adding labels to avoid conflicts with other controller-managers in the same n...
  • a754771 Merge remote-tracking branch 'upstream/main'
  • 7b63ace Bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5 (#1126)
  • df1f453 Move danielvegamyhre from approvers to emeritus_approvers (#1123)
  • 9b73f1c Promote GiuseppeTT to approver and remove the reviewers section (#1122)
  • d1eeeca Merge remote-tracking branch 'upstream/main'
  • cf0195f feat(docs): Guide for the VolumeClaimPolicies API (#1118)
  • 0cacf20 Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 (#1116)
  • Additional commits viewable in compare view

Updates sigs.k8s.io/structured-merge-diff/v6 from 6.3.1 to 6.3.2-0.20260122202528-d9cc6641c482

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the kubernetes group with 2 updates in the / directory: [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and [sigs.k8s.io/jobset](https://github.com/kubernetes-sigs/jobset).


Updates `sigs.k8s.io/controller-runtime` from 0.22.4 to 0.23.1
- [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.1)

Updates `sigs.k8s.io/jobset` from 0.10.1 to 0.11.0
- [Release notes](https://github.com/kubernetes-sigs/jobset/releases)
- [Changelog](https://github.com/kubernetes-sigs/jobset/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/jobset@v0.10.1...v0.11.0)

Updates `sigs.k8s.io/structured-merge-diff/v6` from 6.3.1 to 6.3.2-0.20260122202528-d9cc6641c482
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/structured-merge-diff/commits)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kubernetes
- dependency-name: sigs.k8s.io/jobset
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kubernetes
- dependency-name: sigs.k8s.io/structured-merge-diff/v6
  dependency-version: 6.3.2-0.20260122202528-d9cc6641c482
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 27, 2026
@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign johnugeorge for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions
Copy link

🎉 Welcome to the Kubeflow Trainer! 🎉

Thanks for opening your first PR! We're happy to have you as part of our community 🚀

Here's what happens next:

  • If you haven't already, please check out our Contributing Guide for repo-specific guidelines and the Kubeflow Contributor Guide for general community standards.
  • Our team will review your PR soon! cc @kubeflow/kubeflow-trainer-team

Join the community:

Feel free to ask questions in the comments if you need any help or clarification!
Thanks again for contributing to Kubeflow! 🙏

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 27, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/kubernetes-83a30f0415 branch January 27, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants