Skip to content

Commit 1bff869

Browse files
Merge pull request GoogleCloudPlatform#4566 from GoogleCloudPlatform/release-candidate
Release candidate: v1.63.0
2 parents 0e55264 + 5605f01 commit 1bff869

136 files changed

Lines changed: 1140 additions & 473 deletions

File tree

Some content is hidden

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

.github/workflows/pr-precommit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-python@v5
3636
with:
37-
# internal Python tests require Python 3.10
38-
python-version: '3.10'
37+
# internal Python tests require Python 3.12
38+
python-version: '3.12'
3939
check-latest: true
4040
cache: 'pip'
4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: '1.23'
43+
go-version: '1.24'
4444
check-latest: true
4545
- uses: hashicorp/setup-terraform@v3
4646
with:
@@ -70,7 +70,7 @@ jobs:
7070
cache: 'pip'
7171
- uses: actions/setup-go@v5
7272
with:
73-
go-version: '1.23'
73+
go-version: '1.24'
7474
check-latest: true
7575
- uses: hashicorp/setup-terraform@v3
7676
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PREAMBLE
22
MIN_PACKER_VERSION=1.7.9 # for building images
33
MIN_TERRAFORM_VERSION=1.5.7 # for deploying modules
4-
MIN_GOLANG_VERSION=1.23 # for building gcluster
4+
MIN_GOLANG_VERSION=1.24 # for building gcluster
55

66
.PHONY: install install-user tests format install-dev-deps \
77
warn-go-missing warn-terraform-missing warn-packer-missing \

cluster-toolkit-writers.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,5 +382,8 @@
382382
},
383383
{
384384
"login": "LAVEEN"
385+
},
386+
{
387+
"login": "Neelabh94"
385388
}
386389
]

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.62.0",
56+
Version: "v1.63.0",
5757
Annotations: annotation,
5858
}
5959
)

community/examples/AMD/hpc-amd-slurm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ deployment_groups:
168168
# these images must match the images used by Slurm modules below because
169169
# we are building OpenMPI with PMI support in libraries contained in
170170
# Slurm installation
171-
family: slurm-gcp-6-10-hpc-rocky-linux-8
171+
family: slurm-gcp-6-11-hpc-rocky-linux-8
172172
project: schedmd-slurm-public
173173

174174
- id: low_cost_nodeset

community/examples/hpc-slurm-ubuntu2004.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars:
2424
slurm_image:
2525
# Please refer to the following link for the latest images:
2626
# https://github.com/GoogleCloudPlatform/slurm-gcp/blob/master/docs/images.md#supported-operating-systems
27-
family: slurm-gcp-6-10-ubuntu-2204-lts-nvidia-570
27+
family: slurm-gcp-6-11-ubuntu-2204-lts-nvidia-570
2828
project: schedmd-slurm-public
2929

3030
deployment_groups:

community/examples/hpc-slurm6-apptainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ deployment_groups:
6060
settings:
6161
source_image_project_id: [schedmd-slurm-public]
6262
# see latest in https://github.com/GoogleCloudPlatform/slurm-gcp/blob/master/docs/images.md#published-image-family
63-
source_image_family: slurm-gcp-6-10-hpc-rocky-linux-8
63+
source_image_family: slurm-gcp-6-11-hpc-rocky-linux-8
6464
# You can find size of source image by using following command
6565
# gcloud compute images describe-from-family <source_image_family> --project schedmd-slurm-public
6666
disk_size: $(vars.disk_size)

community/front-end/ofe/infrastructure_files/gcs_bucket/clusters/ansible_setup/roles/c2_daemon/templates/ghpcfe_c2.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
#}
1616

17+
1718
topic_path: {{ ansible_local.ghpcfe.config.fec2_topic }}
1819
subscription_path: {{ ansible_local.ghpcfe.config.fec2_subscription }}
1920
cluster_id: {{ ansible_local.ghpcfe.config.cluster_id }}

community/front-end/ofe/website/ghpcfe/templates/blueprint/cluster_config.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deployment_groups:
8080
id: slurm_controller
8181
settings:
8282
instance_image:
83-
family: slurm-gcp-6-10-hpc-rocky-linux-8
83+
family: slurm-gcp-6-11-hpc-rocky-linux-8
8484
project: schedmd-slurm-public
8585
cloud_parameters:
8686
resume_rate: 0
@@ -118,7 +118,7 @@ deployment_groups:
118118
id: slurm_login
119119
settings:
120120
instance_image:
121-
family: slurm-gcp-6-10-hpc-rocky-linux-8
121+
family: slurm-gcp-6-11-hpc-rocky-linux-8
122122
project: schedmd-slurm-public
123123
num_instances: {{ cluster.num_login_nodes }}
124124
subnetwork_self_link: "projects/{{ cluster.project_id }}/regions/{{ cluster.cloud_region }}/subnetworks/{{ cluster.subnet.cloud_id }}"

community/front-end/ofe/website/ghpcfe/templates/blueprint/partition_config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
family: {% if part.image.source_image_family == "Imported" %}{{ part.image.family }}{% else %}image-{{ part.image.family }}{% endif %}
5050
project: {{ cluster.project_id }}
5151
{% else %}
52-
family: slurm-gcp-6-10-hpc-rocky-linux-8
52+
family: slurm-gcp-6-11-hpc-rocky-linux-8
5353
project: schedmd-slurm-public
5454
{% endif %}
5555
{% if part.additional_disk_count > 0 %}

0 commit comments

Comments
 (0)