Skip to content

Commit b4614a2

Browse files
authored
Merge branch 'main' into newFix
2 parents cd8712d + ece48ee commit b4614a2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: This file is automatically generated from values at:
22
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf
33

4-
* @terraform-google-modules/cft-admins @ayushmjain @imrannayer @q2w
4+
* @terraform-google-modules/cft-admins @ayushmjain @imrannayer @krprabhat-eng @q2w
55

66
# NOTE: GitHub CODEOWNERS locations:
77
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-and-branch-protection

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)