Skip to content

Commit

Permalink
chore(main): release 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 30, 2024
1 parent 4b6e085 commit 38a8389
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.15.4](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.3...v0.15.4) (2024-08-30)


### Bug Fixes

* minor updates for CI ([#691](https://github.com/GoogleCloudPlatform/anthos-samples/issues/691)) ([ef3baae](https://github.com/GoogleCloudPlatform/anthos-samples/commit/ef3baae55c6ec0e98cc062bfcfbda26345e0fe15))
* minor updates for lint ([#694](https://github.com/GoogleCloudPlatform/anthos-samples/issues/694)) ([083e792](https://github.com/GoogleCloudPlatform/anthos-samples/commit/083e79215b0300d8eeadaf1ba3069edf29092770))

## [0.15.3](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.2...v0.15.3) (2024-02-21)


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.3, < 1.4" # this line should not change during a release
required_version = ">= v0.15.4, < 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.15.3"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.4"
}
}

Expand Down

0 comments on commit 38a8389

Please sign in to comment.