Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#158)
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 Jan 8, 2025
1 parent 4f53439 commit c5b63b4
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 13 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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).

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


### ⚠ BREAKING CHANGES

* **TF>=1.3:** update terraform & metadata ([#156](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/156))

### Features

* add variable validation in org policy v2 ([#149](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/149)) ([4fc5fc5](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/4fc5fc5255344c6e9e3bc77d352c87eaa1618a3e))


### Bug Fixes

* **docs:** Input policy rule limit change from documentation ([#157](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/157)) ([f90dd34](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/f90dd342100ef220dba47a57f67021a5f1a14130))
* **TF>=1.3:** update terraform & metadata ([#156](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/156)) ([4bb7b4a](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/4bb7b4a4bfb21bfe284b575b2688570bf3b5a22c))

## [5.4.0](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.3.0...v5.4.0) (2024-08-29)


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: 5.4.0
version: 6.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: 5.4.0
version: 6.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/v5.4.0"
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v6.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: 5.4.0
version: 6.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/v5.4.0"
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v6.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 @@ -47,7 +47,7 @@ module "gcp_org_policy_v2_bool" {
```hcl
module "gcp_org_policy_v2_list" {
source = "terraform-google-modules/org-policy/google//modules/org_policy_v2"
version = "~> 5.0"
version = "~> 6.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: 5.4.0
version: 6.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/v5.4.0"
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v6.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: 5.4.0
version: 6.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/v5.4.0"
module_name = "blueprints/terraform/terraform-google-org-policy:restrict_vm_external_ips/v6.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: 5.4.0
version: 6.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/v5.4.0"
module_name = "blueprints/terraform/terraform-google-org-policy:skip_default_network/v6.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/v5.4.0"
module_name = "blueprints/terraform/terraform-google-org-policy/v6.0.0"
}

}

0 comments on commit c5b63b4

Please sign in to comment.