Releases: rancher/terraform-provider-rke
Releases · rancher/terraform-provider-rke
v1.3.0
CHANGELOG
1.3.0 (Dec 20, 2021)
FEATURES:
- New Argument:
rke_cluster.bastion_host.ignore_proxy_env_vars
- (Optional) Ignore proxy env vars at Bastion Host? Default:false
(bool)
ENHANCEMENTS:
- Updated RKE to v1.3.3
- Updated
rke_cluster.services.kube_api.secrets_encryption_config.custom_config
go struct to proper marshal/unmarshal at RKE v1.3.3
BUG FIXES:
Kubernetes Versions
Kubernetes version |
---|
v1.22.4-rancher1-1 |
v1.21.7-rancher1-1 |
v1.20.13-rancher1-1 |
v1.19.16-rancher1-2 |
v1.18.20-rancher1-3 |
v1.2.5
CHANGELOG
1.2.5 (Dec 10, 2021)
FEATURES:
- New Argument:
rke_cluster.ingress.http_port
- (Optional) Ingress controller http port (int) - New Argument:
rke_cluster.ingress.https_port
- (Optional) Ingress controller https port (int) - New Argument:
rke_cluster.ingress.network_mode
- (Optional) Networt mode for the ingress controller.hostNetwork
,hostPort
andnone
are supported (string)
ENHANCEMENTS:
- Updated RKE to v1.2.14
BUG FIXES:
Kubernetes Versions
Kubernetes version |
---|
v1.20.13-rancher1-1 |
v1.19.16-rancher1-1 |
v1.18.20-rancher1-2 |
v1.17.17-rancher2-3 |
v1.2.4
CHANGELOG
1.2.4 (Oct 12, 2021)
FEATURES:
ENHANCEMENTS:
- Updated RKE to v1.2.13
- Added release binary for darwin arm64
BUG FIXES:
- Fix provider crash if
getClusterState
returns err
Kubernetes Versions
Kubernetes version |
---|
v1.20.11-rancher1-1 |
v1.19.15-rancher1-1 |
v1.18.20-rancher1-2 |
v1.17.17-rancher2-3 |
v1.2.3
v1.2.2
v1.2.1
v1.2.0
1.2.0 (March 3, 2021)
FEATURES:
- New Argument:
rke_cluster.services.etcd.backup_config.timeout
- (Optional/Computed) Set timeout in seconds for etcd backup. Just for RKE v1.2.6 and above
ENHANCEMENTS:
- Updated RKE to v1.2.6
BUG FIXES:
- Fixed example link to default system image tags for RKE
Kubernetes Versions
Kubernetes version |
---|
v1.20.4-rancher1-1 |
v1.19.8-rancher1-1 |
v1.18.16-rancher1-1 |
v1.17.17-rancher2-1 |