Skip to content

Bump sigs.k8s.io/kueue from 0.16.1 to 0.16.2 in /cmd/experimental/kueue-populator#9705

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/cmd/experimental/kueue-populator/sigs.k8s.io/kueue-0.16.2
Open

Bump sigs.k8s.io/kueue from 0.16.1 to 0.16.2 in /cmd/experimental/kueue-populator#9705
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/cmd/experimental/kueue-populator/sigs.k8s.io/kueue-0.16.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps sigs.k8s.io/kueue from 0.16.1 to 0.16.2.

Release notes

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

v0.16.2

Changes since v0.16.1:

Changes by Kind

Feature

  • KueueViz Helm: Add podSecurityContext and containerSecurityContext configuration options to KueueViz Helm chart for restricted pod security profile compliance (#9319, @​ziadmoubayed)
  • Observability: Increased the maximum finite bucket boundary for admission_wait_time_seconds histogram from ~2.84 hours to ~11.3 hours for better observability of long queue times. (#9507, @​mukund-wayve)

Bug or Regression

  • ElasticJobs: fix the temporary double-counting of quota during workload replacement. In particular it was causing double-counting of quota requests for unchanged PodSets. (#9364, @​benkermani)
  • FairSharing: workloads fitting within their ClusterQueue's nominal quota are now preferred over workloads that require borrowing, preventing heavy borrowing on one flavor from deprioritizing a CQ's nominal entitlement on another flavor. (#9532, @​mukund-wayve)
  • Fix non-deterministic workload ordering in ClusterQueue by adding UID tie-breaker to queue ordering function. (#9140, @​sohankunkerkar)
  • Fix serverName substitution in kustomize prometheus ServiceMonitor TLS patch for cert-manager deployments. (#9188, @​IrvingMg)
  • Fixed invalid field name in the ClusterQueue printer columns. The "Cohort" column will now correctly display the assigned cohort in kubectl, k9s, and other UI tools instead of being blank. (#9422, @​polinasand)
  • Fixed the bug that prevented managing workloads with duplicated environment variable names in initContainers. This issue manifested when creating the Workload via the API. (#9126, @​monabil08)
  • FlavorFungability: fix the bug that the semantics for the flavorFungability.preference enum values (ie. PreemptionOverBorrowing and BorrowingOverPreemption) were swapped. (#9486, @​tenzen-y)
  • LeaderWorkerSet: fix an occasional race condition resulting in workload deletion getting stuck during scale down. (#9135, @​PannagaRao)
  • MultiKueue: Fix a bug that the remote Job object was occasionally left by MultiKueue GC, even when the corresponding Job object on the management cluster was deleted. This issue was observed for LeaderWorkerSet. (#9310, @​sohankunkerkar)
  • MultiKueue: for the StatefulSet integration copy the entire StatefulSet onto the worker clusters. This allows for proper management (and replacements) of Pods on the worker clusters. (#9539, @​IrvingMg)
  • Observability: Fix missing "replica-role" in the logs from the NonTasUsageReconciler. (#9456, @​IrvingMg)
  • Observability: Fix the stale "replica-role" value in scheduler logs after leader election. (#9431, @​IrvingMg)
  • Scheduling: Fix the bug where inadmissible workloads would be re-queued too frequently at scale. This resulted in excessive processing, lock contention, and starvation of workloads deeper in the queue. The fix is to throttle the process with a batch period of 1s per CQ or Cohort. (#9490, @​gabesaba)
  • TAS: Fix a bug that LeaderWorkerSet with multiple PodTemplates (.spec.leaderWorkerTemplate.leaderTemplate and .spec.leaderWorkerTemplate.workerTemplate), Pod indexes are not correctly evaluated during rank-based ordering assignments. (#9368, @​tenzen-y)
  • TAS: fix a bug where NodeHotSwap may assign a Pod, based on rank-ordering, to a node which is already occupied by another running Pod. (#9282, @​j-skiba)
Commits
  • 42c85af Prepare release v0.16.2 (#9567)
  • 2818c68 Automated cherry pick of #9484: [Fair Sharing] Prefer nominal-quota workloads...
  • 0213589 fix StatefulSet e2e test when manageJobsWithoutQueueName=true (#9550)
  • 919cd08 fix perf test flakiness caused by informer relist (#9551)
  • bde2c42 increase batch period for requeue inadmissible test (#9548)
  • 8fbaf99 Automated cherry pick of #9344: Fix StatefulSet MultiKueue adapter selection ...
  • 69ad036 move certs test (#9527)
  • eb86027 log inadmissible workload requeue count (#9525)
  • d703033 inadmissible workloads - delete already processed logic (#9514)
  • 305999b [release-0.16] Increase admission_wait_time_seconds histogram max bucket from...
  • 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)

@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes dependencies Pull requests that update a dependency file ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Mar 6, 2026
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 6, 2026
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 6, 2026
@netlify
Copy link

netlify bot commented Mar 6, 2026

Deploy Preview for kubernetes-sigs-kueue canceled.

Name Link
🔨 Latest commit b39a9a8
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/69aad5c8afff750008d83c46

@mbobrovskyi
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 6, 2026
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

DetailsGit tree hash: 0e008e19bcd4195b4c34044cb97adcd6cf556558

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], mbobrovskyi

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

The pull request process is described 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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 6, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/cmd/experimental/kueue-populator/sigs.k8s.io/kueue-0.16.2 branch from 7a12dc9 to 8d04cb3 Compare March 6, 2026 11:01
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 6, 2026
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

Bumps [sigs.k8s.io/kueue](https://github.com/kubernetes-sigs/kueue) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/kubernetes-sigs/kueue/releases)
- [Changelog](https://github.com/kubernetes-sigs/kueue/blob/main/RELEASE.md)
- [Commits](v0.16.1...v0.16.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cmd/experimental/kueue-populator/sigs.k8s.io/kueue-0.16.2 branch from 8d04cb3 to b39a9a8 Compare March 6, 2026 13:25
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kueue-populator-verify-main b39a9a8 link true /test pull-kueue-populator-verify-main
pull-kueue-populator-test-integration-main b39a9a8 link true /test pull-kueue-populator-test-integration-main
pull-kueue-verify-main b39a9a8 link true /test pull-kueue-verify-main

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants