Skip to content

Commit

Permalink
chore: release 3.0.0 (#113)
Browse files Browse the repository at this point in the history
* chore: release 3.0.0

* Update CHANGELOG.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Morgante Pell <[email protected]>
  • Loading branch information
release-please[bot] and morgante authored Aug 5, 2021
1 parent dac0483 commit 7e2786a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.3.1...v3.0.0) (2021-07-28)


### ⚠ BREAKING CHANGES

* Default trigger location in Terraform state changed, see upgrade guide for details.
* Default branch trigger changed from `master` to `main`.
* Default Terraform version changed to v1.0.2.

### Features

* Upgrade default Terraform version to v1.0.2 ([#112](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/112)) ([dac0483](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/dac0483368abd0e78a6f680aa949e860d9bb8e70))

### [2.3.1](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.3.0...v2.3.1) (2021-05-05)


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.3.1"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v3.0.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/v2.3.1"
module_name = "blueprints/terraform/terraform-google-bootstrap/v3.0.0"
}
}

0 comments on commit 7e2786a

Please sign in to comment.