Skip to content

build(deps): bump sigs.k8s.io/kueue from 0.18.1 to 0.18.2#50

Merged
tkatila merged 1 commit into
mainfrom
dependabot/go_modules/sigs.k8s.io/kueue-0.18.2
Jun 30, 2026
Merged

build(deps): bump sigs.k8s.io/kueue from 0.18.1 to 0.18.2#50
tkatila merged 1 commit into
mainfrom
dependabot/go_modules/sigs.k8s.io/kueue-0.18.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps sigs.k8s.io/kueue from 0.18.1 to 0.18.2.

Release notes

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

v0.18.2

Changes since v0.18.1:

Actions Required Before Upgrading

(No, really, you MUST read this before you upgrade)

  • Minor releases: Review the .0 release notes for each new minor version you cross; see: v0.17.0, v0.18.0.

  • Patch releases: Review the patch release notes leading up to this version, but only within this minor release line; see: v0.18.1.

  • KueuePopulator Helm: helm uninstall removes the ClusterQueue, ResourceFlavor, Topology, ConfigMap, and RBAC created by the chart, which previously leaked after uninstall.

    If you installed a previous version of the kueue-populator chart, its ConfigMap and RBAC (*-kueue-hook-* ServiceAccount/ClusterRole/ClusterRoleBinding and the *-kueue-resources ConfigMap) were created as Helm hooks and are not adopted by the new release. Delete them manually before upgrading to avoid helm upgrade/install ownership conflicts. (#12432, @​kevin85421)

Changes by Kind

Bug or Regression

  • DRA: Fixed a bug where workloads with device constraints (matchAttribute) or device config were incorrectly rejected as unsupported instead of being admitted for quota. (#12471, @​sohankunkerkar)
  • Importer: Fixed LocalQueue namespace isolation to prevent information leakage between namespaces when multiple LocalQueues with the same name exist in different namespaces. (#12349, @​Singularity23x0)
  • KueueViz: Fixed WebSocket backend handlers to report errors while fetching dashboard data instead of silently ignoring them. (#12346, @​yuluo-yx)
  • MultiKueue: Creating a Job on the manager cluster deletes any pre-existing remote worker Job that happens to share the same NamespacedName. (#12380, @​mszadkow)
  • MultiKueue: Fixed a bug that could leave stale status for Kubernetes Jobs in the manager cluster when the worker-cluster Job reached steady state quickly and stopped getting updates while the manager-cluster Job was still suspended. (#12297, @​andrewseif)
  • MultiKueue: Fixed a bug where admitted Pod workloads could trigger unnecessary Cluster Autoscaler scale-ups in the manager cluster. Kueue now preserves the scheduling-gated PodScheduled condition for manager-cluster Pods, since they are intended to run only in worker clusters. (#12272, @​fg91)
  • Observability: Fixed a race condition that could leave stale LocalQueue metrics after a label change caused the LocalQueue to stop matching the metrics selector. (#12291, @​andrewseif)
  • RayJob, RayCluster, and RayServe integrations: Fixed missing quota accounting for Redis cleanup resources when GCS fault tolerance is enabled. Kueue accounts for the Redis cleanup Job resources for workloads by folding the cleanup Job requests into the Ray head PodSet. (#12395, @​nerdeveloper)
  • Scheduling: Fixed a bug where a workload could be stuck pending when its node selector referenced a label key declared by a different flavor in the same resource group. (#12449, @​carterpewpew)
  • TAS: Fixed a bug that could cause workloads from ClusterQueues considered later in a scheduling cycle to remain pending for prolonged periods. This could happen because TAS assignments computed independently during nomination were likely to conflict on some topology domains. Kueue now re-evaluates TAS assignments during scheduling when needed. (#12521, @​mimowo)
Commits
  • 444058a Prepare release v0.18.2 (#12558)
  • 83b2c80 Automated cherry pick of #12419: TAS: fix handling of overlapping CQ "head" w...
  • 79307d2 Add RuntimeHandlers and Images chain functions (#12506)
  • a39104c Fix RAY_VERSION parsing to strip the sha256 digest from the Ray Dockerfile FR...
  • e261dec Fix flavor selector using per-flavor label keys (#12449) (#12487)
  • 16c76e0 Fix verify-skills-lint on macOS arm64 by skipping Linux-only SELinux flags (#...
  • e841d88 Always sort events in the TAS scheduling test runner for deterministic assert...
  • 2c1b706 DRA: support device constraints (matchAttribute) and config in quota counting...
  • 4ad14c4 Fix transient e2e failures by depending tool-install targets on gomod-downloa...
  • 344ef0a Commonize the TAS preemption and cohort scheduling test run procedure (#12458)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sigs.k8s.io/kueue](https://github.com/kubernetes-sigs/kueue) from 0.18.1 to 0.18.2.
- [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.18.1...v0.18.2)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kueue
  dependency-version: 0.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 26, 2026
@tkatila tkatila merged commit 9792085 into main Jun 30, 2026
11 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/sigs.k8s.io/kueue-0.18.2 branch June 30, 2026 06:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant