Skip to content

Commit

Permalink
chore(master): release 5.4.2 (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Nov 8, 2022
1 parent 2ec07eb commit 15c7053
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [5.4.2](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v5.4.1...v5.4.2) (2022-10-28)


### Bug Fixes

* Workaround issue causing permanent diff in access list ([#157](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/157)) ([cfa0c8c](https://github.com/terraform-google-modules/terraform-google-bigquery/commit/cfa0c8cc37bf7a418b185fc128edaf7ce27def14))

## [5.4.1](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v5.4.0...v5.4.1) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Basic usage of this module is as follows:
```hcl
module "bigquery" {
source = "terraform-google-modules/bigquery/google"
version = "~> 4.4"
version = "~> 5.4"
dataset_id = "foo"
dataset_name = "foo"
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Example:
```hcl
module "dataset" {
source = "terraform-google-modules/bigquery/google"
version = "~> 4.1"
version = "~> 5.4"
dataset_id = "example_dataset"
dataset_name = "example_dataset"
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/v5.4.1"
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v5.4.2"
}

}
2 changes: 1 addition & 1 deletion modules/scheduled_queries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Example:
```hcl
module "dataset" {
source = "terraform-google-modules/bigquery/google"
version = "~> 4.1"
version = "~> 5.4"
dataset_id = "example_dataset"
dataset_name = "example_dataset"
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/v5.4.1"
module_name = "blueprints/terraform/terraform-google-bigquery:scheduled_queries/v5.4.2"
}
}
2 changes: 1 addition & 1 deletion modules/udf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "dataset" {
module "add_udfs" {
source = "terraform-google-modules/bigquery/google//modules/udf"
version = "~> 4.0"
version = "~> 5.4"
dataset_id = module.dataset.bigquery_dataset.dataset_id
project_id = module.dataset.bigquery_dataset.project
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/v5.4.1"
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v5.4.2"
}

}
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/v5.4.1"
module_name = "blueprints/terraform/terraform-google-bigquery/v5.4.2"
}

}

0 comments on commit 15c7053

Please sign in to comment.