From 84c7e65a48151f086db3fcc2839e3aa3c79bf626 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:49:50 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- versions.tf | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6d092..6ea85dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ 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-17) + + +### ⚠ BREAKING CHANGES + +* **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)) + ## [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 16c87b0..336cafc 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" } }