Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

102 lines (57 loc) · 2.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0]

Added

  • Use terraform-google-pubsub-subscription module v1.1.0

[1.1.0]

Added

  • Add support for cloud_storage_config in subscriptions

[1.0.1]

Fixed

  • Ternary logic in subscriptions breaks some edge cases

[0.2.1]

Fixed

  • Ternary logic in subscriptions breaks some edge cases

[1.0.0]

Breaking changes

  • Drop support for Google provider v4

[0.2.0]

Added

  • Add support for Google provider v5

Fixed

  • Fix handling of subscriptions with different config structures

Fixed

  • Fix support for schema definitions

Added

  • Add support for bigquery_config attribute in subscriptions

Changed

  • Require Terraform Google Provider v4.32+

Added

  • Add support for computed_members_map variable in IAM

Fixed

  • Fix subscription retry_policy attribute

Fixed

  • Fix iam input variable validation

Added