CHANGELOG
1.11.0 (January 08, 2021)
FEATURES:
- New Argument:
rancher2_node_template.hetzner_config
- (Optional) Hetzner config for the Node Template (list maxitems:1) - New Argument:
rancher2_cluster.rke_config.dns.linear_autoscaler_params
- (Optional) LinearAutoScalerParams dns config (list Maxitem: 1) - New Argument:
rancher2_cluster.rke_config.dns.update_strategy
- (Optional) DNS update strategy (list Maxitems: 1) - New Argument:
rancher2_notifier.dingtalk_config
- (Optional) Dingtalk config for notifier (list maxitems:1) - New Argument:
rancher2_notifier.msteams_config
- (Optional) MSTeams config for notifier (list maxitems:1) - New Data Source:
rancher2_global_dns_provider
- Provides a Rancher V2 Global DNS Provider data source - New Resource:
rancher2_global_dns
- Provides a Rancher V2 Global DNS resource - New Resource:
rancher2_global_dns_provider
- Provides a Rancher V2 Global DNS Provider resource
ENHANCEMENTS:
- Updated
rancher2_app_v2.chart_version
as optional/computed argument. Deploying latest app v2 version ifchart_version
is not provided - Updated
rancher2_app_v2.wait
default value totrue
- Updated go mod to support Rancher
v2.5.4
- Updated acceptance tests to use Rancher
v2.5.4
BUG FIXES:
- Fixed
rancher2_cluster
resource, added retry when enabling cluster monitoring and got apierr 500. rancher/rancher#30188 - Fixed
rancher2_cluster
datasource error, whenrke_config.services.kube_api.secrets_encryption_config.custom_config
orrke_config.services.kube_api.event_rate_limit.configuration
are set. #546 - Fixed
rancher2_cluster_template
required argument definition on docs - Fixed
Apps & marketplace
guide for Rancher v2.5.0 format - Fixed doc examples for activedirectory, freeipa and openldap auth providers
- Fixed
rancher2_app_v2
resource to properly pass global values to sub charts. #545 - Fixed
rancher2_app_v2
resource to don't override name nor namespace on App v2 not certified by rancher - Fixed
rancher2_cluster
docs, adding missedgke_config.enable_master_authorized_network
argument