From 34df6e2a055f5ef8102ce0b9623f532961788d32 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 31 Aug 2022 12:39:06 +0200 Subject: [PATCH 1/4] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7ed294a..be44306fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,11 @@ All notable changes to this project will be documented in this file. ### MODULES +- [[#787](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/787)] Support manager role in cloud identity group module ([lcaggio](https://github.com/lcaggio)) +- [[#786](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/786)] Secret manager flag sensitive output ([ddaluka](https://github.com/ddaluka)) +- [[#775](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/775)] net-glb: Added support for regional external HTTP(s) load balancing ([rosmo](https://github.com/rosmo)) +- [[#784](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/784)] fix envoy-traffic-director config for xDS v3 ([drebes](https://github.com/drebes)) +- [[#785](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/785)] nginx-tls module ([drebes](https://github.com/drebes)) - [[#783](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/783)] fix service unit indent on cloud-config-container module ([drebes](https://github.com/drebes)) - [[#782](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/782)] typo fix (max_scale -> min_scale) ([skalolazka](https://github.com/skalolazka)) - [[#778](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/778)] **incompatible change:** instance_termination_action must be set for compute-vm spot instances ([sruffilli](https://github.com/sruffilli)) From 97fc5517b266874715981ba94ac149774cbd18e6 Mon Sep 17 00:00:00 2001 From: Roberto Jung Drebes Date: Wed, 31 Aug 2022 14:36:40 +0200 Subject: [PATCH 2/4] fix yaml quotes for merge-pr workflow --- .github/workflows/merge-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-pr.yml b/.github/workflows/merge-pr.yml index 05946e8dd..a01eecd85 100644 --- a/.github/workflows/merge-pr.yml +++ b/.github/workflows/merge-pr.yml @@ -22,7 +22,7 @@ on: - closed env: - PYTHON_VERSION: 3.10 + PYTHON_VERSION: "3.10" jobs: if_merged: From e1eea481b46516610310a746d8b34a42c5fc0d62 Mon Sep 17 00:00:00 2001 From: Roberto Jung Drebes Date: Wed, 31 Aug 2022 15:28:15 +0200 Subject: [PATCH 3/4] some more yaml quoting --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a8755e73..494aa6b5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: 1.16 + go-version: "1.16" - name: "Update all module names" run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 069f4c71c..29d419c80 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ on: env: GOOGLE_APPLICATION_CREDENTIALS: "/home/runner/credentials.json" PYTEST_ADDOPTS: "--color=yes" - PYTHON_VERSION: 3.9 + PYTHON_VERSION: "3.10" TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache" TF_VERSION: 1.1.8 From 4174f2a048c67ab4293074b64371384446a419bd Mon Sep 17 00:00:00 2001 From: Roberto Jung Drebes Date: Wed, 31 Aug 2022 15:31:30 +0200 Subject: [PATCH 4/4] and linting too --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 61b0b0ce5..5de7336d2 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.9" + python-version: "3.10" - name: Set up Terraform uses: hashicorp/setup-terraform@v1