Skip to content

Commit

Permalink
chore(master): release 6.4.1 (#248)
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 Nov 28, 2023
1 parent 2ceb32e commit 8dcf43b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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).

## [6.4.1](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.4.0...v6.4.1) (2023-10-31)


### Bug Fixes

* upgraded versions.tf to include minor bumps from tpg v5 ([#245](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/245)) ([59c5e97](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/59c5e979543c6ff479340aadd0d27a8b1c7e0ccb))

## [6.4.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.3.0...v6.4.0) (2022-12-09)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.4.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.4.1"
}
}
2 changes: 1 addition & 1 deletion modules/tf_cloudbuild_builder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.4.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.4.1"
}
}
2 changes: 1 addition & 1 deletion modules/tf_cloudbuild_source/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.4.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.4.1"
}
}
2 changes: 1 addition & 1 deletion modules/tf_cloudbuild_workspace/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.4.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.4.1"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap/v6.4.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v6.4.1"
}
}

0 comments on commit 8dcf43b

Please sign in to comment.