Skip to content

Releases: cloudera/terraform-provider-cdp

v0.7.7

16 Dec 23:11
7ee726a
Compare
Choose a tag to compare

Changelog

  • 7ee726a Bump golang.org/x/crypto in the go_modules group across 1 directory (#187)
  • 1237c1f CDPCP-13575 Environments should be CCM enabled by default (#191)
  • b9158a2 COD-4090 Add cpu architecture parameter in terraform (#190)

What's Changed

  • COD-4090 Add cpu architecture parameter in terraform by @richardantal in #190
  • CDPCP-13575 Environments should be CCM enabled by default by @daszabo in #191
  • Bump golang.org/x/crypto from 0.23.0 to 0.31.0 in the go_modules group across 1 directory by @dependabot in #187

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

14 Dec 10:27
9ce827d
Compare
Choose a tag to compare

Changelog

  • 9ce827d CDPCP-13570 Fixed an issue where tags in requests were populated with the same key (#189)
  • 1772bea CDPCP-13545 update provider to use cdp-api 0.9.127-beta (#188)

What's Changed

  • CDPCP-13545 update provider to use cdp-api 0.9.127-beta by @richardantal in #188
  • CDPCP-13570 Fixed an issue where tags in requests were populated with… by @daszabo in #189

Full Changelog: v0.7.5...v0.7.6

v0.7.5

05 Dec 09:28
6ad4ae1
Compare
Choose a tag to compare

Changelog

  • 6ad4ae1 CDPCP-13502 - GCP availability zones cannot be specified (#185)

What's Changed

  • CDPCP-13502 - GCP availability zones cannot be specified by @gregito in #185

Full Changelog: v0.7.4...v0.7.5

v0.7.4

27 Nov 07:02
Compare
Choose a tag to compare

What's Changed

  • Add linter to standardize golang import order by @tevesz in #175
  • Data Warehouse acceptance tests for catalog, hive by @tevesz in #173
  • Move the cdp_dw_aws_cluster and vw_hive resource under the Data Warehouse subcategory by @vcsomor in #178
  • CDPCP-13058 - Allow in-place update of AWS credential by @gregito in #176
  • CDPCP-12692 Implementing import for resources by @daszabo in #180
  • CDPCP-13213 - Datalake creation is failing with terraform on all 3 cloud for report_deployment_logs by @gregito in #181
  • CDPCP-13398 - credential creation and validation fails due to missing fields by @gregito in #182
  • Fix Data Warehouse documentation and naming by @vcsomor in #183
  • CDPCP-13398 - add skip check for extra fields on credential due to their current absence on the public API by @gregito in #184

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

05 Nov 16:11
6362328
Compare
Choose a tag to compare

Changelog

  • 6362328 CB-27671 Updated environment deletion states, handled null cascading delete option (#174)
  • 2140a39 DWX-18764 Move polling utilities to utils
  • ed86938 DWX-18764 Generate docs for Hive
  • 38e4223 DWX-18764 Wait for creation to finish for hive

v0.7.2

31 Oct 12:09
41ca13d
Compare
Choose a tag to compare

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

24 Oct 21:54
Compare
Choose a tag to compare

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

30 Sep 13:34
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
  • 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

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)