Skip to content

Commit

Permalink
chore(master): release 7.2.0 (#276)
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 Apr 12, 2024
1 parent 6b912ad commit 64d5d5e
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.2.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v7.1.0...v7.2.0) (2024-04-01)


### Features

* Add GitLab support for IM module ([#281](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/281)) ([a9858a9](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/a9858a9dca91268bc691614dbde75316f0573e0f))
* Add tf_version variable for Infra Manager module ([#279](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/279)) ([f176e92](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/f176e929b4898626cd0f3ef0d5ce35b16bed1c54))
* Add the ".git" suffix to the repo URL if missing ([#282](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/282)) ([c4e0098](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/c4e0098a7e478082befd806509a6e27494767bc0))


### Bug Fixes

* Update check existing deployments command ([#275](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/275)) ([8623af7](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/8623af7aa82c156a6c17fbf908362efe7dc47e58))

## [7.1.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v7.0.0...v7.1.0) (2024-03-12)


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 = "~> 7.1"
version = "~> 7.2"
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 = "~> 7.1"
version = "~> 7.2"
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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v7.2.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 = "~> 7.1"
version = "~> 7.2"
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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:im_cloudbuild_workspace/v7.2.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 = "~> 7.1"
version = "~> 7.2"
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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_builder/v7.2.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 = "~> 7.1"
version = "~> 7.2"
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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_source/v7.2.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 = "~> 7.1"
version = "~> 7.2"
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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:tf_cloudbuild_workspace/v7.2.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/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v7.2.0"
}
}

0 comments on commit 64d5d5e

Please sign in to comment.