From 6c781a0b86ba77f70dde20e1eb8f5d34d4c6acaa Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:04:20 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- versions.tf | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6d092..40a2483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +## [2.0.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v1.2.0...v2.0.0) (2023-10-25) + + +### ⚠ BREAKING CHANGES + +* **tpg v5:** rule.rate_limit_options.enforce_on_key has not default value ([#77](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/77)) +* **TPG >= 4.79:** added preconfigured_waf_config block in custom_rule ([#71](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/71)) + +### Features + +* **TPG >= 4.79:** added preconfigured_waf_config block in custom_rule ([#71](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/71)) ([56e9386](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/56e938658380f556c1dfe8dd7b169b1ab4449fbe)) + + +### Bug Fixes + +* rule set name for php ([#69](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/69)) ([de86b4d](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/de86b4d487c6160a67737d8f381af3ab6cc9d6b4)) +* **tpg v5:** rule.rate_limit_options.enforce_on_key has not default value ([#77](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/77)) ([a9a0198](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/a9a01982c496779c863db6f1e146eb07871319d1)) + ## [1.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v1.1.0...v1.2.0) (2023-08-29) diff --git a/README.md b/README.md index 4f45588..07740f9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat ``` module "security_policy" { source = "GoogleCloudPlatform/cloud-armor/google" - version = "~> 1.2" + version = "~> 2.0" project_id = var.project_id name = "my-test-security-policy" diff --git a/versions.tf b/versions.tf index 9fdd977..70010aa 100644 --- a/versions.tf +++ b/versions.tf @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.2.0" + module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.0" } provider_meta "google-beta" { - module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.2.0" + module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.0" } }