Skip to content

Commit 8e052e0

Browse files
chore: release 4.0.0 (#55)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip]
1 parent 4d3f7db commit 8e052e0

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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-bigquery/compare/v3.0.0...v4.0.0) (2020-02-19)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* The udfs submodule has been removed from the BQ submodule. You should now invoke it separately.
13+
* Some output values were changed and/or removed entirely.
14+
* Dataset access can now be managed via this module. By default the module now grants project owners the `bigquery.dataOwner` role (including on existing datasets). See the migration guide for details.
15+
* The minimum Google provider version has been
16+
updated to 3.0.
17+
18+
### Features
19+
20+
* Add support for managing access (`var.access`) ([#48](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/48)) ([f2ea257](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/f2ea25765dc68b8e24a0f02b62aea938faf5768f))
21+
* Set types on vars and make optional ones actually optional ([#49](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/49)) ([0367d69](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/0367d69e9cf2dd9a36c929975c75f3f70d61197f))
22+
* Update google provider version to 3.0 ([71d776c](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/71d776c77c9bef53ccfa230cf10cbd56896d36f4))
23+
24+
25+
### Bug Fixes
26+
27+
* Removed broken and unnecessary outputs ([#47](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/47)) ([a130ad9](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/a130ad91c4dc2366230b1f6bd3177b1117ff6757))
28+
29+
30+
### Miscellaneous Chores
31+
32+
* Separate main bq module from udfs ([#50](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/50)) ([9795928](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/97959280ffa5653d1515b3fc4a9b2fe759ccfc77))
33+
734
## [Unreleased]
835

936
## [3.0.0] 2019-12-05

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Basic usage of this module is as follows:
2525
```hcl
2626
module "bigquery" {
2727
source = "terraform-google-modules/bigquery/google"
28-
version = "~> 3.0"
28+
version = "~> 4.0"
2929
3030
dataset_id = "foo"
3131
dataset_name = "foo"

0 commit comments

Comments
 (0)