From 9f9f47622ec20b80d470c677f7f10e0b9a49c88e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:46:39 -0500 Subject: [PATCH] chore(main): release 2.1.0 (#106) 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 9942628..b3bc7f4 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/). +## [2.1.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v2.0.1...v2.1.0) (2024-03-18) + + +### Features + +* add preconfigured_waf_config_exclusions to allow multiple exclusions ([#105](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/105)) ([66f079f](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/66f079fdc8097a971cca2aeb1778d6af061fcaac)) + ## [2.0.1](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v2.0.0...v2.0.1) (2023-12-07) diff --git a/README.md b/README.md index 3e91e10..6c19273 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat ``` module "security_policy" { source = "GoogleCloudPlatform/cloud-armor/google" - version = "~> 2.0" + version = "~> 2.1" project_id = var.project_id name = "my-test-security-policy" diff --git a/versions.tf b/versions.tf index 3287b72..7f2c853 100644 --- a/versions.tf +++ b/versions.tf @@ -27,9 +27,9 @@ terraform { } } provider_meta "google" { - module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.1" + module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.1.0" } provider_meta "google-beta" { - module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.1" + module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.1.0" } }