-
Notifications
You must be signed in to change notification settings - Fork 899
Promote Kueue images for v0.11.7 #8228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/assign @tenzen-y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
@@ -4,6 +4,7 @@ | |||
"sha256:2897261e9e26f62cc9284ac6a40bcd9190de8c9862923c53975556b4c98bcb07": ["0.12.2"] | |||
"sha256:f43015d8706d1feab03a35993514dc9b60de93679eb658e24190da9cb4de4ed7": ["0.12.1"] | |||
"sha256:eb17e8058ee0a056a0c0c0231ebb954ba6c977f600bed655ade9fe50c94dd4a5": ["0.12.0"] | |||
"sha256:9532e4029e127bde27d12a20793e7b7645edc7fd95c56d887d63619cf59f80c1": ["0.11.7"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ helm template oci://us-central1-docker.pkg.dev/k8s-staging-images/kueue/charts/kueue --set enableKueueViz=true --version 0.11.7 | grep registry.k8s.io
Pulled: us-central1-docker.pkg.dev/k8s-staging-images/kueue/charts/kueue:0.11.7
Digest: sha256:9532e4029e127bde27d12a20793e7b7645edc7fd95c56d887d63619cf59f80c1
image: "registry.k8s.io/kueue/kueue:v0.11.7"
@@ -22,6 +23,7 @@ | |||
"sha256:da77dc3dc288586d3cb8b101b550960c2319846ffed1f4f1fb452c2adf504f37": ["v0.12.2"] | |||
"sha256:65e591975fa74e52decee19720751339a361fee31f82beb5040a259b7f6d668f": ["v0.12.1"] | |||
"sha256:4a48161e89c4c2d6005317c919accb2403e23bd0c5ba7c8cde1e14ead62c2567": ["v0.12.0"] | |||
"sha256:27a04902bfd655ce77f71e1f26ceadb01986ca786a55153b1a8641eef6b800c9": ["v0.11.7"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ docker run --pull=always -it us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue:v0.11.7
v0.11.7: Pulling from k8s-staging-images/kueue/kueue
ddf74a63f7d8: Pull complete
fd16343de589: Pull complete
Digest: sha256:27a04902bfd655ce77f71e1f26ceadb01986ca786a55153b1a8641eef6b800c9
Status: Downloaded newer image for us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue:v0.11.7
...
{"level":"info","ts":"2025-06-24T15:49:35.87534176Z","logger":"setup","caller":"kueue/main.go:146","msg":"Initializing","gitVersion":"v0.11.7","gitCommit":"c1f708bfa1a0bb43cd00a09149f4b3b8e93416e0"}
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Part of kubernetes-sigs/kueue#5617