Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#114)
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>
Co-authored-by: Imran Nayer <[email protected]>
  • Loading branch information
release-please[bot] and imrannayer authored Apr 29, 2024
1 parent ecc7240 commit ad8ae61
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 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.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v2.1.0...v2.2.0) (2024-04-23)


### Features

* added advanced network ddos protection & network edge security policy sub-modules ([#113](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/113)) ([8e1ecb5](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/8e1ecb5cd7df1371545d0ded157fea130dce8cb8))

## [2.1.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v2.0.1...v2.1.0) (2024-03-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat
```
module "security_policy" {
source = "GoogleCloudPlatform/cloud-armor/google"
version = "~> 2.1"
version = "~> 2.2"
project_id = var.project_id
name = "my-test-security-policy"
Expand Down
2 changes: 1 addition & 1 deletion modules/advanced-network-ddos-protection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat
```
module "advanced_network_ddos_protection" {
source = "GoogleCloudPlatform/cloud-armor/google//modules/advanced-network-ddos-protection"
version = "~> 2.0"
version = "~> 2.2"
project_id = var.project_id
adv_ddos_policy_regions = ["us-central1", "us-east1"]
Expand Down
4 changes: 2 additions & 2 deletions modules/advanced-network-ddos-protection/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:advanced-network-ddos-protection/v2.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:advanced-network-ddos-protection/v2.2.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor:advanced-network-ddos-protection/v2.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:advanced-network-ddos-protection/v2.2.0"
}
}
2 changes: 1 addition & 1 deletion modules/network-edge-security-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can attch network edge security policy to backend services of [external pass
```
module "network_edge_security_policy" {
source = "GoogleCloudPlatform/cloud-armor/google//modules/network-edge-security-policy"
version = "~> 2.0"
version = "~> 2.2"
project_id = var.project_id
region = "us-central1"
Expand Down
4 changes: 2 additions & 2 deletions modules/network-edge-security-policy/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:network-edge-security-policy/v2.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:network-edge-security-policy/v2.2.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor:network-edge-security-policy/v2.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:network-edge-security-policy/v2.2.0"
}
}
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.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.2.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.2.0"
}
}

0 comments on commit ad8ae61

Please sign in to comment.