Skip to content

Commit d231985

Browse files
chore: release 4.0.0 (#48)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip]
1 parent 1fe2085 commit d231985

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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+
## [4.0.0](https://www.github.com/terraform-google-modules/terraform-google-log-export/compare/v3.2.0...v4.0.0) (2020-02-04)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Minimum Google provider version changed to 3.5.x
13+
14+
Work done:
15+
- upgraded all version-files to google-provider 3.5.x
16+
- upgraded the project factory to version 7.0
17+
- switched to bigquery.googleapis.com, since bigquery-json doesn't work on new projects anymore
18+
- fixed 1 id-usage where project-id should be used
19+
- updated test setup documentation to fix the issues I ran into when setting up my test environment
20+
- altered the splunk-sink sample to use the locally referenced module, in stead of the one in the terraform registry
21+
22+
Update versions.tf
23+
24+
Co-Authored-By: Morgante Pell <[email protected]>
25+
26+
Fix linting errors
27+
28+
### Features
29+
30+
* Add the option to define 'bucket_policy_only' value on buckets ([#47](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/47)) ([702f411](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/702f4119429f30b23494f248232a2663a64f84b6))
31+
* Upgrade to google-provider 3.5.x. ([#46](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/46)) ([311d603](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/311d603416c5dc70cfb3785a613054447ea3d7eb))
32+
733
## [Unreleased]
834
- Migrated to Google Provider version 3.5.x [#45]
935

0 commit comments

Comments
 (0)