Skip to content

Commit e2ef692

Browse files
chore(main): release 11.0.0 (#400)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b5b0362 commit e2ef692

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [11.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v10.0.2...v11.0.0) (2025-05-30)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **tf>=1.3:** bump TF to >=1.3 ([#367](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/367))
16+
* add hierarchical namespace flag ([#375](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/375))
17+
18+
### Features
19+
20+
* add hierarchical namespace flag ([#375](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/375)) ([b65e3eb](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/b65e3ebf1c4df261355afb57e63fbd033cb8ea36))
21+
22+
23+
### Bug Fixes
24+
25+
* **tf>=1.3:** bump TF to &gt;=1.3 ([#367](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/367)) ([b5b0362](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/b5b036297c8761b05a60aaeb21dd822f4e360e36))
26+
1027
## [10.0.2](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v10.0.1...v10.0.2) (2025-05-19)
1128

1229

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Basic usage of this module is as follows:
2424
```hcl
2525
module "gcs_buckets" {
2626
source = "terraform-google-modules/cloud-storage/google"
27-
version = "~> 10.0"
27+
version = "~> 11.0"
2828
project_id = "<PROJECT ID>"
2929
names = ["first", "second"]
3030
prefix = "my-unique-prefix"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
2626
sourceType: git
27-
version: 10.0.2
27+
version: 11.0.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 0.13"

modules/simple_bucket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Basic usage of this module is as follows:
1818
```hcl
1919
module "bucket" {
2020
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
21-
version = "~> 10.0"
21+
version = "~> 11.0"
2222
2323
name = "example-bucket"
2424
project_id = "example-project"

modules/simple_bucket/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
2626
sourceType: git
2727
dir: /modules/simple_bucket
28-
version: 10.0.2
28+
version: 11.0.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 0.13"

modules/simple_bucket/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v10.0.2"
28+
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v11.0.0"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
}
3131

3232
provider_meta "google" {
33-
module_name = "blueprints/terraform/terraform-google-cloud-storage/v10.0.2"
33+
module_name = "blueprints/terraform/terraform-google-cloud-storage/v11.0.0"
3434
}
3535

3636
}

0 commit comments

Comments
 (0)