Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#63)
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 Sep 5, 2023
1 parent 1dd4e0c commit 9ea03ee
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/).

## [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)


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

0 comments on commit 9ea03ee

Please sign in to comment.