Skip to content

Commit c32ea30

Browse files
chore(main): release 7.0.0 (#193)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 561e872 commit c32ea30

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](http://semver.org/).
77
Releases are automated via [Conventional Commit](https://www.conventionalcommits.org/) messages.
88

9+
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v6.0.0...v7.0.0) (2026-02-11)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* make module ADC compliant ([#192](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/192))
15+
16+
### Features
17+
18+
* make module ADC compliant ([#192](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/192)) ([561e872](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/561e87287dd87388549603c11717c3ce1aa4f35b))
19+
920
## [6.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v5.4.0...v6.0.0) (2026-01-17)
1021

1122

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-nat
2626
sourceType: git
27-
version: 6.0.0
27+
version: 7.0.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
}
3131

3232
provider_meta "google" {
33-
module_name = "blueprints/terraform/terraform-google-cloud-nat/v6.0.0"
33+
module_name = "blueprints/terraform/terraform-google-cloud-nat/v7.0.0"
3434
}
3535

3636
}

0 commit comments

Comments
 (0)