Skip to content

Commit 9d8b00c

Browse files
chore(main): release 0.3.0 (GoogleCloudPlatform#48)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1d5d603 commit 9d8b00c

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
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.3.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/compare/v0.2.0...v0.3.0) (2024-10-08)
12+
13+
14+
### Features
15+
16+
* **deps:** Update Terraform google to v6 ([#45](https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/issues/45)) ([1d5d603](https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/commit/1d5d60367bd6743e4614fd68b331e19210adcf9d))
17+
1118
## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/compare/v0.1.0...v0.2.0) (2024-09-13)
1219

1320

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 "cloud_spanner" {
1717
source = "terraform-google-modules/cloud-spanner/google"
18-
version = "~> 0.2"
18+
version = "~> 0.3"
1919
2020
project_id = "<PROJECT ID>"
2121
instance_name = "spanner-instance"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/anaik91/terraform-google-cloud-spanner.git
2525
sourceType: git
26-
version: 0.2.0
26+
version: 0.3.0
2727
actuationTool:
2828
type: Terraform
2929
version: '>= 0.13'

modules/schedule_spanner_backup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Basic usage of this module is as follows:
1313
```hcl
1414
module "cloud_spanner" {
1515
source = "terraform-google-modules/cloud-spanner/google"
16-
version = "~> 0.2"
16+
version = "~> 0.3"
1717
1818
project_id = "<PROJECT ID>"
1919
bucket_name = "gcs-test-bucket"

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/cloud-spanner/v0.2.0"
27+
module_name = "blueprints/terraform/cloud-spanner/v0.3.0"
2828
}
2929
}

0 commit comments

Comments
 (0)