Skip to content

Commit

Permalink
chore(master): release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 6, 2022
1 parent c2d7b3f commit ccc09e1
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.1.1](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.1.0...v6.1.1) (2022-08-06)


### Bug Fixes

* add terraform-tools to the docker images ([#186](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/186)) ([c2d7b3f](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/c2d7b3ff2b878d9555338b465021db0c2c651d50))

## [6.1.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.0.0...v6.1.0) (2022-07-15)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/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:cloudbuild/v6.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.1.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.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.1.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.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.1.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.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.1.1"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap/v6.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v6.1.1"
}
}

0 comments on commit ccc09e1

Please sign in to comment.