Skip to content

Commit 176d3ff

Browse files
chore(master): release 5.0.0 (#65)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fdd1250 commit 176d3ff

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

10+
## [5.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v4.0.0...v5.0.0) (2023-03-07)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **TPG >=4.51:** add support for NAT tcp wait timeout ([#64](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/64))
16+
17+
### Features
18+
19+
* **TPG >=4.51:** add support for NAT tcp wait timeout ([#64](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/64)) ([fdd1250](https://github.com/terraform-google-modules/terraform-google-cloud-router/commit/fdd1250ba39f4dc7ed15d3c862276972c6a6fed7))
20+
1021
## [4.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v3.0.0...v4.0.0) (2022-11-08)
1122

1223

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99
```hcl
1010
module "cloud_router" {
1111
source = "terraform-google-modules/cloud-router/google"
12-
version = "~> 4.0"
12+
version = "~> 5.0"
1313
1414
name = "example-router"
1515
project = "<PROJECT ID>"

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/v4.0.0"
29+
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v5.0.0"
3030
}
3131
}

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/v4.0.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-router/v5.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)