Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 21, 2024
1 parent 1d5d603 commit 9d8b00c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/compare/v0.2.0...v0.3.0) (2024-10-08)


### Features

* **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))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/compare/v0.1.0...v0.2.0) (2024-09-13)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Basic usage of this module is as follows:
```hcl
module "cloud_spanner" {
source = "terraform-google-modules/cloud-spanner/google"
version = "~> 0.2"
version = "~> 0.3"
project_id = "<PROJECT ID>"
instance_name = "spanner-instance"
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/anaik91/terraform-google-cloud-spanner.git
sourceType: git
version: 0.2.0
version: 0.3.0
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/schedule_spanner_backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Basic usage of this module is as follows:
```hcl
module "cloud_spanner" {
source = "terraform-google-modules/cloud-spanner/google"
version = "~> 0.2"
version = "~> 0.3"
project_id = "<PROJECT ID>"
bucket_name = "gcs-test-bucket"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/cloud-spanner/v0.2.0"
module_name = "blueprints/terraform/cloud-spanner/v0.3.0"
}
}

0 comments on commit 9d8b00c

Please sign in to comment.