v1.17.0
CHANGELOG
1.17.0 (August 12, 2021)
FEATURES:
- New Argument:
rancher2_cluster.rke_config.ingress.tolerations- (Optional) Ingress add-on tolerations (list) - New Argument:
rancher2_cluster.rke_config.monitoring.tolerations- (Optional) Monitoring add-on tolerations (list) - New Argument:
rancher2_cluster.rke_config.network.tolerations- (Optional) Network add-on tolerations (list) - New Argument:
rancher2_cluster.rke_config.dns.options- (Optional) DNS add-on options (map) - New Argument:
rancher2_cluster.rke_config.dns.tolerations- (Optional) DNS add-on tolerations (list) - New Argument:
rancher2_cluster.oke_config.enable_private_control_plane- (Optional) Specifies whether Kubernetes API endpoint is a private IP only accessible from within the VCN. Defaultfalsefor Rancher v2.5.10 or above (bool) - New Data Source:
rancher2_storage_class_v2- Provides Rancher Storage Class v2 data source. Available at Rancher v2.5.x and above. - New Resource:
rancher2_storage_class_v2- Provides Rancher Storage Class v2 resource. Available at Rancher v2.5.x and above.
ENHANCEMENTS:
- Added
tolerationsschema, structure and tests - Updated
rancher2_clusterresource to properly generate cluster registration token - Minor
rancher2_catalog_v2andrancher2_secret_v2datasource docs update - Added verb
deletecollectionto policy rule - Updated
WaitForClusterStatefunction to check for cluster transitioning before return error
BUG FIXES:
- Updated
rancher2_notifierresource to be replaced on update - Fixed
rancher2_cluster.eks_config_v2to avoid false diff - Updated
rancher2_notifierresource to be replaced on update - Updated
rancher2_clusterdocs to proper format yaml examples