Skip to content

Commit 5ac4482

Browse files
chore(main): release 8.3.0 (#265)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent afde449 commit 5ac4482

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.3.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.2.0...v8.3.0) (2025-09-12)
11+
12+
13+
### Features
14+
15+
* **deps:** Update Terraform google to v7 ([#269](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/269)) ([ebacb35](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/ebacb35d6b3d32cc2383d3f60293c1cfe8553298))
16+
* per module requirements configs for pubsub ([#264](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/264)) ([cce55dd](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/cce55dda7a2898a1305623a5de615b56a78d1723))
17+
1018
## [8.2.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.1.2...v8.2.0) (2025-04-22)
1119

1220

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.2"
19+
version = "~> 8.3"
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.2.0
27+
version: 8.3.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.2.0"
28+
module_name = "blueprints/terraform/terraform-google-pubsub/v8.3.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)