Releases: cloudera-labs/cdp-tf-quickstarts
Releases · cloudera-labs/cdp-tf-quickstarts
Version 0.12.2
Version 0.12.1
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_nameswhich was being triggered during AWS deployment on Terraform versions <1.13.x.
Version 0.12.0
What's Changed
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-permissionsis called to create the required Managed Identities for Cloudera on Azure deployment. - For
semi-privateandprivatedeployments 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=trueandazure_create_private_endpoints=false.
- A new module -
Version 0.11.4
What's Changed
- Update gitignore to exclude keys and os files by @jimright in #77
- Update module version to 0.11.3 by @jimright in #78
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
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
What's Changed
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
What's Changed
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_configurationinput variable ifcompute_cluster_enabledis set totrue- This can be overridden by setting the
compute_cluster_configurationin terraform.tfvars.
- This can be overridden by setting the
Version 0.11.0
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_enabledinput variable which is set tofalseby default. - Further configuration of the compute cluster is possible via the
compute_cluster_configurationinput variable.
- This is controlled via the
Version 0.10.4
What's Changed
- Feature: Add datalake_image parameter by @zz22394 in #67
- Add root module documentation by @jimright in #69
- Loosen pinning on Cloudera provider by @jimright in #70
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_imageinput variable to the root modules. - All root modules now have documentation showing the input and output values.
Version 0.10.3
What's Changed
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.