Skip to content

Commit

Permalink
chore(master): release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 8, 2024
1 parent 1121fa2 commit a2848fd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.1](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v8.0.0...v8.0.1) (2024-08-08)


### Bug Fixes

* Added new force_destroy variable to cloudbuild module. ([#304](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/304)) ([1cdce21](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/1cdce217a98c64001348ff87bc59cfc65e7bac28))
* Include cloudkms.googleapis.com API to activate when encrypt_gcs_bucket_tfstate set to true ([#302](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/302)) ([1121fa2](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/1121fa28b63673c993aee2a53e9199a440e4eefa))

## [8.0.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v7.2.0...v8.0.0) (2024-05-20)


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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v8.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/im_cloudbuild_workspace/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:im_cloudbuild_workspace/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:im_cloudbuild_workspace/v8.0.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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v8.0.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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v8.0.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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v8.0.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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v8.0.1"
}
}

0 comments on commit a2848fd

Please sign in to comment.