Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#80)
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 Apr 15, 2024
1 parent 3c6a425 commit 68958b5
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 14 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-data-fusion/compare/v3.0.0...v4.0.0) (2024-04-12)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform cdap to ~> 0.11 ([#68](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/68))
* **deps:** Update Terraform terraform-google-modules/network/google to v9 ([#79](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/79))

### Bug Fixes

* **deps:** Update Terraform cdap to ~&gt; 0.11 ([#68](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/68)) ([3c6a425](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/3c6a425d18886c5247f8855d7813fb8c6ab41bc6))
* **deps:** Update Terraform terraform-google-modules/network/google to v9 ([#79](https://github.com/terraform-google-modules/terraform-google-data-fusion/issues/79)) ([752fd6c](https://github.com/terraform-google-modules/terraform-google-data-fusion/commit/752fd6c5018c0f9652e83dd23ae8caee6921309f))

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


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 = "~> 3.0"
version = "~> 4.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 = "~> 3.0"
version = "~> 4.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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:dataproc_profile/v4.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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:hub_artifact/v4.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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v4.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v3.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v4.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 = "~> 3.0"
version = "~> 4.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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:namespace/v4.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 = "~> 3.0"
version = "~> 4.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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:private_network/v4.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 = "~> 3.0"
version = "~> 4.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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-data-fusion:wait_healthy/v4.0.0"
}

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

}

0 comments on commit 68958b5

Please sign in to comment.