Skip to content
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

chore(master): release 3.0.0 #72

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

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-data-fusion/compare/v2.0.0...v3.0.0) (2023-12-20)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/network/google to v8 ([#73](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/73))
* upgraded versions.tf to include minor bumps from tpg v5 ([#75](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/75))
* **deps:** update terraform cdap to ~> 0.10 ([#66](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/66))

### Bug Fixes

* **deps:** update terraform cdap to ~> 0.10 ([#66](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/66)) ([7f86542](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/7f86542ca78ceabe2b305061019ef33d1bb0921f))
* **deps:** update terraform cdap to ~> 0.9 ([#61](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/61)) ([d4f44ec](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/d4f44ecbcb18f095320c4209992934e261feb4fb))
* **deps:** Update Terraform terraform-google-modules/network/google to v8 ([#73](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/73)) ([2a0c847](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/2a0c84746e5275114006104fba07deb4474961c7))
* **deps:** update tf modules ([#64](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/64)) ([2f72d38](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/2f72d38f8e41f237fdf642fac4b23312133d43b2))
* upgraded versions.tf to include minor bumps from tpg v5 ([#75](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/75)) ([89e9d20](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/89e9d203fa15d59e10de473a917427c5baf29a31))

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


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
```hcl
module "data_fusion" {
source = "terraform-google-modules/data-fusion/google"
version = "~> 0.1"
version = "~> 3.0"

name = "example-instance"
project = "example-project"
Expand Down
2 changes: 1 addition & 1 deletion modules/dataproc_profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provider "cdap" {
module "custom_dataproc" {
source = "terraform-google-modules/data-fusion/google//modules/dataproc_profile"
version = "~> 0.1"
version = "~> 3.0"
name = "custom-dataproc"
label = "Custom Dataproc Profile"
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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:dataproc_profile/v3.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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:hub_artifact/v3.0.0"
}

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

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

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v2.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v3.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "cdap" {
module "staging" {
source = "terraform-google-modules/data-fusion/google//modules/namespace"
version = "~> 0.1"
version = "~> 3.0"
name = var.name
preferences = {
Expand Down
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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:namespace/v3.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/private_network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Basic usage of this module is as follows:
```hcl
module "private_data_fusion_network" {
source = "terraform-google-modules/data-fusion/google//modules/private_data_fusion_network"
version = "~> 0.1"
version = "~> 3.0"
project_id = "your-gcp-project-id"
vpc_network = "data-fusion-net"
Expand Down
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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:private_network/v3.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/wait_healthy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "google_data_fusion_instance" "instance" {
module "wait_healthy" {
source = "terraform-google-modules/data-fusion/google//modules/wait_healthy"
version = "~> 0.1"
version = "~> 3.0"
service_endpoint = google_data_fusion_instance.instance.service_endpoint
access_token = data.google_client_config.current.access_token
Expand Down
4 changes: 2 additions & 2 deletions modules/wait_healthy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ terraform {
}

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

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-data-fusion:wait_healthy/v2.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:wait_healthy/v3.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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion/v3.0.0"
}

}