Skip to content

Commit 608c2ab

Browse files
chore(master): release 6.2.0 (#136)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d8ec351 commit 608c2ab

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [6.2.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v6.1.0...v6.2.0) (2024-11-05)
11+
12+
13+
### Features
14+
15+
* add drain IPs option to NAT resource ([#135](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/135)) ([d8ec351](https://github.com/terraform-google-modules/terraform-google-cloud-router/commit/d8ec351bf5e0d6aef9127ff924fc48f3f7902f91))
16+
1017
## [6.1.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v6.0.2...v6.1.0) (2024-08-29)
1118

1219

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Basic usage of this module is as follows:
1919
```hcl
2020
module "cloud_router" {
2121
source = "terraform-google-modules/cloud-router/google"
22-
version = "~> 6.1"
22+
version = "~> 6.2"
2323
2424
name = "example-router"
2525
region = "us-central1"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-cloud-router.git
2525
sourceType: git
26-
version: 6.1.0
26+
version: 6.2.0
2727
actuationTool:
2828
flavor: Terraform
2929
version: ">= 1.3"

modules/interconnect_attachment/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-router.git
2626
sourceType: git
2727
dir: /modules/interconnect_attachment
28-
version: 6.1.0
28+
version: 6.2.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/interconnect_attachment/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ terraform {
2626
}
2727

2828
provider_meta "google" {
29-
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v6.1.0"
29+
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v6.2.0"
3030
}
3131
}

modules/interface/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-router.git
2626
sourceType: git
2727
dir: /modules/interface
28-
version: 6.1.0
28+
version: 6.2.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/interface/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-cloud-router:interface/v6.1.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-router:interface/v6.2.0"
2929
}
3030
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-cloud-router/v6.1.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-router/v6.2.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)