Skip to content

Commit 4fdeb02

Browse files
authored
Update Cluster Toolkit Version (#503)
* update ct version Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]>
1 parent 8890e1a commit 4fdeb02

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/xpk/core/blueprint/blueprint_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252

5353
cluster_toolkit_url = "github.com/GoogleCloudPlatform/cluster-toolkit"
54-
cluster_toolkit_version = "v1.48.0"
54+
cluster_toolkit_version = "v1.57.1"
5555

5656

5757
class BlueprintGeneratorOutput:

src/xpk/core/docker_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DockerRunCommandExitCode = 135
3131
dockerBuildErrorCode = 134
3232
ctk_dockerfile_path = "Dockerfile"
33-
ctk_build_ref = "v1.48.0"
33+
ctk_build_ref = "v1.55.0"
3434
ctk_docker_image = "xpk-ctk"
3535
ctk_container_name = "xpk-ctk-container"
3636
gcloud_cfg_mount_path = "/root/.config/gcloud"

src/xpk/core/tests/data/a3_mega.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
!Blueprint
1717
blueprint_name: xpk-gke-a3-megagpu
1818
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
19-
toolkit_modules_version: v1.48.0
19+
toolkit_modules_version: v1.57.1
2020

2121
vars:
2222
project_id: "foo"

src/xpk/core/tests/data/a3_mega_spot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
!Blueprint
1717
blueprint_name: xpk-gke-a3-megagpu
1818
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
19-
toolkit_modules_version: v1.48.0
19+
toolkit_modules_version: v1.57.1
2020

2121
vars:
2222
project_id: "foo"

src/xpk/core/tests/data/a3_ultra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
!Blueprint
1515
blueprint_name: xpk-gke-a3-ultra
1616
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
17-
toolkit_modules_version: v1.48.0
17+
toolkit_modules_version: v1.57.1
1818

1919
vars:
2020

src/xpk/core/tests/data/a4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
!Blueprint
1515
blueprint_name: xpk-gke-a4
1616
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
17-
toolkit_modules_version: v1.48.0
17+
toolkit_modules_version: v1.57.1
1818

1919
vars:
2020

0 commit comments

Comments
 (0)