Skip to content

Commit 4853e46

Browse files
aglshivrenovate[bot]bharathkkbcloud-foundation-botqbaze
authored
sync upstream (#3)
* chore(deps): update go and dev-tools (terraform-google-modules#139) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update examples to use registry (terraform-google-modules#142) * chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.10.3 (terraform-google-modules#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update .github/workflows/lint.yaml * chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.11.1 (terraform-google-modules#144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update .github/workflows/stale.yml * chore: update .github/workflows/stale.yml * chore: update CODEOWNERS * chore: update .github/workflows/lint.yaml * chore(deps): Update go modules and/or dev-tools (terraform-google-modules#149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.13.2 (terraform-google-modules#151) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): Update go modules and dev-tools (terraform-google-modules#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: mark secret outputs sensitive for classic vpn Ref: terraform-google-modules#158 (terraform-google-modules#159) * chore(deps): Update go modules and dev-tools (terraform-google-modules#156) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): Update Terraform terraform-google-modules/project-factory/google to v15 (terraform-google-modules#157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(master): release 4.0.1 (terraform-google-modules#161) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(deps): Update go modules and dev-tools (terraform-google-modules#162) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat(deps): Update Terraform Google Provider to v6 (major) (terraform-google-modules#166) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(master): release 4.1.0 (terraform-google-modules#167) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(deps): Update go modules and/or dev-tools (terraform-google-modules#163) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): Update Terraform terraform-google-modules/project-factory/google to v17 (terraform-google-modules#168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: Making IPSEC PSK length configurable (terraform-google-modules#171) * chore(master): release 4.2.0 (terraform-google-modules#172) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore: update .github/conventional-commit-lint.yaml * chore: update .github/workflows/stale.yml * chore: update .github/trusted-contribution.yml * chore: update .github/renovate.json * chore: update CODEOWNERS * chore: update .github/workflows/lint.yaml * chore: update .github/trusted-contribution.yml * chore: update .github/workflows/lint.yaml * chore: update .github/workflows/stale.yml * chore: update CODEOWNERS * chore: update .github/conventional-commit-lint.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bharath KKB <[email protected]> Co-authored-by: CFT Bot <[email protected]> Co-authored-by: qbaze <[email protected]> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Shivam Verma <[email protected]>
1 parent e4bfbe8 commit 4853e46

File tree

30 files changed

+200
-102
lines changed

30 files changed

+200
-102
lines changed

.github/conventional-commit-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 Google LLC
1+
# Copyright 2022-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# NOTE: This file is automatically generated from:
16-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/github
1717

1818
enabled: true
1919
always_check_pr_title: true

.github/trusted-contribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2023-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# NOTE: This file is automatically generated from:
16-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/github
1717

1818
annotations:
1919
- type: comment

.github/workflows/lint.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2023-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,14 +13,15 @@
1313
# limitations under the License.
1414

1515
# NOTE: This file is automatically generated from values at:
16-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/org/locals.tf
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf
1717

1818
name: 'lint'
1919

2020
on:
21+
workflow_dispatch:
2122
pull_request:
2223
branches:
23-
- master
24+
- main
2425

2526
concurrency:
2627
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
@@ -43,4 +44,5 @@ jobs:
4344
REGISTRY=$(grep "REGISTRY_URL := " $MAKEFILE | cut -d\ -f3)
4445
echo dev-tools=${REGISTRY}/${IMAGE}:${VERSION} >> "$GITHUB_OUTPUT"
4546
fi
47+
- run: docker run --rm -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
4648
- run: docker run --rm -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh

.github/workflows/stale.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 Google LLC
1+
# Copyright 2022-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# NOTE: This file is automatically generated from:
16-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/github
1717

1818
name: "Close stale issues"
1919
on:
@@ -25,9 +25,10 @@ jobs:
2525
if: github.repository_owner == 'GoogleCloudPlatform' || github.repository_owner == 'terraform-google-modules'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/stale@v8
28+
- uses: actions/stale@v9
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
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'
3232
stale-pr-message: 'This PR 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'
33-
exempt-issue-labels: triaged,dependencies
33+
exempt-issue-labels: 'triaged'
34+
exempt-pr-labels: 'dependencies,autorelease: pending'

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [4.2.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v4.1.0...v4.2.0) (2024-11-12)
7+
8+
9+
### Features
10+
11+
* Making IPSEC PSK length configurable ([#171](https://github.com/terraform-google-modules/terraform-google-vpn/issues/171)) ([0621d9c](https://github.com/terraform-google-modules/terraform-google-vpn/commit/0621d9c87bfd53680bebaa4d9863a735c2f99e26))
12+
13+
## [4.1.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v4.0.1...v4.1.0) (2024-09-11)
14+
15+
16+
### Features
17+
18+
* **deps:** Update Terraform Google Provider to v6 (major) ([#166](https://github.com/terraform-google-modules/terraform-google-vpn/issues/166)) ([badb0d5](https://github.com/terraform-google-modules/terraform-google-vpn/commit/badb0d593a6d982806a3107581e309fc4a2936dc))
19+
20+
## [4.0.1](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v4.0.0...v4.0.1) (2024-07-25)
21+
22+
23+
### Bug Fixes
24+
25+
* mark secret outputs sensitive for classic vpn Ref: [#158](https://github.com/terraform-google-modules/terraform-google-vpn/issues/158) ([#159](https://github.com/terraform-google-modules/terraform-google-vpn/issues/159)) ([c3c7812](https://github.com/terraform-google-modules/terraform-google-vpn/commit/c3c78122c572017e34231c813d56eb45534ddfd3))
26+
627
## [4.0.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v3.1.1...v4.0.0) (2023-11-21)
728

829

CODEOWNERS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# NOTE: This file is automatically generated from values at:
2-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/org/locals.tf
2+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf
33

44
* @terraform-google-modules/cft-admins @imrannayer
5+
6+
# NOTE: GitHub CODEOWNERS locations:
7+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-and-branch-protection
8+
9+
CODEOWNERS @terraform-google-modules/cft-admins
10+
.github/CODEOWNERS @terraform-google-modules/cft-admins
11+
docs/CODEOWNERS @terraform-google-modules/cft-admins
12+

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Make will use bash instead of sh
1919
SHELL := /usr/bin/env bash
2020

21-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.17
21+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22
2222
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323
REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ References the variable descriptions below to determine the right configuration.
9797
| cr\_name | The name of cloud router for BGP routing | `string` | `""` | no |
9898
| gateway\_name | The name of VPN gateway | `string` | `"test-vpn"` | no |
9999
| ike\_version | Please enter the IKE version used by this tunnel (default is IKEv2) | `number` | `2` | no |
100+
| ipsec\_secret\_length | The lnegth the of shared secret for VPN tunnels | `number` | `8` | no |
100101
| local\_traffic\_selector | Local traffic selector to use when establishing the VPN tunnel with peer VPN gateway.<br>Value should be list of CIDR formatted strings and ranges should be disjoint. | `list(string)` | <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
101102
| network | The name of VPC being created | `string` | n/a | yes |
102103
| peer\_asn | Please enter the ASN of the BGP peer that cloud router will use | `list(string)` | <pre>[<br> "65101"<br>]</pre> | no |

build/int.cloudbuild.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
timeout: 3600s
1616
steps:
17+
- id: swap-module-refs
18+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
19+
args: ['module-swapper']
1720
- id: prepare
1821
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
1922
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && prepare_environment']
@@ -64,4 +67,4 @@ tags:
6467
- 'integration'
6568
substitutions:
6669
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
67-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.17'
70+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'

build/lint.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ tags:
2121
- 'lint'
2222
substitutions:
2323
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
24-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.17'
24+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'

0 commit comments

Comments
 (0)