Skip to content

Commit

Permalink
Bump kueue to v0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi committed Jan 10, 2025
1 parent 06022b9 commit acd3cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KUEUE_REPO=https://github.com/kubernetes-sigs/kueue.git

KUBECTL_VERSION := $(shell curl -L -s https://dl.k8s.io/release/stable.txt)
KUEUE_VERSION=v0.9.1
KUEUE_VERSION=v0.10.0

OS := $(shell uname -s | tr A-Z a-z)
PLATFORM := $(shell uname -m | sed -e 's/aarch64/arm64/' | sed -e 's/x86_64/amd64/')
Expand Down
2 changes: 1 addition & 1 deletion src/xpk/core/kueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
SystemCharacteristics,
)

KUEUE_VERSION = 'v0.9.1'
KUEUE_VERSION = 'v0.10.0'
CLUSTER_QUEUE_NAME = 'cluster-queue'
LOCAL_QUEUE_NAME = 'multislice-queue'
WAIT_FOR_KUEUE_TIMEOUT = '5m'
Expand Down

0 comments on commit acd3cfb

Please sign in to comment.