Skip to content

Commit c8b937e

Browse files
chore(main): release 8.3.1 (#272)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b65840a commit c8b937e

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.1](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.3.0...v8.3.1) (2025-09-22)
11+
12+
13+
### Bug Fixes
14+
15+
* Add validation in UI for pubsub ([#266](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/266)) ([b65840a](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/b65840ab81e2aa7d488f3e1cf7b515469259c5ca))
16+
1017
## [8.3.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.2.0...v8.3.0) (2025-09-12)
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.0
27+
version: 8.3.1
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.0"
28+
module_name = "blueprints/terraform/terraform-google-pubsub/v8.3.1"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)