From b8c83bbfee8f6fde1cd6416dc13603a8392ee012 Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Tue, 30 Jan 2024 10:29:36 -0800 Subject: [PATCH 1/5] chore: update .github/workflows/stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f56aead..34a5677 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Google LLC +# Copyright 2022-2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ jobs: if: github.repository_owner == 'GoogleCloudPlatform' || github.repository_owner == 'terraform-google-modules' runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' From 5d1e1954f7ea14f2b7bae3f672f7fa80f6b94e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:45:57 -0800 Subject: [PATCH 2/5] chore(deps): Update cft/developer-tools Docker tag to v1.19 (#177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6329c3..70a09bd 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # Make will use bash instead of sh SHELL := /usr/bin/env bash -DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.18 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.19 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd From 02fa11c08bd5c9864d30b10989a17aa9060ff2c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:06:43 -0800 Subject: [PATCH 3/5] chore(deps): Update cft/developer-tools Docker tag to v1.19 (#178) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/int.cloudbuild.yaml | 2 +- build/lint.cloudbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 8ab26d6..1764dbb 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -41,4 +41,4 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.18' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.19' diff --git a/build/lint.cloudbuild.yaml b/build/lint.cloudbuild.yaml index fe544f9..1d8475f 100644 --- a/build/lint.cloudbuild.yaml +++ b/build/lint.cloudbuild.yaml @@ -21,4 +21,4 @@ tags: - 'lint' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.18' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.19' From d588c154abd53819440de969d29a19e9abdbd987 Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Wed, 21 Feb 2024 17:26:40 -0800 Subject: [PATCH 4/5] chore: update CODEOWNERS --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index b81cc5b..040245c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,3 +2,11 @@ # https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/org/locals.tf * @terraform-google-modules/cft-admins @imrannayer + +# NOTE: GitHub CODEOWNERS locations: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-and-branch-protection + +CODEOWNERS @terraform-google-modules/cft-admins +.github/CODEOWNERS @terraform-google-modules/cft-admins +docs/CODEOWNERS @terraform-google-modules/cft-admins + From 66a9eac3b597e96439c2a2dbb8e3a9667f1beaad Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Fri, 23 Feb 2024 08:43:15 -0800 Subject: [PATCH 5/5] chore: update .github/workflows/lint.yaml --- .github/workflows/lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2675f6e..d355114 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,6 +18,7 @@ name: 'lint' on: + workflow_dispatch: pull_request: branches: - master