Releases: cloudera-labs/cdp-tf-quickstarts
Releases · cloudera-labs/cdp-tf-quickstarts
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-permissions
is called to create the required Managed Identities for Cloudera on Azure deployment. - For
semi-private
andprivate
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
andazure_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_configuration
input variable ifcompute_cluster_enabled
is set totrue
- This can be overridden by setting the
compute_cluster_configuration
in 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_enabled
input variable which is set tofalse
by default. - Further configuration of the compute cluster is possible via the
compute_cluster_configuration
input 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_image
input 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.
Version 0.10.2
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
What's Changed
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 equivalentcdp_groups
input variable is not specified now includes a cloud provider specific string (az
for Azure,aw
for AWS andgc
for GCP). This ensure that the group names are unique where the same prefix is used across all cloud providers.