Skip to content

Commit 58f6698

Browse files
chore(main): release 10.0.1 (#378)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent cd4ab5e commit 58f6698

File tree

12 files changed

+20
-13
lines changed

12 files changed

+20
-13
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## [10.0.1](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v10.0.0...v10.0.1) (2025-03-06)
8+
9+
10+
### Bug Fixes
11+
12+
* Make non-required object fields as optional for input variables ([#377](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/377)) ([cd4ab5e](https://github.com/terraform-google-modules/terraform-google-bigquery/commit/cd4ab5e03d992556e7eba4860e716f742c142fb7))
13+
714
## [10.0.0](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v9.0.0...v10.0.0) (2025-03-03)
815

916

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: 10.0.0
27+
version: 10.0.1
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

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: 10.0.0
28+
version: 10.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

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

3131
}

modules/data_warehouse/metadata.yaml

+3-3
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: 10.0.0
28+
version: 10.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"
@@ -159,7 +159,7 @@ spec:
159159
- iam.googleapis.com
160160
providerVersions:
161161
- source: hashicorp/archive
162-
version: 10.0.0
162+
version: 10.0.1
163163
- source: hashicorp/google
164164
version: ">= 6.11, < 7"
165165
- source: hashicorp/google-beta
@@ -169,6 +169,6 @@ spec:
169169
- source: hashicorp/local
170170
version: ">=2.4"
171171
- source: hashicorp/random
172-
version: 10.0.0
172+
version: 10.0.1
173173
- source: hashicorp/time
174174
version: ">= 0.9.1"

modules/data_warehouse/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ terraform {
4848
required_version = ">= 1.3"
4949

5050
provider_meta "google" {
51-
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.0.0"
51+
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.0.1"
5252
}
5353
}

modules/data_warehouse/workflow_polling/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ terraform {
4848
required_version = ">= 1.3"
4949

5050
provider_meta "google" {
51-
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.0.0"
51+
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.0.1"
5252
}
5353
}

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: 10.0.0
28+
version: 10.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

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/v10.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bigquery:scheduled_queries/v10.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: 10.0.0
28+
version: 10.0.1
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

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

3131
}

0 commit comments

Comments
 (0)