Skip to content

Releases: cloudera-labs/cdp-tf-quickstarts

Version 0.12.0

06 Oct 16:45
7604acb
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Version 0.10.2

10 Apr 18:27
87daf49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

Root Modules Updated

Root Module
gcp

Impact of updates

  • The GCP pre-reqs module has been updated to disable public access to GCS buckets via the public_access_prevention parameter.

Version 0.10.1

27 Mar 17:00
182c8e9
Compare
Choose a tag to compare

What's Changed

  • Change default CDP group names to include cloud provide specific string by @jimright in #65

Full Changelog: v0.10.0...v0.10.1

Root Modules Updated

Root Module
aws
azure

Impact of updates

  • The local variable cdp_groups, used if the equivalent cdp_groups input variable is not specified now includes a cloud provider specific string (az for Azure, aw for AWS and gc for GCP). This ensure that the group names are unique where the same prefix is used across all cloud providers.