Skip to content

Commit

Permalink
chore(master): release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 17, 2023
1 parent 405972a commit 0698b56
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 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).

## [7.0.1](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v7.0.0...v7.0.1) (2023-10-17)


### Bug Fixes

* 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))

## [7.0.0](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v6.1.1...v7.0.0) (2023-10-10)


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: 7.0.0
version: 7.0.1
actuationTool:
flavor: Terraform
version: '>= 0.13'
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: 7.0.0
version: 7.0.1
actuationTool:
flavor: Terraform
version: '>= 0.13'
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/v7.0.0"
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v7.0.1"
}

}
2 changes: 1 addition & 1 deletion 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: 7.0.0
version: 7.0.1
actuationTool:
flavor: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/data_warehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ terraform {
required_version = ">= 0.13"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v7.0.0"
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v7.0.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: 7.0.0
version: 7.0.1
actuationTool:
flavor: Terraform
version: '>= 0.13'
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/v7.0.0"
module_name = "blueprints/terraform/terraform-google-bigquery:scheduled_queries/v7.0.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: 7.0.0
version: 7.0.1
actuationTool:
flavor: Terraform
version: '>= 0.13'
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/v7.0.0"
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v7.0.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/v7.0.0"
module_name = "blueprints/terraform/terraform-google-bigquery/v7.0.1"
}

}

0 comments on commit 0698b56

Please sign in to comment.