v1.12.0
CHANGELOG
1.12.0 (March 05, 2021)
FEATURES:
- New Argument:
rancher2_node_template.node_taints
- (Optional) Node taints. For Rancher v2.3.3 or above (List) - New Argument:
rancher2_cluster.aks_config.load_balancer_sku
- (Optional/Computed) Load balancer type (basic | standard). Must be standard for auto-scaling - New Argument:
rancher2_cluster.rke_config.services.etc.backup_config.timeout
- (Optional/Computed) Set timeout in seconds for etcd backup. Just for Rancher v2.5.6 and above - New Data Source:
rancher2_global_role
- Provides a Rancher V2 Global Role data source - New Resource:
rancher2_global_role
- Provides a Rancher V2 Global Role resource - New Resource:
rancher2_feature
- Provides a Rancher V2 Feature resource. Just for Rancher v2.5.0 and above
ENHANCEMENTS:
- Updated
rancher2_node_template.openstack_config
to supportboot_from_volume
and related arguments - Added
password
as validcluster_template_questions
type torancher2_cluster
resource - Preserve
cluster_template_answers
forcluster_template_questions
of typepassword
inrancher2_cluster
resource to avoid misleading diffs - Added
nodes
attribute reference torancher2_cluster_sync
resource - Updated go mod to support Rancher
v2.5.6
- Updated acceptance tests to use Rancher
v2.5.6
- Added retry to get k8s default version, if getting forbidden or server error
- Added retry to get V2 catalogs and apps, if getting server error