Skip to content

Commit d4945af

Browse files
chore(master): release 2.0.0
1 parent 77fa12c commit d4945af

File tree

8 files changed

+21
-9
lines changed

8 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [2.0.0](https://github.com/terraform-google-modules/terraform-google-data-fusion/compare/v1.1.0...v2.0.0) (2022-07-29)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* Update for TF and CI, add instance test (#59)
16+
17+
### Features
18+
19+
* 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))
20+
* 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))
21+
1022
## [1.1.0](https://www.github.com/terraform-google-modules/terraform-google-data-fusion/compare/v1.0.0...v1.1.0) (2021-12-20)
1123

1224

modules/dataproc_profile/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
}
3030

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

3535
}

modules/hub_artifact/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
}
3030

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

3535
}

modules/instance/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ terraform {
1818
required_version = ">= 0.13"
1919

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

2424
provider_meta "google-beta" {
25-
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v1.1.0"
25+
module_name = "blueprints/terraform/terraform-google-data-fusion:instance/v2.0.0"
2626
}
2727
}

modules/namespace/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
}
3131

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

3636
}

modules/private_network/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-data-fusion:private_network/v1.1.0"
28+
module_name = "blueprints/terraform/terraform-google-data-fusion:private_network/v2.0.0"
2929
}
3030

3131
}

modules/wait_healthy/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ terraform {
2929
}
3030

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

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

3939
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-data-fusion/v1.1.0"
28+
module_name = "blueprints/terraform/terraform-google-data-fusion/v2.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)