Skip to content

Commit f1d1d91

Browse files
chore(master): release 7.0.1
1 parent b7efc4d commit f1d1d91

File tree

11 files changed

+18
-10
lines changed

11 files changed

+18
-10
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [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+
715
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v6.1.1...v7.0.0) (2023-10-10)
816

917

metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
2626
sourceType: git
27-
version: 7.0.0
27+
version: 7.0.1
2828
actuationTool:
2929
flavor: Terraform
3030
version: '>= 0.13'

modules/authorization/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
2626
sourceType: git
2727
dir: /modules/authorization
28-
version: 7.0.0
28+
version: 7.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: '>= 0.13'

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/v7.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v7.0.1"
2929
}
3030

3131
}

modules/data_warehouse/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
2626
sourceType: git
2727
dir: /modules/data_warehouse
28-
version: 7.0.0
28+
version: 7.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: '>= 0.13'

modules/data_warehouse/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ terraform {
4040
required_version = ">= 0.13"
4141

4242
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"
4444
}
4545
}

modules/scheduled_queries/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
2626
sourceType: git
2727
dir: /modules/scheduled_queries
28-
version: 7.0.0
28+
version: 7.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: '>= 0.13'

modules/scheduled_queries/versions.tf

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

2727
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"
2929
}
3030
}

modules/udf/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
2626
sourceType: git
2727
dir: /modules/udf
28-
version: 7.0.0
28+
version: 7.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: '>= 0.13'

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/v7.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v7.0.1"
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/v7.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bigquery/v7.0.1"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)