Skip to content

Commit 0add1b7

Browse files
chore(main): release 0.3.0 (#29)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dacf620 commit 0add1b7

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.3.0](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.2.1...v0.3.0) (2025-03-26)
12+
13+
14+
### Features
15+
16+
* Added recommended defaults for blueprint variables ([#20](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/20)) ([e2a5c82](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/e2a5c820d00d7e3c0be08a6ba86a091cb07823de))
17+
18+
19+
### Bug Fixes
20+
21+
* Adding alternate defaults for tables ([#28](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/28)) ([dacf620](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/dacf6204cecf025fd3e6af6fd182446fa2a06055))
22+
1123
## [0.2.1](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.2.0...v0.2.1) (2025-03-12)
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.2"
18+
version = "~> 0.3"
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.2.1
27+
version: 0.3.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.2.1"
27+
module_name = "blueprints/terraform/bigtable/v0.3.0"
2828
}
2929
}

0 commit comments

Comments
 (0)