Releases: cloudera/terraform-provider-cdp
Releases · cloudera/terraform-provider-cdp
v0.7.3
v0.7.2
Changelog
- 41ca13d CB-27556 cascading_delete field should be computed, due to it's default value (#171)
- d129f5e CDPCP-13247 Remove -race flag from acceptance test make goal
- 6c4a17d CDPCP-13247 - include CGO env var property for testacc goal to enable race flag on machines where this is not set already
- 8670d9e CDPCP-13247 - improve test result overview on Jenkins job
- f55d4f3 CB-27556 Added cascading delete option to environments, environment and data lake delete should now always poll
- 7302a84 DWX-18781 Data warehouse catalog object management (#164)
v0.7.1
What's Changed
- CDPCP-13131 - Implement an exponential backoff in the Cloudera Terraform provider by @gregito in #165
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- CDPCP-12146 Added CDE service resource by @daszabo in #128
- CDPCP-12128 - introduce failure-tolerance during resource creation polling by @gregito in #127
- CDPCP-12183 - uniformize handling async operations for resource deletion and creation by @gregito in #130
- CDPCP-11067 Fix resource name in aws dl acc test by @daszabo in #131
- CDPCP-11067 Fix resource name in aws cred and iam acc test by @daszabo in #132
- CDPCP-11067 Fix acc test errors by @daszabo in #133
- CDPCP-12151 Removed incorrect Datahub cluster_template_name validation by @daszabo in #134
- DWX-18702 Generate data warehouse mocks by @tevesz in #136
- DWX-18731 CDP DW create and delete hive virtual warehouse by @tevesz in #135
- CDPCP-12202 - Azure datalake creation failure shows "Error: Create Aws Datalake" by @gregito in #137
- cdp_environments_aws_environment overrides security_group_ids_for_knox with default_security_group_ids by @ueisele in #139
- CDPCP-12189 New user sync resource in environments by @daszabo in #138
- COD-4084 Add polling_options for COD deployment by @richardantal in #142
- DWX-18732 Create and delete CDW AWS cluster object by @tevesz in #140
- CDPCP-12279 - Client Error should show failure reason by @gregito in #143
- CDPCP-12516 - clean up unused functions prior implementing dead code check by @gregito in #144
- CDPCP-12508 - introduce unused function check in PR jobs by @gregito in #145
- CB-26595 - Add instructions about how to use the user sync resource by @gregito in #146
- PR #147: Machine User Role and Resource Role Assignment Fails by @ueisele in #147
- CDPCP-12211 - mismatch between struct and object: Struct defines fields not found in object: availability_zones by @gregito in #148
- CDPCP-12568 - Unable to delete machine user in e2e tests during group assignment since the user does not exists by @gregito in #149
- CDPCP-11938 - Update provider to use cdp-api-0.9.115 (or latest) by @gregito in #150
- CDPCP-12277 Removed DL computed fields, not known right after post by @daszabo in #141
- CDPCP-12573 - Documentation for datahub_azure_cluster uses AWS VM sizes in the example by @gregito in #151
- CDPCP-11561 - Value conversion issue when image nested parameters are specified in CDP datalake TF resources by @gregito in #152
- CDPCP-12598 Skip CDW Hive test if env var is not set by @tevesz in #153
- CDPCP-12743 - fix lint issues by @gregito in #158
- CDPCP-12129 - introduce failure tolerance during resource deletion by @gregito in #156
- CDPCP-12277 - regenerating docs due to removed fields by @gregito in #154
- CDPCP-11561 - unifying image name field names over the object and schema by @gregito in #160
- DWX-18776 Wait for dw aws cluster to become ready by @tevesz in #159
- DWX-18780 Acceptance tests for DW AWS cluster resource by @tevesz in #161
- CDPCP-12793 Added polling capability to user sycn resource by @daszabo in #162
- CDPCP-11560 - Datalake image id parameter is incorrectly shown as required cdp_datalake_*_datalake TF resources by @gregito in #163
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.3
What's Changed
- DWX-18732 Create and delete CDW AWS cluster object by @tevesz in #140
- CDPCP-12279 - Client Error should show failure reason by @gregito in #143
- CDPCP-12516 - clean up unused functions prior implementing dead code check by @gregito in #144
- CDPCP-12508 - introduce unused function check in PR jobs by @gregito in #145
- CB-26595 - Add instructions about how to use the user sync resource by @gregito in #146
- PR #147: Machine User Role and Resource Role Assignment Fails by @ueisele in #147
- CDPCP-12211 - mismatch between struct and object: Struct defines fields not found in object: availability_zones by @gregito in #148
- CDPCP-12568 - Unable to delete machine user in e2e tests during group assignment since the user does not exists by @gregito in #149
- CDPCP-11938 - Update provider to use cdp-api-0.9.115 (or latest) by @gregito in #150
- CDPCP-12277 Removed DL computed fields, not known right after post by @daszabo in #141
- CDPCP-12573 - Documentation for datahub_azure_cluster uses AWS VM sizes in the example by @gregito in #151
- CDPCP-11561 - Value conversion issue when image nested parameters are specified in CDP datalake TF resources by @gregito in #152
- CDPCP-12598 Skip CDW Hive test if env var is not set by @tevesz in #153
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Changelog
- a4aa674 COD-4084 Add polling_options for COD deployment
- fad90c0 CDPCP-12189 New user sync resource in environments
- aafd8ed PR #139: Fix aws-environment security_group_ids_for_knox - used DefaultSecurityGroupIDs instead of SecurityGroupIDsForKnox
- 403b6d7 CDPCP-12202 - Azure datalake creation failure shows "Error: Create Aws Datalake"
- 0def7a9 Fix review comments
- afaec4e DWX-18731 Add hive creation and deletion tests
- 6c48c97 Add hive dw virtual warehouse creation
- 1bf5c29 CDPCP-11471 CDP DW PoC
- b52c373 DWX-18702 Generate data warehouse mocks (#136)
v0.6.1
What's Changed
- CDPCP-12146 Added CDE service resource by @daszabo in #128
- CDPCP-12128 - introduce failure-tolerance during resource creation polling by @gregito in #127
- CDPCP-12183 - uniformize handling async operations for resource deletion and creation by @gregito in #130
- CDPCP-11067 Fix resource name in aws dl acc test by @daszabo in #131
- CDPCP-11067 Fix resource name in aws cred and iam acc test by @daszabo in #132
- CDPCP-11067 Fix acc test errors by @daszabo in #133
- CDPCP-12151 Removed incorrect Datahub cluster_template_name validation by @daszabo in #134
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- CDPCP-11443 - Azure DL databaseType field is of incorrect type by @gregito in #86
- CDPCP-11474 - Generate opdb model and operation definitions from Swagger by @balazsgaspar in #88
- CDPCP-11539 - Terraform does not support http and https proxy by @gregito in #89
- CDPCP-11542 - nilpointer dereference if polling option is not provided by @gregito in #91
- CDPCP-11517 - update provider to use cdp-api-0.9.108 by @gregito in #92
- CDPCP-11620 - include encryptionAtHost parameter for Azure environment creation by @gregito in #93
- CDPCP-11620 - fixing lack of compute property for encryption_at_host field, with newly generated docs as well by @gregito in #94
- CDPCP-11597 Schema fixes, conversion fixes by @daszabo in #96
- CDPCP-11600 - Revisit Availability zone on datahub by @gregito in #97
- COD-3780 - Terraform minimal create, drop database by @richardantal in #99
- COD-3814 - Terraform add disable multi-AZ parameter by @richardantal in #102
- CDPCP-11599 Added missing fields to datahub resources by @daszabo in #100
- CDPCP-11698 Added missing fields to Azure Datalake resource by @daszabo in #101
- CDPCP-11470 - rename common_schemE.go to common_schemA.go by @gregito in #103
- CDPCP-11759 Preventing duplicated set element error in DL creation by @daszabo in #104
- CDPCP-9785 - extend credential prerequisites with policy JSONs by @gregito in #105
- CDPCP-11067 Updated testing modules, added AWS environment, data lake acc tests by @daszabo in #106
- CDPCP-11829 Added machine user resource by @daszabo in #109
- CDPCP-10092 - Update release instructions in README by @gregito in #111
- CDPCP-9785 - put policy JSONs and service names into a map instead of a set of objects by @gregito in #107
- CDPCP-11841 - Create datasource for retrieving keytabs by @gregito in #110
- CDPCP-11831 - Assign and unassign roles from machine users by @gregito in #113
- CDPCP-11830 IAM Machine User Group Assignment resource by @daszabo in #114
- COD-3782 - Terraform extend create database parameters by @richardantal in #108
- CDPCP-11832 Resource for assigning resource roles to machine users by @daszabo in #115
- CDPCP-11926 - introduce encryption-user-managed-identity for Azure environment creation by @gregito in #117
- COD-3854 - Add terraform documentation by @richardantal in #116
- CDPCP-11737 - Update GitHub CI yaml by @gregito in #118
- CDPCP-11953 Added workload password to machine user resource by @daszabo in #120
- CDPCP-11967 - Update api definitions to the latest .112 by @gregito in #121
- COD-3787 - Implement Update database command in terraform by @richardantal in #119
- CDPCP-12010 update provider to use cdp-api 0.9.113 by @richardantal in #123
- CDPCP-9885 ML Workspace resource by @daszabo in #122
- COD-3938 Add terraform parameter for COD cluster to be encrypted sepa… by @richardantal in #124
- CDPCP-12125 - update example docs by @gregito in #125
New Contributors
- @richardantal made their first contribution in #99
Full Changelog: v0.5.0...v0.6.0
v0.5.11
v0.5.10
What's Changed
- COD-3854 - Add terraform documentation by @richardantal in #116
Full Changelog: v0.5.9...v0.5.10