Skip to content

Commit

Permalink
chore(main): release 0.17.0 (#83)
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: Saipriyavk <saipriya.vk31@gmail.com>
  • Loading branch information
release-please[bot] and Saipriyavk authored Oct 30, 2024
1 parent a6833c5 commit 87723c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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/).

## [0.17.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.16.0...v0.17.0) (2024-10-30)


### Features

* **deps:** Update Terraform Google Provider to &gt;= 3.53, &lt; 6.9 ([#80](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/issues/80)) ([5e86a64](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/commit/5e86a64c68a8cb94176ecffd7a59b33f9bf7b26f))

## [0.16.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.15.0...v0.16.0) (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Basic usage of this module is as follows:
```hcl
module "out_of_band_security" {
source = "terraform-google-modules/out-of-band-security/google"
version = "~> 0.16"
version = "~> 0.17"
project_id = "<PROJECT ID>"
naming_prefix = "example-prefix"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.16.0"
module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.17.0"
}
}

0 comments on commit 87723c9

Please sign in to comment.