Skip to content

Commit ef1b05e

Browse files
authoredMay 10, 2021
chore: release 5.1.0 (#118)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 06cc7e0 commit ef1b05e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.1.0](https://www.github.com/terraform-google-modules/terraform-google-bigquery/compare/v5.0.0...v5.1.0) (2021-05-06)
8+
9+
10+
### Features
11+
12+
* add feature deletion_protection in bigquery table ([#114](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/114)) ([f56f444](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/f56f44486227e66263e1cc81ff3cb2b68d1c6651))
13+
14+
15+
### Bug Fixes
16+
17+
* Add missing equals sign ([#116](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/116)) ([b1f8423](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/b1f842371e47ca8b78b232920cc569d4562c36be))
18+
* Prevent forcing table recreation after dataset table list modification with enabled encryption ([#121](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/121)) ([06cc7e0](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/06cc7e0b8fdc6c53f8632bb4eecb06e456f45343))
19+
720
## [5.0.0](https://www.github.com/terraform-google-modules/terraform-google-bigquery/compare/v4.5.0...v5.0.0) (2021-03-15)
821

922

‎modules/authorization/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v5.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v5.1.0"
2929
}
3030

3131
}

‎modules/udf/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v5.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v5.1.0"
2929
}
3030

3131
}

‎versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-bigquery/v5.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bigquery/v5.1.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)
Please sign in to comment.