Skip to content

Commit bc0fe0e

Browse files
chore(main): release 8.1.1 (#250)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c29d2d5 commit bc0fe0e

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.1.1](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.1.0...v8.1.1) (2025-03-20)
11+
12+
13+
### Bug Fixes
14+
15+
* Update metadata to remove connection with bigquery ([#248](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/248)) ([c29d2d5](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/c29d2d538d562ba1acf6ac06898781f08904d0ff))
16+
1017
## [8.1.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.0.1...v8.1.0) (2025-03-18)
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.1.0
27+
version: 8.1.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.1.0"
28+
module_name = "blueprints/terraform/terraform-google-pubsub/v8.1.1"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)