Skip to content
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ HPC deployments on the Google Cloud Platform.`,
logging.Fatal("cmd.Help function failed: %s", err)
}
},
Version: "v1.74.0",
Version: "v1.75.1",
Annotations: annotation,
}
)
Expand Down
6 changes: 3 additions & 3 deletions community/examples/xpk-n2-filestore/xpk-n2-filestore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ deployment_groups:
- display_name: deployment-machine
cidr_block: $(vars.authorized_cidr)
version_prefix: "1.31."
release_channel: RAPID
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2024-12-01T00:00:00Z"
end_time: "2025-12-22T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
enable_filestore_csi: true
outputs: [instructions]

Expand Down
2 changes: 1 addition & 1 deletion community/modules/compute/gke-nodeset/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:gke-nodeset/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:gke-nodeset/v1.75.1"
}
}
2 changes: 1 addition & 1 deletion community/modules/compute/gke-partition/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:gke-partition/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:gke-partition/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:htcondor-execute-point/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:htcondor-execute-point/v1.75.1"
}
}
2 changes: 1 addition & 1 deletion community/modules/compute/mig/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:mig/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:mig/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
terraform {
required_version = ">= 1.3"
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ terraform {
required_version = ">= 1.3"

provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-tpu/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-tpu/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ terraform {
required_version = ">= 1.3"

provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-partition/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-partition/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.75.1"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:slurm-cloudsql-federation/v1.75.1"
}

required_version = ">= 0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion community/modules/file-system/nfs-server/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:nfs-server/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:nfs-server/v1.75.1"
}

required_version = ">= 0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions community/modules/files/fsi-montecarlo-on-batch/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:fsi-montecarlo-on-batch/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:fsi-montecarlo-on-batch/v1.75.1"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/hpc-toolkit:fsi-montecarlo-on-batch/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:fsi-montecarlo-on-batch/v1.75.1"
}
}
2 changes: 1 addition & 1 deletion community/modules/internal/slurm-gcp/login/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-controller/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-controller/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:private-service-access/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:private-service-access/v1.75.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/hpc-toolkit:private-service-access/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:private-service-access/v1.75.1"
}

required_version = ">= 1.2"
Expand Down
2 changes: 1 addition & 1 deletion community/modules/project/service-enablement/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:service-enablement/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:service-enablement/v1.75.1"
}

required_version = ">= 0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions community/modules/pubsub/bigquery-sub/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:bigquery-sub/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:bigquery-sub/v1.75.1"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/hpc-toolkit:bigquery-sub/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:bigquery-sub/v1.75.1"
}
required_version = ">= 1.0"
}
2 changes: 1 addition & 1 deletion community/modules/pubsub/topic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:topic/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:topic/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:htcondor-access-point/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:htcondor-access-point/v1.75.1"
}

required_version = ">= 1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:htcondor-central-manager/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:htcondor-central-manager/v1.75.1"
}

required_version = ">= 1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:htcondor-pool-secrets/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:htcondor-pool-secrets/v1.75.1"
}

required_version = ">= 1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-controller/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-controller/v1.75.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ terraform {
required_version = ">= 1.3"

provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-login/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-login/v1.75.1"
}
}
2 changes: 1 addition & 1 deletion community/modules/scripts/wait-for-startup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:wait-for-startup/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:wait-for-startup/v1.75.1"
}

required_version = ">= 0.14.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "blueprints/terraform/hpc-toolkit:windows-startup-script/v1.74.0"
module_name = "blueprints/terraform/hpc-toolkit:windows-startup-script/v1.75.1"
}

required_version = ">= 0.14.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/gke-a3-ultragpu/gke-a3-ultragpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ deployment_groups:
# Cluster versions cannot be updated through the toolkit after creation
# Please manage cluster version from the Google Cloud Console directly
version_prefix: $(vars.version_prefix)
release_channel: RAPID
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2024-12-01T00:00:00Z"
end_time: "2025-12-22T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
outputs: [instructions]

# # --- MANAGED LUSTRE ADDITIONS ---
Expand Down
6 changes: 3 additions & 3 deletions examples/gke-a4/gke-a4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ deployment_groups:
# Cluster versions cannot be updated through the toolkit after creation
# Please manage cluster version from the Google Cloud Console directly
version_prefix: $(vars.version_prefix)
release_channel: RAPID
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2024-12-01T00:00:00Z"
end_time: "2025-12-22T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
outputs: [instructions]

# # --- MANAGED LUSTRE ADDITIONS ---
Expand Down
19 changes: 0 additions & 19 deletions examples/gke-a4x/gke-a4x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,6 @@ vars:
# # Maximum throughput of the lustre instance in MBps per TiB
# per_unit_storage_throughput: 500

terraform_providers:
google:
source: hashicorp/google
version: 7.2.0
configuration:
project: $(vars.project_id)
region: $(vars.region)
zone: $(vars.zone)
compute_custom_endpoint: "https://www.googleapis.com/compute/beta/"

google-beta:
source: hashicorp/google-beta
version: 7.2.0
configuration:
project: $(vars.project_id)
region: $(vars.region)
zone: $(vars.zone)
compute_custom_endpoint: "https://www.googleapis.com/compute/beta/"


deployment_groups:
- group: primary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ deployment_groups:
# Cluster versions cannot be updated through the toolkit after creation
# Please manage cluster version from the Google Cloud Console directly
version_prefix: "1.32."
release_channel: RAPID
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2024-12-01T00:00:00Z"
end_time: "2025-12-22T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
outputs: [instructions]

- id: a3-ultragpu-pool
Expand Down
6 changes: 3 additions & 3 deletions examples/gke-g4/gke-g4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ deployment_groups:
# Cluster versions cannot be updated through the toolkit after creation
# Please manage cluster version from the Google Cloud Console directly
version_prefix: "1.32."
release_channel: RAPID
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2025-08-01T00:00:00Z"
end_time: "2026-04-10T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
outputs: [instructions]

- id: g4-pool
Expand Down
6 changes: 3 additions & 3 deletions examples/gke-h4d/gke-h4d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ deployment_groups:
# Cluster versions cannot be updated through the toolkit after creation
# Please manage cluster version from the Google Cloud Console directly
version_prefix: "1.32."
release_channel: RAPID
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2024-12-01T00:00:00Z"
end_time: "2025-12-22T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
outputs: [instructions]

- id: h4d-pool
Expand Down
6 changes: 3 additions & 3 deletions examples/gke-managed-hyperdisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ deployment_groups:
source: modules/scheduler/gke-cluster
use: [network, workload_service_account]
settings:
release_channel: RAPID
enable_persistent_disk_csi: true # enable Hyperdisk for the cluster
configure_workload_identity_sa: true
enable_private_endpoint: false # Allows for access from authorized public IPs
master_authorized_networks:
- display_name: deployment-machine
cidr_block: $(vars.authorized_cidr)
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2024-12-01T00:00:00Z"
end_time: "2025-12-22T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
outputs: [instructions]

### Set up storage class and persistent volume claim for Hyperdisk ###
Expand Down
6 changes: 3 additions & 3 deletions examples/gke-managed-lustre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,18 @@ deployment_groups:
use: [network, workload_service_account]
settings:
version_prefix: $(vars.version_prefix)
release_channel: RAPID
enable_managed_lustre_csi: true # Enable Managed Lustre for the cluster
configure_workload_identity_sa: true
enable_private_endpoint: false # Allows for access from authorized public IPs
master_authorized_networks:
- display_name: kubectl-access-network
cidr_block: $(vars.authorized_cidr)
release_channel: REGULAR
maintenance_exclusions:
- name: no-minor-or-node-upgrades-indefinite
start_time: "2025-08-01T00:00:00Z"
end_time: "2026-08-01T00:00:00Z"
start_time: "2025-12-01T00:00:00Z"
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
outputs: [instructions]

- id: lustre-pv
Expand Down
Loading
Loading