Skip to content

Commit 8dd1336

Browse files
chore(main): release 8.4.0 (#284)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent facd5a1 commit 8dd1336

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.4.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.3.2...v8.4.0) (2026-01-07)
11+
12+
13+
### Features
14+
15+
* **pub_sub:** Add compute_instance module to metadata.yaml ([#283](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/283)) ([facd5a1](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/facd5a1407282fb413d63c1cbca65161a1953157))
16+
1017
## [8.3.2](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.3.1...v8.3.2) (2025-09-30)
1118

1219

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.3"
19+
version = "~> 8.4"
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.3.2
27+
version: 8.4.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.3.2"
28+
module_name = "blueprints/terraform/terraform-google-pubsub/v8.4.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)