Skip to content

Commit

Permalink
chore(master): release 5.0.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 30, 2022
1 parent 5b08d0b commit 3670eaf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v4.0.1...v5.0.0) (2022-12-30)


### ⚠ BREAKING CHANGES

* ✨ added bigquery subscription capability, require TPG >= 4.32 #101

### Features

* ✨ added bigquery subscription capability, require TPG >= 4.32 [#101](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/101) ([466a9ec](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/466a9ec1cb36e69d975072f22dd12e05a45fa233))


### Bug Fixes

* don't grant fwding permissions if no DLT present ([#108](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/108)) ([52c3b13](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/52c3b136a943dea13c57614f95d658581a884fbd))
* fixes lint issues and generates metadata ([#117](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/117)) ([5b08d0b](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/5b08d0b14965c07a61011d28431dbb3cf258f1d5))

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v4.0.0...v4.0.1) (2022-08-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a simple usage of the module. Please see also a simple setup provided in
```hcl
module "pubsub" {
source = "terraform-google-modules/pubsub/google"
version = "~> 1.8"
version = "~> 5.0"
topic = "tf-topic"
project_id = "my-pubsub-project"
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/v4.0.1"
module_name = "blueprints/terraform/terraform-google-pubsub:cloudiot/v5.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/v4.0.1"
module_name = "blueprints/terraform/terraform-google-pubsub/v5.0.0"
}

}

0 comments on commit 3670eaf

Please sign in to comment.