Skip to content

Commit 83b8aab

Browse files
authored
Merge branch 'main' into confidential-nodes-gpu
2 parents 2664ab3 + 952223c commit 83b8aab

File tree

38 files changed

+63
-64
lines changed

38 files changed

+63
-64
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,13 @@ docker_test_lint:
7676
/usr/local/bin/test_lint.sh
7777

7878
# Generate documentation
79-
# Removed `display` for https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/3140
8079
.PHONY: docker_generate_docs
8180
docker_generate_docs:
8281
$(DOCKER_BIN) run --rm -it \
8382
-e ENABLE_BPMETADATA=1 \
8483
-v "$(CURDIR)":/workspace \
8584
$(REGISTRY_URL)/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
86-
/bin/bash -c 'source /usr/local/bin/task_helper_functions.sh && generate_docs --per-module-requirements'
85+
/bin/bash -c 'source /usr/local/bin/task_helper_functions.sh && generate_docs -d --per-module-requirements'
8786

8887
# Generate files from autogen
8988
.PHONY: docker_generate_modules

autogen/main/versions.tf.tmpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,33 @@ terraform {
2424
required_providers {
2525
google = {
2626
source = "hashicorp/google"
27-
version = ">= 6.42.0, < 7"
27+
version = ">= 6.42.0, < 8"
2828
}
2929
google-beta = {
3030
source = "hashicorp/google-beta"
31-
version = ">= 6.42.0, < 7"
31+
version = ">= 6.42.0, < 8"
3232
}
3333
{% elif beta_cluster and autopilot_cluster %}
3434
required_providers {
3535
google = {
3636
source = "hashicorp/google"
37-
version = ">= 6.42.0, < 7"
37+
version = ">= 6.42.0, < 8"
3838
}
3939
google-beta = {
4040
source = "hashicorp/google-beta"
41-
version = ">= 6.42.0, < 7"
41+
version = ">= 6.42.0, < 8"
4242
}
4343
{% elif autopilot_cluster %}
4444
required_providers {
4545
google = {
4646
source = "hashicorp/google"
47-
version = ">= 6.42.0, < 7"
47+
version = ">= 6.42.0, < 8"
4848
}
4949
{% else %}
5050
required_providers {
5151
google = {
5252
source = "hashicorp/google"
53-
version = ">= 6.42.0, < 7"
53+
version = ">= 6.42.0, < 8"
5454
}
5555
{% endif %}
5656
kubernetes = {

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ spec:
828828
- roles/editor
829829
providerVersions:
830830
- source: hashicorp/google
831-
version: ">= 6.42.0, < 7"
831+
version: ">= 6.42.0, < 8"
832832
- source: hashicorp/kubernetes
833833
version: ~> 2.10
834834
- source: hashicorp/random

modules/auth/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ spec:
160160
- roles/editor
161161
providerVersions:
162162
- source: hashicorp/google
163-
version: ">= 4.47.0, != 4.49.0, != 4.50.0, < 7"
163+
version: ">= 4.47.0, != 4.49.0, != 4.50.0, < 8"

modules/auth/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121
google = {
2222
source = "hashicorp/google"
2323
# Avoid v4.49 and v4.50 for https://github.com/hashicorp/terraform-provider-google/issues/13507
24-
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 7"
24+
version = ">= 4.47.0, != 4.49.0, != 4.50.0, < 8"
2525
}
2626
}
2727

modules/beta-autopilot-private-cluster/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,9 @@ spec:
571571
- roles/editor
572572
providerVersions:
573573
- source: hashicorp/google
574-
version: ">= 6.42.0, < 7"
574+
version: ">= 6.42.0, < 8"
575575
- source: hashicorp/google-beta
576-
version: ">= 6.42.0, < 7"
576+
version: ">= 6.42.0, < 8"
577577
- source: hashicorp/kubernetes
578578
version: ~> 2.10
579579
- source: hashicorp/random

modules/beta-autopilot-private-cluster/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ terraform {
2121
required_providers {
2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 6.42.0, < 7"
24+
version = ">= 6.42.0, < 8"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 6.42.0, < 7"
28+
version = ">= 6.42.0, < 8"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

modules/beta-autopilot-public-cluster/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,9 @@ spec:
545545
- roles/editor
546546
providerVersions:
547547
- source: hashicorp/google
548-
version: ">= 6.42.0, < 7"
548+
version: ">= 6.42.0, < 8"
549549
- source: hashicorp/google-beta
550-
version: ">= 6.42.0, < 7"
550+
version: ">= 6.42.0, < 8"
551551
- source: hashicorp/kubernetes
552552
version: ~> 2.10
553553
- source: hashicorp/random

modules/beta-autopilot-public-cluster/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ terraform {
2121
required_providers {
2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 6.42.0, < 7"
24+
version = ">= 6.42.0, < 8"
2525
}
2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = ">= 6.42.0, < 7"
28+
version = ">= 6.42.0, < 8"
2929
}
3030
kubernetes = {
3131
source = "hashicorp/kubernetes"

modules/beta-private-cluster-update-variant/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,9 +863,9 @@ spec:
863863
- roles/editor
864864
providerVersions:
865865
- source: hashicorp/google
866-
version: ">= 6.42.0, < 7"
866+
version: ">= 6.42.0, < 8"
867867
- source: hashicorp/google-beta
868-
version: ">= 6.42.0, < 7"
868+
version: ">= 6.42.0, < 8"
869869
- source: hashicorp/kubernetes
870870
version: ~> 2.10
871871
- source: hashicorp/random

0 commit comments

Comments
 (0)