Skip to content

Commit

Permalink
chore(master): release 5.2.1 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 30, 2022
1 parent 63efdcd commit 3a2fe0b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [5.2.1](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.2.0...v5.2.1) (2022-12-29)


### Bug Fixes

* fix folder and project exclusions ([#71](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/71)) ([182c272](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/182c27202c90d087a405f252884fce434cbdfd3a))
* fixes lint issues and generates metadata ([#72](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/72)) ([b800144](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/b80014487aba21ea1ff534f16d4dc3936af89dae))

## [5.2.0](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.1.0...v5.2.0) (2022-09-01)


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.2.0"
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v5.2.1"
}

}
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.2.0"
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v5.2.1"
}

}
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.2.0"
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v5.2.1"
}

}
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.2.0"
module_name = "blueprints/terraform/terraform-google-org-policy:restrict_vm_external_ips/v5.2.1"
}

}
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.2.0"
module_name = "blueprints/terraform/terraform-google-org-policy:skip_default_network/v5.2.1"
}

}
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.2.0"
module_name = "blueprints/terraform/terraform-google-org-policy/v5.2.1"
}

}

0 comments on commit 3a2fe0b

Please sign in to comment.