Skip to content

Commit 4d4db25

Browse files
chore(main): release 8.7.0 (#291)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2208fac commit 4d4db25

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [8.7.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.6.0...v8.7.0) (2026-03-30)
11+
12+
13+
### Features
14+
15+
* Add custom service account on Bigquery subscription ([#294](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/294)) ([2208fac](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/2208fac4af53344b665c3ae725ae2d60da31c806))
16+
17+
18+
### Bug Fixes
19+
20+
* Updating KMS version ([#290](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/290)) ([68cebcb](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/68cebcb98d715f4e4d5abf9e27d6503935757e00))
21+
1022
## [8.6.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.5.0...v8.6.0) (2026-01-16)
1123

1224

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is a simple usage of the module. Please see also a simple setup provided in
1616
```hcl
1717
module "pubsub" {
1818
source = "terraform-google-modules/pubsub/google"
19-
version = "~> 8.6"
19+
version = "~> 8.7"
2020
2121
topic = "tf-topic"
2222
project_id = "my-pubsub-project"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/terraform-google-modules/terraform-google-pubsub
2626
sourceType: git
27-
version: 8.6.0
27+
version: 8.7.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-pubsub/v8.6.0"
28+
module_name = "blueprints/terraform/terraform-google-pubsub/v8.7.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)