Skip to content

Commit

Permalink
chore(main): release 0.15.0 (#607)
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 Jul 19, 2023
1 parent ba32e02 commit 3552af6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.15.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.14.0...v0.15.0) (2023-06-29)


### Features

* add user cluster create with terraform sample (metallb) ([#593](https://github.com/GoogleCloudPlatform/anthos-samples/issues/593)) ([eecb1da](https://github.com/GoogleCloudPlatform/anthos-samples/commit/eecb1da249ac6a2deab32402137c4421714ab6d7))

## [0.14.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.13.1...v0.14.0) (2023-02-08)


Expand Down
4 changes: 2 additions & 2 deletions anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.5, < 1.4" # this line should not change during a release
required_version = ">= v0.15.0, < 1.4" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand All @@ -28,7 +28,7 @@ terraform {
}

provider_meta "google" {
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.14.0"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.0"
}
}

Expand Down

0 comments on commit 3552af6

Please sign in to comment.