Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 4, 2025
1 parent 974d1c0 commit 876a836
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v6.0.0...v7.0.0) (2025-02-04)


### ⚠ BREAKING CHANGES

* **TPG>=6.14:** add parameter field support into org policy ([#163](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/163))

### Features

* **TPG>=6.14:** add parameter field support into org policy ([#163](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/163)) ([974d1c0](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/974d1c09e3a886e99ed5eecbd438177522445299))

## [6.0.0](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.4.0...v6.0.0) (2025-01-08)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
sourceType: git
version: 6.0.0
version: 7.0.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/bucket_policy_only/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
sourceType: git
dir: /modules/bucket_policy_only
version: 6.0.0
version: 7.0.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/bucket_policy_only/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v6.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v7.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/domain_restricted_sharing/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
sourceType: git
dir: /modules/domain_restricted_sharing
version: 6.0.0
version: 7.0.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/domain_restricted_sharing/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v6.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v7.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/org_policy_v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "parameterized_org_policy_v2_bool" {
```hcl
module "gcp_org_policy_v2_list" {
source = "terraform-google-modules/org-policy/google//modules/org_policy_v2"
version = "~> 6.0"
version = "~> 7.0"
policy_root = "organization"
policy_root_id = var.org_id
Expand Down
2 changes: 1 addition & 1 deletion modules/org_policy_v2/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
sourceType: git
dir: /modules/org_policy_v2
version: 6.0.0
version: 7.0.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/org_policy_v2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v6.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v7.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/restrict_vm_external_ips/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
sourceType: git
dir: /modules/restrict_vm_external_ips
version: 6.0.0
version: 7.0.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/restrict_vm_external_ips/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:restrict_vm_external_ips/v6.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:restrict_vm_external_ips/v7.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/skip_default_network/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-org-policy.git
sourceType: git
dir: /modules/skip_default_network
version: 6.0.0
version: 7.0.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/skip_default_network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:skip_default_network/v6.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:skip_default_network/v7.0.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy/v6.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy/v7.0.0"
}

}

0 comments on commit 876a836

Please sign in to comment.