Skip to content

Commit

Permalink
chore(master): release 5.1.0 (#153)
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 May 6, 2024
1 parent dff907e commit 5b2b2a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.1.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v5.0.0...v5.1.0) (2024-05-03)


### Features

* `bgp` block can now be optional ([#152](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/152)) ([4069d68](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/4069d68374526e039912dd70b2613206438e0d0e))

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


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: 5.0.0
version: 5.1.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/v5.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-nat/v5.1.0"
}

}

0 comments on commit 5b2b2a5

Please sign in to comment.