Releases: kontena/pharos-cluster
Releases · kontena/pharos-cluster
v1.2.2
v1.2.2-rc.1
v1.2.1
v1.2.0
Changes since v1.1.1
- support for multiple operating systems (#362)
- CentOS/RHEL7 support (#410, #425)
- Ubuntu 18.04 support (#362)
- cluster reset command (#432)
- update host-upgrades addon to use pharos-host-upgrades (#393)
- replace heapster with metrics-server (#461)
- enable kubelet authentication token webhook (#460)
- add cluster-service annotation to dashboard to make it visible in cluster-info (#464)
- refresh yum repo metadata on every run (#462)
- don't set default value for ssh user (#457)
- support cri-o on Ubuntu 18.04/CentOS7/RHEL7 (#449)
- update calico to v3.1.3 (#445)
- validate calico ippool cidr against the cluster.yml pod network cidr (#454)
- kured: show deprecation notice (#442)
- update cri-o to v1.10.4 (#456)
- fix Ubuntu bionic docker install version (#452)
- detect systemd-resolved stub resolver at localhost and bypass using kubelet --resolv-conf (#450)
- fix output error when color is disabled (#436)
- don't add --node-ip if cloud.provider is set (#444)
- fix ubuntu xenial cri-o error (#430)
- fix global --version etc by making RootCommand inherit from Pharos::Command (#423)
- handle migration from 1.1.x to 1.2.x (#424)
- rubocop: forget about Lint/SplatKeywordArguments (#447)
v1.2.0-rc.1
v1.2.0-beta.3
Changes since v1.2.0-beta.2
- fix Ubuntu bionic docker install version (#452)
v1.2.0-beta.2
Changes since v1.2.0-beta.1
- update host-upgrades addon to use pharos-host-upgrades (#393)
- support cri-o on Ubuntu 18.04/CentOS7/RHEL7 (#449)
- update calico to v3.1.3 (#445)
- detect systemd-resolved stub resolver at localhost and bypass using kubelet --resolv-conf (#450)
- kured: show deprecation notice (#442)
- fix output error when color is disabled (#436)
- don't add --node-ip if cloud.provider is set (#444)
- fix ubuntu xenial cri-o error (#430)
- rubocop: forget about Lint/SplatKeywordArguments (#447)
v1.2.0-beta.1
Changes since v1.1.1
- support for multiple operating systems (#362)
- CentOS/RHEL7 support (#410, #425)
- Ubuntu 18.04 support (#362)
- fix global --version etc by making RootCommand inherit from Pharos::Command (#423)
- handle migration from 1.1.x to 1.2.x (#424)
Known issues
host-upgrades
&kured
addons don't work with CentOS/RHEL 7
v1.1.1
v1.1.0
Changes since v1.0.2
- Kubernetes 1.10.3 (#384)
- user definable addons (#360)
- OpenEBS add-on (#345, #387)
- configurable node taints (#366)
- configurable http proxy per host (#389)
- configurable image_repository (#385)
- allow to pass addon config from terraform (#382)
- add config option to enable kubelet read-only port (#347)
- install crictl if using crio (#308)
- download cfssl from pharos repository (#391)
- fix kubelet config defaulting (#359)
- refactor addons folder structure (#358)
- better config specs (#363)
- use hostname for finding a node when setting labels (#369)
- remove broken etcd --name logic (#373)
- always disable apt unattended-upgrade (#376)
- refactor master phases (#277)
- rubocop: Disable Lint/SplatKeywordArguments (#364)