Skip to content

Releases: kontena/pharos-cluster

v1.2.2

19 Jul 13:51
8da4409
Compare
Choose a tag to compare

Changes since v1.2.1

  • Fix LabelNodes to not clear taints when only patching labels (#471)
  • Upgrade kubernetes 1.10.5 (#478)
  • Bump xenial to docker version 17.03.2 from xenial-updates docker.io (#477)
  • Upgrade cri-o to v1.10.6 (#480)

Changes since v1.2.2-rc.1

None

v1.2.2-rc.1

18 Jul 14:49
52a408f
Compare
Choose a tag to compare
v1.2.2-rc.1 Pre-release
Pre-release
  • Fix LabelNodes to not clear taints when only patching labels (#471)
  • Upgrade kubernetes 1.10.5 (#478)
  • Bump xenial to docker version 17.03.2 from xenial-updates docker.io (#477)
  • Upgrade cri-o to v1.10.6 (#480)

v1.2.1

28 Jun 14:23
Compare
Choose a tag to compare

Changes since v1.2.0

  • fix dry-struct warnings (#467)

v1.2.0

28 Jun 13:42
Compare
Choose a tag to compare

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

27 Jun 12:51
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

Changes since v1.2.0-beta.3

  • cluster reset command (#432)
  • validate calico ippool cidr against the cluster.yml pod network cidr (#454)
  • don't set default value for ssh user (#457)
  • update cri-o to v1.10.4 (#456)

v1.2.0-beta.3

26 Jun 12:32
Compare
Choose a tag to compare
v1.2.0-beta.3 Pre-release
Pre-release

Changes since v1.2.0-beta.2

  • fix Ubuntu bionic docker install version (#452)

v1.2.0-beta.2

26 Jun 11:39
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

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

12 Jun 12:37
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

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

11 Jun 07:57
Compare
Choose a tag to compare

Changes since v1.1.0

  • kubernetes 1.10.4 (#417)
  • add front-proxy CA to shared cert list (#414)

v1.1.0

06 Jun 11:14
Compare
Choose a tag to compare

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)