Skip to content

Commit

Permalink
chore(main): release 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 4, 2025
1 parent a22ce73 commit da98bb4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 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).

## [10.0.1](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v10.0.0...v10.0.1) (2025-01-04)


### Bug Fixes

* bump default gcloud version ([#337](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/337)) ([c2acf0f](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/c2acf0fa5ab10b6730daf21a6ee577254dfe68ef))

## [10.0.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v9.0.0...v10.0.0) (2024-12-05)


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

0 comments on commit da98bb4

Please sign in to comment.