Skip to content

Commit

Permalink
chore(master): release 6.3.0 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 11, 2022
1 parent e0aecd2 commit fa433d7
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.3.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.2.0...v6.3.0) (2022-11-08)


### Features

* add support for `included_files` and `ignored_files` of `google_cloudbuild_trigger` ([#207](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/207)) ([d2e5a75](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/d2e5a7519e0374a82fd5ab2489de4d94e772c392))
* add support for optional private worker pool usage ([#201](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/201)) ([d1035ed](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/d1035ed7635917c197032917d361b10880cea4c0))
* create variable for providing the trigger location ([#206](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/206)) ([54ca307](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/54ca30787eb8cd599ea6de1a586c19db13f55968))
* creation of the Terraform service account should be optional ([#209](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/209)) ([9bb2800](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/9bb280044f1430cb3f042b05906736f0b9754a05))

## [6.2.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v6.1.0...v6.2.0) (2022-08-19)


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.2"
version = "~> 6.3"
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 = "~> 2.1"
version = "~> 6.3"
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 @@ -31,6 +31,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.2.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v6.3.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 = "~> 5.0"
version = "~> 6.3"
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.2.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v6.3.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.1"
version = "~> 6.3"
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.2.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v6.3.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.1"
version = "~> 6.3"
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.2.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v6.3.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap/v6.2.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v6.3.0"
}
}

0 comments on commit fa433d7

Please sign in to comment.