Skip to content

Commit 6424afe

Browse files
chore(main): release 6.2.1 (#134)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b09ec74 commit 6424afe

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [6.2.1](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v6.2.0...v6.2.1) (2026-01-12)
11+
12+
13+
### Bug Fixes
14+
15+
* Adding output variables with VISIBILITY_ROOT ([#133](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/133)) ([bda8e40](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/bda8e40e1ca860b14e13d1624868d6de9fb37156))
16+
* Revert "feat: Add blueprint metadata for cloud dns module ([#129](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/129))" ([#136](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/136)) ([b09ec74](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/b09ec743c4066976f05095aa50cc461120d2ba46))
17+
1018
## [6.2.0](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v6.1.0...v6.2.0) (2026-01-09)
1119

1220

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ terraform {
2828
}
2929

3030
provider_meta "google" {
31-
module_name = "blueprints/terraform/terraform-google-cloud-dns/v6.2.0"
31+
module_name = "blueprints/terraform/terraform-google-cloud-dns/v6.2.1"
3232
}
3333

3434
provider_meta "google-beta" {
35-
module_name = "blueprints/terraform/terraform-google-cloud-dns/v6.2.0"
35+
module_name = "blueprints/terraform/terraform-google-cloud-dns/v6.2.1"
3636
}
3737

3838
}

0 commit comments

Comments
 (0)