From 9ea03ee3ff0778a087888582e806da7342635d69 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:51:42 -0500 Subject: [PATCH] chore(main): release 1.2.0 (#63) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ README.md | 2 +- versions.tf | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e34f83..8a6d092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ 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/). +## [1.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v1.1.0...v1.2.0) (2023-08-29) + + +### Features + +* Add support for Automatically deploy Adaptive Protection suggested rules ([#61](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/61)) ([1dd4e0c](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/1dd4e0c397965999460f18fffa76fe5c6dc2802d)) + ## [1.1.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v1.0.0...v1.1.0) (2023-08-02) diff --git a/README.md b/README.md index 81d3c9d..27f9f5e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat ``` module "security_policy" { source = "GoogleCloudPlatform/cloud-armor/google" - version = "~> 1.1" + version = "~> 1.2" project_id = var.project_id name = "my-test-security-policy" diff --git a/versions.tf b/versions.tf index 891c591..9e1cbd7 100644 --- a/versions.tf +++ b/versions.tf @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.1.0" + module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.2.0" } provider_meta "google-beta" { - module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.1.0" + module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.2.0" } }