Skip to content

Commit

Permalink
chore: release 2.2.1 (#98)
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 Mar 5, 2021
1 parent 9ac97a3 commit 8d453a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [2.2.1](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.2.0...v2.2.1) (2021-02-25)


### Bug Fixes

* expose GAR repo name via substitutions in triggers ([#97](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/97)) ([9ac97a3](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/9ac97a3393ebfbfd5425fec7ff5cb63bdc1c2cae))

## [2.2.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.1.0...v2.2.0) (2021-02-23)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/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:cloudbuild/v2.2.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v2.2.1"
}
}
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/v2.2.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v2.2.1"
}
}

0 comments on commit 8d453a4

Please sign in to comment.