Skip to content

Commit 1a966be

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

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ 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.0](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.1.0...v0.2.0) (2025-03-05)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* require TF v1.3 ([#14](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/14))
17+
18+
### Features
19+
20+
* **deps:** Update Terraform google to v6 ([#10](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/10)) ([ac7d556](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/ac7d5565b38019b881d889f38d2680925b5fb62a))
21+
22+
23+
### Bug Fixes
24+
25+
* Added metadata.yaml and metadata.display.yaml for ADC compliance ([#19](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/19)) ([b643714](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/b6437147f5b5948fb782af2ec3a7897115f09f3f))
26+
* require TF v1.3 ([#14](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/14)) ([2fd5bc9](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/2fd5bc96eb4acef8d7651b263372d8c0733d4d6e))
27+
1128
## [0.1.0](https://github.com/terraform-google-modules/terraform-google-bigtable/releases/tag/v0.1.0) - 20XX-YY-ZZ
1229

1330
### Features

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.1"
18+
version = "~> 0.2"
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.0.1
27+
version: 0.2.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.0.1"
27+
module_name = "blueprints/terraform/bigtable/v0.2.0"
2828
}
2929
}

0 commit comments

Comments
 (0)