Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#56)
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 Aug 8, 2023
1 parent e7c4219 commit 66f683a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ 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.1.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v1.0.0...v1.1.0) (2023-08-02)


### Features

* add exclude_ip filter for threat intelligence ([#55](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/55)) ([b92b9a3](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/b92b9a3ad21684ff5b19ae9966518bd47dda8fe6))


### Bug Fixes

* fixed exclude_ip variable and change threat_intelligence_rules to object ([#57](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/57)) ([e7c4219](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/e7c4219a62e61917da321fe8a5b884ddb9ee2a96))

## [1.0.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v0.3.0...v1.0.0) (2023-05-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat
```
module "security_policy" {
source = "GoogleCloudPlatform/cloud-armor/google"
version = "~> 1.0"
version = "~> 1.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/v1.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v1.1.0"
}
}

0 comments on commit 66f683a

Please sign in to comment.