Skip to content

Commit

Permalink
chore: release 2.0.0 (#65)
Browse files Browse the repository at this point in the history
* chore: release 2.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 Apr 8, 2021
1 parent 6cd0fc4 commit 30bab0c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-pubsub/compare/v1.9.0...v2.0.0) (2021-04-07)


### ⚠ BREAKING CHANGES

* The state location for subscriptions has moved, see the [upgrade guide](https://github.com/terraform-google-modules/terraform-google-pubsub/blob/master/docs/upgrading_to_v2.0.md) for details.
* Add Terraform 0.13 constraint and module attribution (#64)

### Features

* Add Terraform 0.13 constraint and module attribution ([#64](https://www.github.com/terraform-google-modules/terraform-google-pubsub/issues/64)) ([bf6a051](https://www.github.com/terraform-google-modules/terraform-google-pubsub/commit/bf6a051fdc6346ca6966467e56643a3a7a358eb7))
* Grant pull subscription permissions for external service account ([#68](https://www.github.com/terraform-google-modules/terraform-google-pubsub/issues/68)) ([6cd0fc4](https://www.github.com/terraform-google-modules/terraform-google-pubsub/commit/6cd0fc480ca0db204c741d167a61ea2fa671d753))


### Bug Fixes

* Use subscription names as the keys instead of numeric indexes ([#67](https://www.github.com/terraform-google-modules/terraform-google-pubsub/issues/67)) ([b07ab12](https://www.github.com/terraform-google-modules/terraform-google-pubsub/commit/b07ab1225383148e3f7fa8517ffcf87d17e2d405))

## [1.9.0](https://www.github.com/terraform-google-modules/terraform-google-pubsub/compare/v1.8.0...v1.9.0) (2021-02-02)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudiot/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-pubsub:cloudiot/v1.0.0"
module_name = "blueprints/terraform/terraform-google-pubsub:cloudiot/v2.0.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-pubsub/v1.0.0"
module_name = "blueprints/terraform/terraform-google-pubsub/v2.0.0"
}

}

0 comments on commit 30bab0c

Please sign in to comment.