Skip to content

Commit 754ee06

Browse files
chore(main): release 8.3.2 (#274)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 736fcb3 commit 754ee06

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.3.2](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.3.1...v8.3.2) (2025-09-30)
11+
12+
13+
### Bug Fixes
14+
15+
* added missing validations ([#273](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/273)) ([736fcb3](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/736fcb3b0a93051673e42f44ced2ed43ea562953))
16+
1017
## [8.3.1](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.3.0...v8.3.1) (2025-09-22)
1118

1219

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.1
27+
version: 8.3.2
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.1"
28+
module_name = "blueprints/terraform/terraform-google-pubsub/v8.3.2"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)