Skip to content

Commit

Permalink
chore: release 3.0.0 (#73)
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 Sep 8, 2021
1 parent 2907630 commit 6668801
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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-pubsub/compare/v2.0.0...v3.0.0) (2021-09-02)


### ⚠ BREAKING CHANGES

* The `create_subscriptions` variable is now used to control whether subscriptions should be created. Set `create_subscriptions = false` *and* `create_topic = false` if you don't want the module to do anything.

### Features

* Allow creating subscriptions without creating topic ([#72](https://www.github.com/terraform-google-modules/terraform-google-pubsub/issues/72)) ([0c25bf2](https://www.github.com/terraform-google-modules/terraform-google-pubsub/commit/0c25bf2f4f736a5008d680a04cc43409993e858b))

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


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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-pubsub:cloudiot/v3.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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-pubsub/v3.0.0"
}

}

0 comments on commit 6668801

Please sign in to comment.