Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 7.0.0 #260

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.5.0...v7.0.0) (2024-01-13)


### ⚠ BREAKING CHANGES

* **deps:** Update TF modules (major) ([#241](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/241))

### Bug Fixes

* bump impersonate_propagation to 60s ([#253](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/253)) ([3360ef2](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/3360ef2c58c4d23b9fe2b53f626d748466ce2719))
* **deps:** Update TF modules (major) ([#241](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/241)) ([6f2e3a0](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/6f2e3a01663abe8fbc90d09b50e4740603c13ac8))

## [6.5.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.4.1...v6.5.0) (2024-01-03)


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 = "~> 6.5"
version = "~> 7.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 = "~> 6.5"
version = "~> 7.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/v6.5.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v7.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 = "~> 6.5"
version = "~> 7.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/v6.5.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v7.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 = "~> 6.5"
version = "~> 7.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/v6.5.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v7.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 @@ -9,7 +9,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 = "~> 6.5"
version = "~> 7.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/v6.5.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v7.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/v6.5.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v7.0.0"
}
}
Loading