Skip to content

Commit

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

## [6.1.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v6.0.0...v6.1.0) (2023-12-20)


### Features

* add pubsub iam member for bigquery subscription dead letter topics ([#146](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/146)) ([a413f03](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/a413f03e533fc88c1a618b475f5196d421e1f9f1))

## [6.0.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v5.0.0...v6.0.0) (2023-10-31)


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 = "~> 6.0"
version = "~> 6.1"
topic = "tf-topic"
project_id = "my-pubsub-project"
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-pubsub
sourceType: git
version: 6.0.0
version: 6.1.0
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
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/v6.0.0"
module_name = "blueprints/terraform/terraform-google-pubsub/v6.1.0"
}

}

0 comments on commit 8cb413e

Please sign in to comment.