File tree 11 files changed +18
-10
lines changed
11 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 7.0.1] ( https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v7.0.0...v7.0.1 ) (2023-10-19)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * adds a null check for expiration time ([ #268 ] ( https://github.com/terraform-google-modules/terraform-google-bigquery/issues/268 ) ) ([ b7efc4d] ( https://github.com/terraform-google-modules/terraform-google-bigquery/commit/b7efc4d41ee5cc0ad4b6558dccc1b4696929525f ) )
13
+ * update workflow.tftpl ([ #266 ] ( https://github.com/terraform-google-modules/terraform-google-bigquery/issues/266 ) ) ([ 405972a] ( https://github.com/terraform-google-modules/terraform-google-bigquery/commit/405972a27da0c0165b93f83162e4a595ec289263 ) )
14
+
7
15
## [ 7.0.0] ( https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v6.1.1...v7.0.0 ) (2023-10-10)
8
16
9
17
Original file line number Diff line number Diff line change 24
24
source :
25
25
repo : https://github.com/terraform-google-modules/terraform-google-bigquery
26
26
sourceType : git
27
- version : 7.0.0
27
+ version : 7.0.1
28
28
actuationTool :
29
29
flavor : Terraform
30
30
version : ' >= 0.13'
Original file line number Diff line number Diff line change 25
25
repo : https://github.com/terraform-google-modules/terraform-google-bigquery
26
26
sourceType : git
27
27
dir : /modules/authorization
28
- version : 7.0.0
28
+ version : 7.0.1
29
29
actuationTool :
30
30
flavor : Terraform
31
31
version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-bigquery:authorization/v7.0.0 "
28
+ module_name = " blueprints/terraform/terraform-google-bigquery:authorization/v7.0.1 "
29
29
}
30
30
31
31
}
Original file line number Diff line number Diff line change 25
25
repo : https://github.com/terraform-google-modules/terraform-google-bigquery
26
26
sourceType : git
27
27
dir : /modules/data_warehouse
28
- version : 7.0.0
28
+ version : 7.0.1
29
29
actuationTool :
30
30
flavor : Terraform
31
31
version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ terraform {
40
40
required_version = " >= 0.13"
41
41
42
42
provider_meta "google" {
43
- module_name = " blueprints/terraform/terraform-google-bigquery:data_warehouse/v7.0.0 "
43
+ module_name = " blueprints/terraform/terraform-google-bigquery:data_warehouse/v7.0.1 "
44
44
}
45
45
}
Original file line number Diff line number Diff line change 25
25
repo : https://github.com/terraform-google-modules/terraform-google-bigquery
26
26
sourceType : git
27
27
dir : /modules/scheduled_queries
28
- version : 7.0.0
28
+ version : 7.0.1
29
29
actuationTool :
30
30
flavor : Terraform
31
31
version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-bigquery:scheduled_queries/v7.0.0 "
28
+ module_name = " blueprints/terraform/terraform-google-bigquery:scheduled_queries/v7.0.1 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 25
25
repo : https://github.com/terraform-google-modules/terraform-google-bigquery
26
26
sourceType : git
27
27
dir : /modules/udf
28
- version : 7.0.0
28
+ version : 7.0.1
29
29
actuationTool :
30
30
flavor : Terraform
31
31
version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-bigquery:udf/v7.0.0 "
28
+ module_name = " blueprints/terraform/terraform-google-bigquery:udf/v7.0.1 "
29
29
}
30
30
31
31
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-bigquery/v7.0.0 "
28
+ module_name = " blueprints/terraform/terraform-google-bigquery/v7.0.1 "
29
29
}
30
30
31
31
}
You can’t perform that action at this time.
0 commit comments