Skip to content

Latest commit

 

History

History
116 lines (72 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

116 lines (72 loc) · 5.34 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.

4.1.0 (2020-08-28)

Features

  • Add support for BigQuery partitioned tables (#55) (aa71cdb)

Bug Fixes

  • relax version constraints to enable terraform 0.13.x compatibility (#57) (0f4a832)

4.0.1 (2020-04-03)

Bug Fixes

  • Add necessary IAM permissions to Splunk Sink example (#53) (b0b0619)

4.0.0 (2020-02-04)

⚠ BREAKING CHANGES

  • Minimum Google provider version changed to 3.5.x

Features

  • Add the option to define 'bucket_policy_only' value on buckets (#47) (702f411)
  • Upgrade to google-provider 3.5.x. (#46) (311d603)

3.2.0 - 2019-12-12

Added

3.1.1 - 2019-12-10

Fixed

  • The correct name for the BigQuery service. #39

3.1.0 - 2019-10-23

Added

  • Fields description, labels and default_table_expiration_ms [#36]

Changed

  • Migrated to Cloud Build. #33

3.0.0 - 2019-07-23

Changed

  • Migrated to Terraform 0.12. #22

2.3.0 - 2019-06-03

Added

  • Variable for labels on the Pub/Sub topic. #19

2.2.0 - 2019-05-29

Added

  • Variable for toggling destruction of BigQuery dataset contents. #18

2.1.0 - 2019-05-29

Added

  • Variables for location and storage class. #16

2.0.0 - 2019-04-05

Added

  • Kitchen-terraform tests for log exports at the project/folder/organization level and for storage/PubSub/BigQuery destinations
  • Submodules for each destination (storage/PubSub/BigQuery)

Changed

  • Module structure from single monolithic module creating log exports and destinations to a root module for the log export and submodules for each destination
  • There are now individual outputs for each module instead of a map of values
  • Updated README with new module declaration format and added information on testing
  • Pinned Google Terraform provider to version 2.0 in all examples

1.0.0 - 2018-09-26

Added

  • Initial release of log export module.