Skip to content

Commit 04cc9b3

Browse files
chore(main): release 7.1.0 (#172)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f992096 commit 04cc9b3

File tree

14 files changed

+20
-13
lines changed

14 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [7.1.0](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v7.0.0...v7.1.0) (2025-07-10)
8+
9+
10+
### Features
11+
12+
* added dry run option ([#171](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/171)) ([f992096](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/f99209611623e29265709c3820b62c87558b7fbc))
13+
714
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v6.0.0...v7.0.0) (2025-02-04)
815

916

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-org-policy.git
2626
sourceType: git
27-
version: 7.0.0
27+
version: 7.1.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

modules/bucket_policy_only/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
2626
sourceType: git
2727
dir: /modules/bucket_policy_only
28-
version: 7.0.0
28+
version: 7.1.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/bucket_policy_only/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v7.0.0"
28+
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v7.1.0"
2929
}
3030

3131
}

modules/domain_restricted_sharing/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
2626
sourceType: git
2727
dir: /modules/domain_restricted_sharing
28-
version: 7.0.0
28+
version: 7.1.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/domain_restricted_sharing/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v7.0.0"
28+
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v7.1.0"
2929
}
3030

3131
}

modules/org_policy_v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module "parameterized_org_policy_v2_bool" {
8383
```hcl
8484
module "gcp_org_policy_v2_list" {
8585
source = "terraform-google-modules/org-policy/google//modules/org_policy_v2"
86-
version = "~> 7.0"
86+
version = "~> 7.1"
8787
8888
policy_root = "organization" # either of organization, folder or project
8989
policy_root_id = "123456789" # either of org id, folder id or project id

modules/org_policy_v2/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
2626
sourceType: git
2727
dir: /modules/org_policy_v2
28-
version: 7.0.0
28+
version: 7.1.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/org_policy_v2/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v7.0.0"
28+
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v7.1.0"
2929
}
3030

3131
}

modules/restrict_vm_external_ips/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
2626
sourceType: git
2727
dir: /modules/restrict_vm_external_ips
28-
version: 7.0.0
28+
version: 7.1.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

0 commit comments

Comments
 (0)