Skip to content

Commit

Permalink
chore: release 5.0.0 (#45)
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 Mar 19, 2021
1 parent 5fa759f commit 904a5c4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.0.0](https://www.github.com/terraform-google-modules/terraform-google-org-policy/compare/v4.0.0...v5.0.0) (2021-03-19)


### ⚠ BREAKING CHANGES

* add Terraform 0.13 constraint and module attribution (#43)

### Features

* add Terraform 0.13 constraint and module attribution ([#43](https://www.github.com/terraform-google-modules/terraform-google-org-policy/issues/43)) ([61cd430](https://www.github.com/terraform-google-modules/terraform-google-org-policy/commit/61cd4309985c32707e19e5de9016e6feec6ecefa))


### Bug Fixes

* Change exclusion variables in submodules to accept sets ([#44](https://www.github.com/terraform-google-modules/terraform-google-org-policy/issues/44)) ([20b6a30](https://www.github.com/terraform-google-modules/terraform-google-org-policy/commit/20b6a30f0d6590b3d70c20d5c024d6c39adab722))

## [4.0.0](https://www.github.com/terraform-google-modules/terraform-google-org-policy/compare/v3.0.2...v4.0.0) (2020-12-08)


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

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

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

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

}
2 changes: 1 addition & 1 deletion 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/v1.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy/v5.0.0"
}

}

0 comments on commit 904a5c4

Please sign in to comment.