File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77Releases are automated via [ Conventional Commit] ( https://www.conventionalcommits.org/ ) messages.
88
9+ ## [ 5.2.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v5.1.0...v5.2.0 ) (2024-05-29)
10+
11+
12+ ### Features
13+
14+ * add rules support ([ #157 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/157 ) ) ([ 3fb071c] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/3fb071c485e3e28eeea9a8ef18956e7c9e8db3ec ) )
15+
916## [ 5.1.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v5.0.0...v5.1.0 ) (2024-05-03)
1017
1118
Original file line number Diff line number Diff line change 2323 source :
2424 repo : https://github.com/terraform-google-modules/terraform-google-cloud-nat
2525 sourceType : git
26- version : 5.1 .0
26+ version : 5.2 .0
2727 actuationTool :
2828 type : Terraform
2929 version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ terraform {
3030 }
3131
3232 provider_meta "google" {
33- module_name = " blueprints/terraform/terraform-google-cloud-nat/v5.1 .0"
33+ module_name = " blueprints/terraform/terraform-google-cloud-nat/v5.2 .0"
3434 }
3535
3636}
You can’t perform that action at this time.
0 commit comments