Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [10.1.1](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v10.1.0...v10.1.1) (2025-06-06)


### Bug Fixes

* update display metadata to fix regex for bigquery dataset id [#392](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/392) ([2f7acb8](https://github.com/terraform-google-modules/terraform-google-bigquery/commit/2f7acb889f1439ecffba84b060f02d2392005558))
* Upgrade gemin model used in data_warehouse ([#397](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/397)) ([e383c94](https://github.com/terraform-google-modules/terraform-google-bigquery/commit/e383c942fb21da0d6592a306543558f79ae834f0))

## [10.1.0](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v10.0.2...v10.1.0) (2025-03-26)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
sourceType: git
version: 10.1.0
version: 10.1.1
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
sourceType: git
dir: /modules/authorization
version: 10.1.0
version: 10.1.1
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v10.1.0"
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v10.1.1"
}

}
6 changes: 3 additions & 3 deletions modules/data_warehouse/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
sourceType: git
dir: /modules/data_warehouse
version: 10.1.0
version: 10.1.1
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
- iam.googleapis.com
providerVersions:
- source: hashicorp/archive
version: 10.1.0
version: 10.1.1
- source: hashicorp/google
version: ">= 6.11, < 7"
- source: hashicorp/google-beta
Expand All @@ -169,6 +169,6 @@ spec:
- source: hashicorp/local
version: ">=2.4"
- source: hashicorp/random
version: 10.1.0
version: 10.1.1
- source: hashicorp/time
version: ">= 0.9.1"
2 changes: 1 addition & 1 deletion modules/data_warehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ terraform {
required_version = ">= 1.3"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.1.0"
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.1.1"
}
}
2 changes: 1 addition & 1 deletion modules/data_warehouse/workflow_polling/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ terraform {
required_version = ">= 1.3"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.1.0"
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v10.1.1"
}
}
2 changes: 1 addition & 1 deletion modules/scheduled_queries/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
sourceType: git
dir: /modules/scheduled_queries
version: 10.1.0
version: 10.1.1
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/scheduled_queries/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:scheduled_queries/v10.1.0"
module_name = "blueprints/terraform/terraform-google-bigquery:scheduled_queries/v10.1.1"
}
}
2 changes: 1 addition & 1 deletion modules/udf/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-bigquery
sourceType: git
dir: /modules/udf
version: 10.1.0
version: 10.1.1
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/udf/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v10.1.0"
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v10.1.1"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery/v10.1.0"
module_name = "blueprints/terraform/terraform-google-bigquery/v10.1.1"
}

}