Skip to content

Commit

Permalink
chore(master): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 22, 2023
1 parent 23904f3 commit 49f87a9
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).

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


### ⚠ BREAKING CHANGES

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

## [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 @@ -18,10 +18,10 @@ terraform {
required_version = ">= 0.13"

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 @@ -29,11 +29,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"
}

}

0 comments on commit 49f87a9

Please sign in to comment.