Skip to content

Commit 31698db

Browse files
authored
Release candidate: v1.79.0 (GoogleCloudPlatform#5122)
2 parents 1ea487b + 9e608a8 commit 31698db

73 files changed

Lines changed: 690 additions & 88 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.

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var (
5252
logging.Fatal("cmd.Help function failed: %s", err)
5353
}
5454
},
55-
Version: "v1.78.0",
55+
Version: "v1.79.0",
5656
Annotations: annotation,
5757
}
5858
)

community/front-end/ofe/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ django-allauth==65.13.1
2525
django-crispy-forms==2.5
2626
django-extensions==3.2.3
2727
djangorestframework==3.16.1
28-
filelock==3.20.1
28+
filelock==3.20.3
2929
google-api-core==2.28.1
3030
google-api-python-client==2.187.0
3131
google-auth==2.45.0
@@ -69,7 +69,7 @@ platformdirs==4.5.1
6969
pre-commit==4.5.1
7070
proto-plus==1.27.0
7171
protobuf>=6.31.1,<7.0.0
72-
pyasn1==0.6.1
72+
pyasn1==0.6.2
7373
pyasn1-modules==0.4.2
7474
pycparser==2.23
7575
PyJWT==2.10.1
@@ -100,7 +100,7 @@ typing_extensions==4.15.0
100100
uritemplate==4.2.0
101101
urllib3==2.6.3
102102
uvicorn==0.40.0
103-
virtualenv==20.35.4
103+
virtualenv==20.36.1
104104
wrapt==2.0.1
105105
xmltodict==1.0.2
106106
yq==3.4.3

community/modules/compute/gke-nodeset/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:gke-nodeset/v1.78.0"
25+
module_name = "blueprints/terraform/hpc-toolkit:gke-nodeset/v1.79.0"
2626
}
2727
}

community/modules/compute/gke-partition/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:gke-partition/v1.78.0"
25+
module_name = "blueprints/terraform/hpc-toolkit:gke-partition/v1.79.0"
2626
}
2727
}

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.78.0"
32+
module_name = "blueprints/terraform/hpc-toolkit:htcondor-execute-point/v1.79.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.78.0"
25+
module_name = "blueprints/terraform/hpc-toolkit:mig/v1.79.0"
2626
}
2727
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset-dynamic/metadata.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,23 @@ spec:
1818
services: [compute.googleapis.com]
1919
ghpc:
2020
inject_module_id: name
21+
validators:
22+
- validator: allowed_enum
23+
inputs:
24+
vars: [bandwidth_tier]
25+
allowed:
26+
- platform_default
27+
- virtio_enabled
28+
- gvnic_enabled
29+
- tier_1_enabled
30+
allow_null: false
31+
error_message: "Allowed values for bandwidth_tier are 'platform_default', 'virtio_enabled', 'gvnic_enabled', or 'tier_1_enabled'."
32+
33+
- validator: allowed_enum
34+
inputs:
35+
vars: [on_host_maintenance]
36+
allowed:
37+
- MIGRATE
38+
- TERMINATE
39+
allow_null: false
40+
error_message: "Allowed values for on_host_maintenance are 'MIGRATE' or 'TERMINATE'."

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
@@ -17,6 +17,6 @@
1717
terraform {
1818
required_version = ">= 1.3"
1919
provider_meta "google" {
20-
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.78.0"
20+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-dynamic/v1.79.0"
2121
}
2222
}

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.78.0"
21+
module_name = "blueprints/terraform/hpc-toolkit:schedmd-slurm-gcp-v6-nodeset-tpu/v1.79.0"
2222
}
2323
}

community/modules/compute/schedmd-slurm-gcp-v6-nodeset/metadata.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,22 @@ spec:
1919
ghpc:
2020
inject_module_id: name
2121
has_to_be_used: true
22+
validators:
23+
- validator: allowed_enum
24+
inputs:
25+
vars: [bandwidth_tier]
26+
allowed:
27+
- platform_default
28+
- virtio_enabled
29+
- gvnic_enabled
30+
- tier_1_enabled
31+
allow_null: false
32+
error_message: "Allowed values for bandwidth_tier are 'platform_default', 'virtio_enabled', 'gvnic_enabled', or 'tier_1_enabled'."
33+
- validator: allowed_enum
34+
inputs:
35+
vars: [on_host_maintenance]
36+
allowed:
37+
- MIGRATE
38+
- TERMINATE
39+
allow_null: false
40+
error_message: "Allowed values for on_host_maintenance are 'MIGRATE' or 'TERMINATE'."

0 commit comments

Comments
 (0)