Skip to content

Commit

Permalink
chore(master): release 2.0.1 (#49)
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 Apr 12, 2024
1 parent 465a8cf commit 934fe40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.1](https://github.com/terraform-google-modules/terraform-google-datalab/compare/v2.0.0...v2.0.1) (2024-04-11)


### Bug Fixes

* upgraded versions.tf to include minor bumps from tpg v5 ([#47](https://github.com/terraform-google-modules/terraform-google-datalab/issues/47)) ([63dcd28](https://github.com/terraform-google-modules/terraform-google-datalab/commit/63dcd2806a1a96ed89115ba88ba5273ada389787))

## [2.0.0](https://github.com/terraform-google-modules/terraform-google-datalab/compare/v1.0.1...v2.0.0) (2023-04-06)


Expand Down
2 changes: 1 addition & 1 deletion modules/instance/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-datalab.git
sourceType: git
version: 1.0.0
version: 2.0.1
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/instance/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-datalab:instance/v2.0.0"
module_name = "blueprints/terraform/terraform-google-datalab:instance/v2.0.1"
}

}

0 comments on commit 934fe40

Please sign in to comment.