Skip to content

Commit ff79e09

Browse files
chore(master): release 6.5.0 (#258)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0850e14 commit ff79e09

File tree

11 files changed

+17
-10
lines changed

11 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [6.5.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.4.1...v6.5.0) (2024-01-03)
11+
12+
13+
### Features
14+
15+
* add timeout variable for cloudbuild builder ([#256](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/256)) ([380d48f](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/380d48f35d26ea4e63693d8002226c94dff9c92c))
16+
1017
## [6.4.1](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.4.0...v6.4.1) (2023-10-31)
1118

1219

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99
```hcl
1010
module "bootstrap" {
1111
source = "terraform-google-modules/bootstrap/google"
12-
version = "~> 6.4"
12+
version = "~> 6.5"
1313
1414
org_id = "<ORGANIZATION_ID>"
1515
billing_account = "<BILLING_ACCOUNT_ID>"

modules/cloudbuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Basic usage of this module is as follows:
88
```hcl
99
module "bootstrap" {
1010
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild"
11-
version = "~> 6.4"
11+
version = "~> 6.5"
1212
1313
org_id = "<ORGANIZATION_ID>"
1414
billing_account = "<BILLING_ACCOUNT_ID>"

modules/cloudbuild/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ terraform {
4343
}
4444

4545
provider_meta "google" {
46-
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.4.1"
46+
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.5.0"
4747
}
4848
}

modules/tf_cloudbuild_builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99
```hcl
1010
module "tfbuilder" {
1111
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
12-
version = "~> 6.4"
12+
version = "~> 6.5"
1313
1414
project_id = module.enabled_google_apis.project_id
1515
dockerfile_repo_uri = "https://github.com/org/repo"

modules/tf_cloudbuild_builder/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ terraform {
3131
}
3232

3333
provider_meta "google" {
34-
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.4.1"
34+
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.5.0"
3535
}
3636
}

modules/tf_cloudbuild_source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Basic usage of this module is as follows:
77
```hcl
88
module "tf-cloudbuild-core" {
99
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
10-
version = "~> 6.4"
10+
version = "~> 6.5"
1111
1212
org_id = var.org_id
1313
billing_account = var.billing_account

modules/tf_cloudbuild_source/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ terraform {
3131
}
3232

3333
provider_meta "google" {
34-
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.4.1"
34+
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.5.0"
3535
}
3636
}

modules/tf_cloudbuild_workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99
```hcl
1010
module "tf-net-workspace" {
1111
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
12-
version = "~> 6.4"
12+
version = "~> 6.5"
1313
1414
project_id = var.project_id
1515
tf_repo_uri = "https://github.com/org/tf-config-repo"

modules/tf_cloudbuild_workspace/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ terraform {
3131
}
3232

3333
provider_meta "google" {
34-
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.4.1"
34+
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.5.0"
3535
}
3636
}

0 commit comments

Comments
 (0)