Skip to content

Commit d874f76

Browse files
chore(main): release 0.4.1 (#41)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5fc6d89 commit d874f76

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.4.1](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.4.0...v0.4.1) (2025-09-30)
12+
13+
14+
### Bug Fixes
15+
16+
* added missing validations ([#40](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/issues/40)) ([5fc6d89](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/commit/5fc6d89feb3e9b295ce92061a5a6026d6d6f2d43))
17+
1118
## [0.4.0](https://github.com/GoogleCloudPlatform/terraform-google-bigtable/compare/v0.3.1...v0.4.0) (2025-09-18)
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.4.0
27+
version: 0.4.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.4.0"
27+
module_name = "blueprints/terraform/bigtable/v0.4.1"
2828
}
2929
}

0 commit comments

Comments
 (0)