Skip to content

Commit

Permalink
chore: release 5.1.0 (#54)
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 6, 2022
1 parent 2d39ed9 commit 56d3878
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.1.0](https://www.github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.0.0...v5.1.0) (2021-12-20)


### Features

* update TPG version constraints to allow 4.0 ([#52](https://www.github.com/terraform-google-modules/terraform-google-org-policy/issues/52)) ([2d39ed9](https://www.github.com/terraform-google-modules/terraform-google-org-policy/commit/2d39ed989b09841aacc738121d0909f5e94efa22))

## [5.0.0](https://www.github.com/terraform-google-modules/terraform-google-org-policy/compare/v4.0.0...v5.0.0) (2021-03-19)


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.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v5.1.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/v5.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v5.1.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/v5.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:restrict_vm_external_ips/v5.1.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/v5.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy:skip_default_network/v5.1.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/v5.0.0"
module_name = "blueprints/terraform/terraform-google-org-policy/v5.1.0"
}

}

0 comments on commit 56d3878

Please sign in to comment.