Skip to content

Commit

Permalink
chore(master): release 5.0.0 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 30, 2023
1 parent 30bcb56 commit c8f2446
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).
Releases are automated via [Conventional Commit](https://www.conventionalcommits.org/) messages.

## [5.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v4.1.0...v5.0.0) (2023-10-30)


### ⚠ BREAKING CHANGES

* **enable_endpoint_independent_mapping=false:** upgraded versions.tf to include minor bumps from tpg v5 ([#129](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/129))

### Bug Fixes

* **enable_endpoint_independent_mapping=false:** upgraded versions.tf to include minor bumps from tpg v5 ([#129](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/129)) ([30bcb56](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/30bcb56e1e8994e0d14b2b4cd79941d432a0a891))

## [4.1.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v4.0.0...v4.1.0) (2023-06-26)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-cloud-nat
sourceType: git
version: 2.2.1
version: 5.0.0
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-nat/v4.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-nat/v5.0.0"
}

}

0 comments on commit c8f2446

Please sign in to comment.