Skip to content

Commit

Permalink
chore(main): release 11.0.0 (#342)
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 Jan 10, 2025
1 parent faded1f commit 347818e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 12 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [11.0.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v10.0.0...v11.0.0) (2025-01-10)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/project-factory/google to v18 ([#344](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/344))
* **deps:** Update Terraform terraform-google-modules/org-policy/google to v6 ([#345](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/345))
* **TF>=1.3:** bump terraform ([#333](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/333))
* **deps:** Update Terraform terraform-google-modules/cloud-storage/google to v9 ([#339](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/339))

### 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))
* **deps:** Update Terraform terraform-google-modules/cloud-storage/google to v9 ([#339](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/339)) ([798aed3](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/798aed32e5a0e60395afce1eb5e0542d2eed90e0))
* **deps:** Update Terraform terraform-google-modules/org-policy/google to v6 ([#345](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/345)) ([a846e97](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/a846e97d347ed88c43102d6d00187c1a0dea0c7a))
* **deps:** Update Terraform terraform-google-modules/project-factory/google to v18 ([#344](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/344)) ([faded1f](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/faded1f8f02a39da5c95f0204a204e5173790701))
* remove optional project id from gitlab secret accessor permission assignment ([#335](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/335)) ([c1799d3](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/c1799d3733b4d216e7e104afa8e3ba6790272db1))
* **TF>=1.3:** bump terraform ([#333](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/333)) ([f70a38b](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/f70a38b07015094a6dcf4a75a37f3138a1ba9b37))

## [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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
```hcl
module "bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "~> 10.0"
version = "~> 11.0"
org_id = "<ORGANIZATION_ID>"
billing_account = "<BILLING_ACCOUNT_ID>"
Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Basic usage of this module is as follows:
```hcl
module "bootstrap" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild"
version = "~> 10.0"
version = "~> 11.0"
org_id = "<ORGANIZATION_ID>"
billing_account = "<BILLING_ACCOUNT_ID>"
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/v11.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/im_cloudbuild_workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Basic usage of this module is as follows:
```hcl
module "im-workspace" {
source = "terraform-google-modules/bootstrap/google//modules/im_cloudbuild_workspace"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project_id
deployment_id = var.deployment_id
Expand Down
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/v11.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/tf_cloudbuild_builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
```hcl
module "tfbuilder" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
version = "~> 10.0"
version = "~> 11.0"
project_id = module.enabled_google_apis.project_id
dockerfile_repo_uri = "https://github.com/org/repo"
Expand Down
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/v11.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/tf_cloudbuild_source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Basic usage of this module is as follows:
```hcl
module "tf-cloudbuild-core" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
version = "~> 10.0"
version = "~> 11.0"
org_id = var.org_id
billing_account = var.billing_account
Expand Down
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/v11.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/tf_cloudbuild_workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Basic usage of this module is as follows:
```hcl
module "tf-net-workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project_id
tf_repo_uri = "https://github.com/org/tf-config-repo"
Expand Down
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/v11.0.0"
}
}
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/v11.0.0"
}
}

0 comments on commit 347818e

Please sign in to comment.