Skip to content

chore(master): release 2.0.0 #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2022
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0](https://github.com/terraform-google-modules/terraform-google-data-fusion/compare/v1.1.0...v2.0.0) (2022-07-29)


### ⚠ BREAKING CHANGES

* Increased minimum Google Provider version to 4.12 (#59)

### Features

* support data fusion version ([#56](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/56)) ([160511b](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/160511b13c826bfa7bccaa18ccf4930d9039eb74))
* Update for TF and CI, add instance test ([#59](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/59)) ([77fa12c](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/77fa12c5da3fa349089ba0937f1fa78ac9aaa9e3))

## [1.1.0](https://www.github.com/terraform-google-modules/terraform-google-data-fusion/compare/v1.0.0...v1.1.0) (2021-12-20)


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

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-data-fusion:dataproc_profile/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:dataproc_profile/v2.0.0"
}

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

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-data-fusion:hub_artifact/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:hub_artifact/v2.0.0"
}

}
4 changes: 2 additions & 2 deletions modules/instance/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ terraform {
required_version = ">= 0.13"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v2.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v2.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/namespace/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-data-fusion:namespace/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:namespace/v2.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/private_network/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-data-fusion:private_network/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:private_network/v2.0.0"
}

}
4 changes: 2 additions & 2 deletions modules/wait_healthy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-data-fusion:wait_healthy/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:wait_healthy/v2.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-data-fusion:wait_healthy/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:wait_healthy/v2.0.0"
}

}
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-data-fusion/v1.1.0"
module_name = "blueprints/terraform/terraform-google-data-fusion/v2.0.0"
}

}