Skip to content

Commit e426700

Browse files
chore(main): release 0.2.1 (#24)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 80a4cc7 commit e426700

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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.2.1](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.2.0...v0.2.1) (2025-03-12)
12+
13+
14+
### Bug Fixes
15+
16+
* Update metadata to change the type for table_ids output variable ([#23](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/23)) ([80a4cc7](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/80a4cc759fe87a0153d1196308d9e40c61910ce0))
17+
1118
## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.1.0...v0.2.0) (2025-03-05)
1219

1320

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.0
27+
version: 0.2.1
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.0"
27+
module_name = "blueprints/terraform/bigtable/v0.2.1"
2828
}
2929
}

0 commit comments

Comments
 (0)