Skip to content

Commit

Permalink
chore(master): release 3.0.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 19, 2022
1 parent 270fe4f commit 673a6af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v2.0.0...v3.0.0) (2022-07-08)


### ⚠ BREAKING CHANGES

* Increased Google Provider minimum version to 4.27 (#48)

### Features

* Implemented dynamic port allocation support ([#46](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/46)) ([345ddb5](https://github.com/terraform-google-modules/terraform-google-cloud-router/commit/345ddb533b55a8da85fc7c94b4b18d30d6ffa5d2))
* support max_ports_per_vm in NAT config ([#48](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/48)) ([270fe4f](https://github.com/terraform-google-modules/terraform-google-cloud-router/commit/270fe4f29916004b81734b82a76736e6cecfc1a5))

## [2.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v1.3.0...v2.0.0) (2022-05-24)


Expand Down
2 changes: 1 addition & 1 deletion modules/interconnect_attachment/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v2.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v3.0.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-router/v2.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-router/v3.0.0"
}

}

0 comments on commit 673a6af

Please sign in to comment.