Skip to content

Commit e8229b5

Browse files
authored
Merge pull request #66 from terraform-google-modules/release-v5.0.0
chore: release 5.0.0
2 parents 571b224 + f1a0e36 commit e8229b5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.0.0](https://www.github.com/terraform-google-modules/terraform-google-log-export/compare/v4.1.0...v5.0.0) (2020-10-16)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* improvements to gcs and bigquery defaults (#64)
13+
* replace bq expiration with expiration days for consistency with storage (#65)
14+
* add support for expiration days in storage module (#63)
15+
16+
### Features
17+
18+
* Add retention policy support ([#68](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/68)) ([22b94a6](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/22b94a65cbcd87940789c7296f6bc1e5978a4c33))
19+
* add support for expiration days in storage module ([#63](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/63)) ([add774a](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/add774ac1b7274a42a8c9bab8e466e53a64169aa))
20+
* improvements to gcs and bigquery defaults ([#64](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/64)) ([5a3b925](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/5a3b9256344434b022416d4e69d122c7d2ccdf71))
21+
* replace bq expiration with expiration days for consistency with storage ([#65](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/65)) ([a643101](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/a643101c8a08095524617d67f317ce7b7e6e78ab))
22+
23+
24+
### Bug Fixes
25+
26+
* Bump provider version ([#61](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/61)) ([50c2f8f](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/50c2f8f11fbf76c5e38b4ce55003a3c26590f48f)), closes [#60](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/60)
27+
728
## [4.1.0](https://www.github.com/terraform-google-modules/terraform-google-log-export/compare/v4.0.1...v4.1.0) (2020-08-28)
829

930

0 commit comments

Comments
 (0)