Skip to content

Commit

Permalink
chore(master): release 6.0.1 (#326)
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 Jul 8, 2024
1 parent 87e66bb commit d0fa522
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.1](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v6.0.0...v6.0.1) (2024-07-03)


### Bug Fixes

* adding "no_age" param in simple bucket ([#319](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/319)) ([87e66bb](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/87e66bb7af2f88e29db6a9fe1eda9bf53fe119bb))
* lookup default value for soft delete policy ([#318](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/318)) ([aa7c57e](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/aa7c57e92e691a22433092bceea9de879f66d7ab))

## [6.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v5.0.0...v6.0.0) (2024-05-03)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
sourceType: git
version: 6.0.0
version: 6.0.1
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/simple_bucket/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
sourceType: git
version: 6.0.0
version: 6.0.1
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/simple_bucket/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v6.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v6.0.1"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-storage/v6.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-storage/v6.0.1"
}

}

0 comments on commit d0fa522

Please sign in to comment.