Skip to content

Commit 7fa18fc

Browse files
chore(main): release 0.4.0 (#36)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 81d7b51 commit 7fa18fc

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
1010

11+
## [0.4.0](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.3.1...v0.4.0) (2025-09-18)
12+
13+
14+
### Features
15+
16+
* per module requirements configs for bigtable ([#35](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/35)) ([8152a79](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/8152a79b47fc87dbe1f6ea030d6852557197a4ba))
17+
18+
19+
### Bug Fixes
20+
21+
* added missing validations ([#37](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/37)) ([81d7b51](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/81d7b51dbc181b3c06a99db99d2c802f2b55b636))
22+
1123
## [0.3.1](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.3.0...v0.3.1) (2025-05-22)
1224

1325

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Basic usage of this module is as follows:
1515
```hcl
1616
module "bigtable" {
1717
source = "terraform-google-modules/bigtable/google"
18-
version = "~> 0.3"
18+
version = "~> 0.4"
1919
2020
project_id = "<PROJECT ID>"
2121
bucket_name = "gcs-test-bucket"

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/GoogleCloudPlatform/terraform-google-bigtable.git
2626
sourceType: git
27-
version: 0.3.1
27+
version: 0.4.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/bigtable/v0.3.1"
27+
module_name = "blueprints/terraform/bigtable/v0.4.0"
2828
}
2929
}

0 commit comments

Comments
 (0)