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.
7.2.0 (2021-10-27)
7.1.0 (2021-08-02)
7.0.0 (2021-07-03)
- Support lifecycle rules and labels for GCS submodule (#96)
6.0.2 (2021-06-03)
6.0.1 (2021-05-10)
6.0.0 (2021-03-25)
- add Terraform 0.13 constraint and module attribution (#86)
- add Terraform 0.13 constraint and module attribution (#86) (2b94062)
- Cloud Logging Alert Module (#77) (84975c0)
5.2.0 (2021-03-05)
5.1.0 (2020-12-08)
5.0.0 (2020-10-16)
- improvements to gcs and bigquery defaults (#64)
- replace bq expiration with expiration days for consistency with storage (#65)
- add support for expiration days in storage module (#63)
- Add retention policy support (#68) (22b94a6)
- add support for expiration days in storage module (#63) (add774a)
- improvements to gcs and bigquery defaults (#64) (5a3b925)
- replace bq expiration with expiration days for consistency with storage (#65) (a643101)
4.1.0 (2020-08-28)
4.0.1 (2020-04-03)
4.0.0 (2020-02-04)
- Minimum Google provider version changed to 3.5.x
- 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 support for creating push subscribers on PubSub, via
create_push_subscriber
. #43 - Added Datadog integration example #43
3.1.1 - 2019-12-10
- The correct name for the BigQuery service. #39
3.1.0 - 2019-10-23
- Fields description, labels and default_table_expiration_ms [#36]
- Migrated to Cloud Build. #33
3.0.0 - 2019-07-23
- Migrated to Terraform 0.12. #22
2.3.0 - 2019-06-03
- Variable for labels on the Pub/Sub topic. #19
2.2.0 - 2019-05-29
- Variable for toggling destruction of BigQuery dataset contents. #18
2.1.0 - 2019-05-29
- Variables for location and storage class. #16
2.0.0 - 2019-04-05
- 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)
- 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
- Initial release of log export module.