Skip to content

Commit

Permalink
chore(master): release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 2, 2024
1 parent f40bf31 commit 0cb107d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v6.1.0...v7.0.0) (2024-10-02)


### ⚠ BREAKING CHANGES

* **TPG>=5.43:** replacing "no_age" -> "send_age_if_zero" ([#340](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/340))

### Bug Fixes

* **TPG>=5.43:** replacing "no_age" -> "send_age_if_zero" ([#340](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/340)) ([f40bf31](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/f40bf318a55aa12d467cebac8706f774481958ac))
* use null as default for lookup ([#332](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/332)) ([6c14d5e](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/6c14d5e50e2f29f21af870785eb89a862724d067))

## [6.1.0](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v6.0.1...v6.1.0) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Basic usage of this module is as follows:
```hcl
module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 6.1"
version = "~> 7.0"
project_id = "<PROJECT ID>"
names = ["first", "second"]
prefix = "my-unique-prefix"
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
sourceType: git
version: 6.0.1
version: 7.0.0
actuationTool:
flavor: Terraform
version: ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple_bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Basic usage of this module is as follows:
```hcl
module "bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 6.1"
version = "~> 7.0"
name = "example-bucket"
project_id = "example-project"
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 @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
sourceType: git
dir: /modules/simple_bucket
version: 6.0.1
version: 7.0.0
actuationTool:
flavor: 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.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v7.0.0"
}

}
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.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-storage/v7.0.0"
}

}

0 comments on commit 0cb107d

Please sign in to comment.