Skip to content

Releases: cloudera-labs/cdp-tf-quickstarts

Version 0.12.2

29 Oct 20:54
5550fb7

Choose a tag to compare

What's Changed

  • Update Cloudera provider constraint to exclude 0.10.8 release by @jimright in #81

Full Changelog: v0.12.1...v0.12.2

Root Modules Updated

Root Module
azure
aws
gcp

Version 0.12.1

22 Oct 12:36
f6de228

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

Root Modules Updated

Root Module
azure
aws

Impact of updates

  • Fix validation on azure_environment_flexible_server_delegated_subnet_names which was being triggered during AWS deployment on Terraform versions <1.13.x.

Version 0.12.0

06 Oct 16:45
7604acb

Choose a tag to compare

What's Changed

  • Update module version to 0.12.0 and add azure variables by @jimright in #79

Full Changelog: v0.11.4...v0.12.0

Root Modules Updated

Root Module
gcp
azure
aws

Impact of updates

  • AWS
    • Versioning is now disabled by default on S3 buckets created by the quickstarts.
    • A new module - terraform-aws-ingress - is called to create the required knox and default security groups rules for the Cloudera on AWS environment.
  • Azure
    • A new module - terraform-azure-ingress - is called to create the required knox and default security groups rules for the Cloudera on Azure environment.
    • The version of AzureAD provider has been updated to the latest.
    • A new module - terraform-azure-permissions is called to create the required Managed Identities for Cloudera on Azure deployment.
    • For semi-private and private deployments creation/use of Azure delegated subnets is now an optional parameter for access to Azure Database flexible servers. Instead private links are created by default.
    • To enable creation of delegated subnets set create_delegated_subnet=true and azure_create_private_endpoints=false.

Version 0.11.4

25 Sep 20:09
55e51c7

Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

Root Modules Updated

Root Module
gcp
azure
aws

Impact of updates

  • The Cloudera on Azure root module have been updated to handle the upcoming retirement of the default outbound access connectivity for virtual machines by Azure.

Version 0.11.3

14 Aug 17:00
f2210b6

Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

Root Modules Updated

Root Module
gcp
azure
aws

Impact of updates

  • Disable multi availability zone when using LIGHT_DUTY datalake for AWS deployments.

Version 0.11.2

21 Jul 11:08
96a1ded

Choose a tag to compare

What's Changed

  • Update Cloudera modules version to 0.11.1 by @jimright in #75

Full Changelog: v0.11.1...v0.11.2

Root Modules Updated

Root Module
gcp
azure
aws

Impact of updates

  • Adds multi availability zone support for GCP deployments.

Version 0.11.1

11 Jun 20:49
8085535

Choose a tag to compare

What's Changed

  • Add defaults for compute cluster configuration by @jimright in #73

Full Changelog: v0.11.0...v0.11.1

Root Modules Updated

Root Module
aws
azure

Impact of updates

  • This change sets default values (via Terraform local variables) for the compute_cluster_configuration input variable if compute_cluster_enabled is set to true
    • This can be overridden by setting the compute_cluster_configuration in terraform.tfvars.

Version 0.11.0

05 Jun 17:24
1792f42

Choose a tag to compare

What's Changed

  • Add instructions on how to add module variables by @jimright in #71
  • Update module version and add support for default compute cluster creation by @jimright in #72

Full Changelog: v0.10.4...v0.11.0

Root Modules Updated

Root Module
aws
azure
gcp

Impact of updates

  • Updated the Terraform Cloudera modules (pre-reqs and cdp-deploy) to version 0.11.0.
  • Added support for compute cluster creation for Cloudera on AWS and Azure.
    • This is controlled via the compute_cluster_enabled input variable which is set to false by default.
    • Further configuration of the compute cluster is possible via the compute_cluster_configuration input variable.

Version 0.10.4

21 May 15:53
62d105b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3...v0.10.4

Root Modules Updated

Root Module
aws
azure
gcp

Impact of updates

  • We have loosened the pinning of the Cloudera terraform provider to allow version 0.10.x to be used.
    • This reverts the change made in 0.10.3.
  • Introduced the datalake_image input variable to the root modules.
  • All root modules now have documentation showing the input and output values.

Version 0.10.3

07 May 16:48
ca9ab01

Choose a tag to compare

What's Changed

  • Pin Cloudera provider version to 0.9.0 by @jimright in #68

Full Changelog: v0.10.2...v0.10.3

Root Modules Updated

Root Module
aws
azure
gcp

Impact of updates

  • We have pinned the Cloudera terraform provider to version 0.9.0 because a bug has been found in release 0.10.0.
  • This change will be reverted once the provider has been fixed upstream.