Skip to content

Releases: rancher/rke

v0.1.1: Merge pull request #331 from galal-hussein/copy_local_dialer

07 Feb 21:31
9a234cc
Compare
Choose a tag to compare
Copy local connection Dialer factory on update

v0.1.1-rc1

01 Feb 22:34
313360b
Compare
Choose a tag to compare
  • etcd TLS #174
  • Performance enhancements #299 #297 #300 #298
  • Fix for local deployment #283
  • Refactor PKI and certificate generation #174
  • Private registries #276
  • Kubernetes version parameter #289
  • Nginx Ingress controller #290
  • Adding Labels to nodes #290

v0.1.0

25 Jan 22:03
1bcaaef
Compare
Choose a tag to compare
  • Ports check between hosts.
  • Manage etcd nodes by running unschedulable kubelet along with etcd.

v0.0.12-dev

15 Jan 21:53
Compare
Choose a tag to compare
  • Fix regression bug with ssh encrypted keys. #192
  • Start stopped k8s components #234
  • Handling Etcd Add/Remove #255
  • Saving certificate in remote etcd host as a backup #224

v0.0.11-dev: Merge pull request #180 from galal-hussein/local_rke

12 Jan 22:29
9e5d469
Compare
Choose a tag to compare
Add local option to deploy/remove kubernetes on local machine

v0.0.10-dev: Merge pull request #210 from galal-hussein/passphrased_ssh

12 Jan 21:58
7ee4c9c
Compare
Choose a tag to compare

v0.0.9-dev

02 Jan 22:17
1dd5b92
Compare
Choose a tag to compare
  • Healthcheck on services components
  • RBAC and PodSecurityPolicy support
  • Go templates for Addons/Network resources manifests
  • Concurrency for Workers deployment
  • --iface option to flannel deployment
  • Calico support to AWS nodes
  • Ceph RBD support
  • Bug fixes #113 #119 #120 #124 #137 #149 #169

v0.0.8-dev

05 Dec 20:10
43d3342
Compare
Choose a tag to compare
  • Support for Airgap installations #84
  • Add ssh key and path fields per host #92
  • Add roles for worker,etcd, and master nodes #69
  • Refactor Reconciliation #72 #66
  • Check for Docker API version on remote hosts #60
  • Add kubedns autoscaler #68
  • More bug fixes #83 #104 #70 #79

v0.0.7-dev

29 Nov 02:12
6fafe7b
Compare
Choose a tag to compare
  • Use official rancher images for helper containers

v0.0.6-dev

28 Nov 23:09
5876560
Compare
Choose a tag to compare
  • Fixes for #54, #53, #52, #50, #41, #36, #61
  • Changes to RKE config structure:
    • ip to address which now accepts both IPs/FQDN
    • advertised_address to internal_address which now defaults to address
    • advertised_hostname to hostname_override which now is optional and defaults to address
  • Remove cluster from the command and change --cluster-file to --config.
  • Remove upgrade command and use up for upgrade too.