Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#131)
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 3, 2024
1 parent f9a6dd0 commit e4830a8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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/).

## [3.0.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v2.2.0...v3.0.0) (2024-08-29)


### ⚠ BREAKING CHANGES

* add sub-module for regional backend security policy ([#126](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/126))

### Features

* add sub-module for regional backend security policy ([#126](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/126)) ([f9a6dd0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/f9a6dd080df87acababfc2ece301bb69e237095a))

## [2.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v2.1.0...v2.2.0) (2024-04-23)


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.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:advanced-network-ddos-protection/v3.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor:advanced-network-ddos-protection/v2.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:advanced-network-ddos-protection/v3.0.0"
}
}
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.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:network-edge-security-policy/v3.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor:network-edge-security-policy/v2.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:network-edge-security-policy/v3.0.0"
}
}
4 changes: 2 additions & 2 deletions modules/regional-backend-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:regional-backend-security-policy/v2.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:regional-backend-security-policy/v3.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor:regional-backend-security-policy/v2.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor:regional-backend-security-policy/v3.0.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.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v3.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v3.0.0"
}
}

0 comments on commit e4830a8

Please sign in to comment.