Skip to content

Commit

Permalink
Merge pull request #3517 from ankitkinra/jobset-new-version
Browse files Browse the repository at this point in the history
Bump jobset version to 0.7.2 and remove v0.7.1 as valid version
  • Loading branch information
ankitkinra authored Jan 10, 2025
2 parents e8bf20a + fe7ab56 commit 05ad917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/gke-a3-ultragpu/gke-a3-ultragpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ deployment_groups:
version: v0.10.0
jobset:
install: true
version: v0.7.1
version: v0.7.2
apply_manifests:
- source: $(vars.nccl_installer_path)
- source: $(vars.mglru_disable_path)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 "Google LLC"
# Copyright 2025 "Google LLC"
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -8747,7 +8747,7 @@ spec:
- --leader-elect
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.7.1
image: registry.k8s.io/jobset/jobset:v0.7.2
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion modules/management/kubectl-apply/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

locals {
kueue_supported_versions = ["v0.10.0", "v0.9.1", "v0.9.0", "v0.8.1"]
jobset_supported_versions = ["v0.7.1", "v0.5.2"]
jobset_supported_versions = ["v0.7.2", "v0.5.2"]
}

resource "terraform_data" "kueue_validations" {
Expand Down

0 comments on commit 05ad917

Please sign in to comment.