Skip to content

Releases: cloudera/terraform-provider-cdp

v0.6.3

06 Aug 12:34
Compare
Choose a tag to compare

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

18 Jul 11:22
Compare
Choose a tag to compare

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

06 Jun 13:52
Compare
Choose a tag to compare

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

23 May 08:09
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.11

03 May 10:16
Compare
Choose a tag to compare

What's Changed

  • CDPCP-11737 - Update GitHub CI yaml by @gregito in #118
  • CDPCP-11953 Added workload password to machine user resource by @daszabo in #120

Full Changelog: v0.5.10...v0.5.11

v0.5.10

30 Apr 06:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.5.10

v0.5.9

29 Apr 19:55
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: v0.5.8...v0.5.9

v0.5.8

04 Apr 18:56
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: v0.5.7...v0.5.8

v0.5.7

28 Mar 16:06
Compare
Choose a tag to compare

Changelog

  • d39b8f0 CDPCP-11698 Added missing fields to Azure Datalake resource
  • 1292c53 CDPCP-11599 Added missing fields to datahub resources
  • 1f43aed COD-3814 - Terraform add disable multi-AZ parameter (#102)
  • c2f4861 COD-3780 - Terraform minimal create, drop database (#99)
  • c69a5f7 CDPCP-11600 - Revisit Availability zone on datahub (#97)

v0.5.6

20 Mar 09:41
4aba968
Compare
Choose a tag to compare

Changelog

  • 4aba968 CDPCP-11597 Schema fixes, conversion fixes (#96)