Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2025

Bumps the k8s group with 8 updates:

Package From To
k8s.io/api 0.33.1 0.33.2
k8s.io/apimachinery 0.33.1 0.33.2
k8s.io/apiserver 0.33.1 0.33.2
k8s.io/client-go 0.33.1 0.33.2
sigs.k8s.io/controller-runtime 0.19.4 0.19.7
sigs.k8s.io/gateway-api 1.2.0 1.2.1
sigs.k8s.io/kueue 0.10.1 0.10.6
sigs.k8s.io/scheduler-plugins 0.30.6 0.30.12

Updates k8s.io/api from 0.33.1 to 0.33.2

Commits

Updates k8s.io/apimachinery from 0.33.1 to 0.33.2

Commits

Updates k8s.io/apiserver from 0.33.1 to 0.33.2

Commits

Updates k8s.io/client-go from 0.33.1 to 0.33.2

Commits

Updates sigs.k8s.io/controller-runtime from 0.19.4 to 0.19.7

Release notes

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

v0.19.7

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.6...v0.19.7

v0.19.6

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.5...v0.19.6

v0.19.5

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.4...v0.19.5

Commits
  • 5fe7bb3 Merge pull request #3148 from k8s-infra-cherrypick-robot/cherry-pick-3147-to-...
  • 97bb1ff Revert "[release-0.20] ✨ Expose all Go runtime metrics (#3100)"
  • 56df553 Merge pull request #3146 from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...
  • d2145c0 bug: Fakeclient: Fix dataraces when writing to the scheme
  • 13450ba Merge pull request #3128 from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...
  • a2a9f54 fix: cache should list out of global cache when present and necessary
  • cd644c0 [release-0.19] ✨ Expose all Go runtime metrics (#3101)
  • e022b91 Merge pull request #3087 from tareksha/typed_waitforsync
  • b2c2171 Update controller_suite_test.go
  • 8017666 🐛fix(controller): support WaitForSync in custom TypedSyncingSource (#3084)
  • Additional commits viewable in compare view

Updates sigs.k8s.io/gateway-api from 1.2.0 to 1.2.1

Release notes

Sourced from sigs.k8s.io/gateway-api's releases.

v1.2.1

This is a patch release that fixes the backward incompatibility with the SupportedFeatures feature breaking change introduced in v1.2.0.

Bug Fixes

  • v1.2.0 introduced a breaking change in the SupportedFeatures field of the GatewayClass API. That broke already existing GatewayClasses using the previous version of the feature. The fix to introduce backward compatibility is in (#3454, @​LiorLieberman).
Commits
  • a8fe5c8 chore: CHANGELOG for 1.2.1 (#3480)
  • 3725727 chore: bump bundle version to 1.2.1 (#3478)
  • 20b8e4e [release-1.2] override unmarshalJSON for supportedfeature to ensure comptabil...
  • See full diff in compare view

Updates sigs.k8s.io/kueue from 0.10.1 to 0.10.6

Release notes

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

v0.10.6

Changes since v0.10.5:

Changes by Kind

Bug or Regression

  • Fix Kueue crash caused by race condition when deleting ClusterQueue (#5295, @​gabesaba)
  • Fix RayJob webhook validation when LocalQueueDefaulting feature is enabled. (#5073, @​MaysaMacedo)
  • Fix a bug where PropagateResourceRequests would always trigger an API status patch call. (#5131, @​alexeldeib)
  • TAS: Fix RBAC configuration for the Topology API (#5121, @​qti-haeyoon)
  • TAS: Fix the bug where TAS workloads may be admitted after restart of the Kueue controller. (#5335, @​mimowo)

v0.10.5

Changes since v0.10.4:

Changes by Kind

Bug or Regression

  • TAS: Add support for Node Selectors. (#5087, @​mwysokin)
  • Fix LocalQueue's status message to reference LocalQueue, rather than ClusterQueue, when its status is Ready (#4957, @​PBundyra)
  • Fix RBAC configuration for the Topology API to allow reading and editing by the service accounts using the Kueue Batch Admin role. (#4865, @​KPostOffice)
  • Fix a bug which caused Kueue's Scheduler to build invalid SSA patch in some scenarios when using admission checks. This patch would be rejected with the following error message: Workload.kueue.x-k8s.io "job-xxxxxx" is invalid: [admissionChecks[0].lastTransitionTime: Required value (#5088, @​alexeldeib)
  • Fix bug which resulted in under-utilization of the resources in a Cohort. Now, when a ClusterQueue is configured with preemption.reclaimWithinCohort: Any, its resources can be lent out more freely, as we are certain that we can reclaim them later. Please see PR #4813 for detailed description of scenario. (#4823, @​gabesaba)
  • Fixed bug that allow to create Topology without levels. (#5018, @​mbobrovskyi)
  • Helm: fix ServiceMonitor selecting the wrong service. This previously led to missing Kueue metrics, even with enablePrometheus set to true. (#5084, @​j-vizcaino)
  • PodSetTopologyRequests are now configured only when TopologyAwareScheduling feature gate is enabled. (#4840, @​mykysha)
  • Revert making ClusterQueue.Preemption.BorrowWithinCohort as no-op when used with FairSharing, by reverting kubernetes-sigs/kueue#4165, which was done to prevent infinite-preemption loops as described in kubernetes-sigs/kueue#3779. However, it causes issues with upgrading for users who use that combination. This configuration remains deprecated and can be removed without any notice in future releases, so please consider alternatives. (#4819, @​mimowo)
  • TAS: Fix bug where scheduling panics when the workload using TopologyAwareScheduling has container request value specified as zero. (#4976, @​qti-haeyoon)

v0.10.4

Changes since v0.10.3:

Changes by Kind

Bug or Regression

  • Fix bug which resulted in under-utilization of the resources in a Cohort. Now, when a ClusterQueue is configured with preemption.reclaimWithinCohort: Any, its resources can be lent out more freely, as we are certain that we can reclaim

... (truncated)

Commits
  • 85c1958 Prepare release 0.10.6 (#5355)
  • 11dd1bf Automated cherry pick of #5325: Fix assumedUsage calculation in TAS (#5349)
  • 053ced1 TAS: account for TAS usage after reboot (cherry-pick to 0.10) (#5335)
  • 133e832 Use logger in cache (cherry-pick to release-0.10) (#5333)
  • 658fcaa Filter Inadmissible Workloads before Scheduling Cycle (#5295)
  • a14eab2 Automated cherry pick of #5195: [Flake] MK integration test: Wait for cq and ...
  • 738ee73 [release-0.10] Deflake ProvReq integration test by adding 100ms sleep to avoi...
  • 5d21d94 Drop architecture conditions for Ray image env (#5182)
  • 35b3ea8 Fix RayJob webhook validation (#5073) (#5179) (#5180)
  • 0b4f62f Fix "Deployment should admit workloads after change queue-name if AvailableRe...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/scheduler-plugins from 0.30.6 to 0.30.12

Commits
  • 56023db Merge pull request #896googs1025/automated-cherry-pick-of-#895
  • 7bc5844 Compose a cached reader as a cacheOption when initializing a controller-runti...
  • ba1efa9 Merge pull request #893 from Huang-Wei/release-1.30-bump-1.30.12
  • da83318 go mod vendor
  • 1e9cd80 [release-1.30] bump k8s deps to 1.30.12
  • c71d647 Merge pull request #821 from k8s-infra-cherrypick-robot/cherry-pick-820-to-re...
  • a60b16f doc update for v0.30.6
  • See full diff in compare view

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the k8s group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.33.1` | `0.33.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.1` | `0.33.2` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.33.1` | `0.33.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.1` | `0.33.2` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.4` | `0.19.7` |
| [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) | `1.2.0` | `1.2.1` |
| [sigs.k8s.io/kueue](https://github.com/kubernetes-sigs/kueue) | `0.10.1` | `0.10.6` |
| [sigs.k8s.io/scheduler-plugins](https://github.com/kubernetes-sigs/scheduler-plugins) | `0.30.6` | `0.30.12` |


Updates `k8s.io/api` from 0.33.1 to 0.33.2
- [Commits](kubernetes/api@v0.33.1...v0.33.2)

Updates `k8s.io/apimachinery` from 0.33.1 to 0.33.2
- [Commits](kubernetes/apimachinery@v0.33.1...v0.33.2)

Updates `k8s.io/apiserver` from 0.33.1 to 0.33.2
- [Commits](kubernetes/apiserver@v0.33.1...v0.33.2)

Updates `k8s.io/client-go` from 0.33.1 to 0.33.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.33.1...v0.33.2)

Updates `sigs.k8s.io/controller-runtime` from 0.19.4 to 0.19.7
- [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.19.4...v0.19.7)

Updates `sigs.k8s.io/gateway-api` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.2.0...v1.2.1)

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

Updates `sigs.k8s.io/scheduler-plugins` from 0.30.6 to 0.30.12
- [Release notes](https://github.com/kubernetes-sigs/scheduler-plugins/releases)
- [Changelog](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/scheduler-plugins@v0.30.6...v0.30.12)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/apiserver
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/client-go
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.19.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: sigs.k8s.io/gateway-api
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: sigs.k8s.io/kueue
  dependency-version: 0.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: sigs.k8s.io/scheduler-plugins
  dependency-version: 0.30.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2025

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from slin1237 as a code owner June 26, 2025 19:02
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.

1 participant