Skip to content

Commit 283dd26

Browse files
authored
Merge pull request #4390 from GoogleCloudPlatform/release-candidate
Release candidate: v1.58.0
2 parents 6e8b14b + bfcc772 commit 283dd26

File tree

80 files changed

+590
-1052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+590
-1052
lines changed

.yamllint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ yaml-files:
77

88
ignore:
99
- modules/management/kubectl-apply/manifests/*
10+
- examples/gke-a4x/nvidia-dra-driver.yaml
11+
- examples/gke-a4x/nccl-rdma-installer.yaml
1012

1113
rules:
1214
# Defaults

cluster-toolkit-writers.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,20 @@
352352
},
353353
{
354354
"login": "shubpal07"
355+
},
356+
{
357+
"login": "PayalJakhar"
358+
},
359+
{
360+
"login": "kadupoornima"
361+
},
362+
{
363+
"login": "jhpriy"
364+
},
365+
{
366+
"login": "agrawalkhushi18"
367+
},
368+
{
369+
"login": "ljqg"
355370
}
356371
]

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ HPC deployments on the Google Cloud Platform.`,
5353
logging.Fatal("cmd.Help function failed: %s", err)
5454
}
5555
},
56-
Version: "v1.57.0",
56+
Version: "v1.58.0",
5757
Annotations: annotation,
5858
}
5959
)

community/modules/compute/htcondor-execute-point/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/hpc-toolkit:htcondor-execute-point/v1.57.0"
32+
module_name = "blueprints/terraform/hpc-toolkit:htcondor-execute-point/v1.58.0"
3333
}
3434
}

community/modules/compute/mig/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ terraform {
2222
}
2323
}
2424
provider_meta "google" {
25-
module_name = "blueprints/terraform/hpc-toolkit:mig/v1.57.0"
25+
module_name = "blueprints/terraform/hpc-toolkit:mig/v1.58.0"
2626
}
2727
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset-dynamic/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525
}
2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.57.0"
27+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.58.0"
2828
}
2929
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset-tpu/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ terraform {
1818
required_version = ">= 1.3"
1919

2020
provider_meta "google" {
21-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-tpu/v1.57.0"
21+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-tpu/v1.58.0"
2222
}
2323
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525
}
2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset/v1.57.0"
27+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset/v1.58.0"
2828
}
2929
}

community/modules/compute/schedmd-slurm-gcp-v6-partition/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ terraform {
1818
required_version = ">= 1.3"
1919

2020
provider_meta "google" {
21-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-partition/v1.57.0"
21+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-partition/v1.58.0"
2222
}
2323
}

community/modules/database/slurm-cloudsql-federation/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ terraform {
2626
}
2727
}
2828
provider_meta "google" {
29-
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.57.0"
29+
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.58.0"
3030
}
3131
provider_meta "google-beta" {
32-
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.57.0"
32+
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.58.0"
3333
}
3434

3535
required_version = ">= 0.13.0"

0 commit comments

Comments
 (0)