Skip to content

Commit

Permalink
chore(master): release 5.4.3 (#172)
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] authored Jan 21, 2023
1 parent e3c4c68 commit 14b4771
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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.3](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v5.4.2...v5.4.3) (2022-12-29)


### Bug Fixes

* fixes lint issues and generates metadata ([#171](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/171)) ([f278ff8](https://github.com/terraform-google-modules/terraform-google-bigquery/commit/f278ff83df9aa7ac52f1eb9ed8ac571c314a5509))

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


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.2"
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v5.4.3"
}

}
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.2"
module_name = "blueprints/terraform/terraform-google-bigquery:scheduled_queries/v5.4.3"
}
}
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.2"
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v5.4.3"
}

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

}

0 comments on commit 14b4771

Please sign in to comment.