Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#106)
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 Mar 19, 2024
1 parent 7ad33df commit 9f9f476
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 9f9f476

Please sign in to comment.