Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 25, 2023
1 parent 7dd5945 commit 6c781a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit 6c781a0

Please sign in to comment.