Skip to content

Commit 2f9b7f9

Browse files
chore: release 2.2.0 (#96)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 02bf581 commit 2f9b7f9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

10+
## [2.2.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.1.0...v2.2.0) (2021-02-23)
11+
12+
13+
### Features
14+
15+
* migrate to GAR for runner images ([#94](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/94)) ([02bf581](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/02bf5813de4f0702835e768bc70aac7f16e79730))
16+
17+
18+
### Bug Fixes
19+
20+
* upgrade project factory to 10.1.1 and terraform to 0.13.6 ([#93](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/93)) ([e04ab65](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/e04ab658516e8c7bda4689589d5ef8f01ba6ed88))
21+
1022
## [2.1.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.0.0...v2.1.0) (2021-01-15)
1123

1224

modules/cloudbuild/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v2.1.0"
32+
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v2.2.0"
3333
}
3434
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-bootstrap/v2.1.0"
28+
module_name = "blueprints/terraform/terraform-google-bootstrap/v2.2.0"
2929
}
3030
}

0 commit comments

Comments
 (0)