Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Releases: kubernetes-retired/kube-aws

v0.16.4

23 Sep 16:28
c74d91e
Compare
Choose a tag to compare

Changelog since v0.16.3

This release contains another important regression fixes.

Component versions

Kubernetes: v1.16.10
Etcd: v3.4.9
Calico: v3.11.1

Fixes

v0.16.3

10 Sep 11:02
ce5faab
Compare
Choose a tag to compare

Changelog since v0.16.2

This release contains another important regression fixes.

Component versions

Kubernetes: v1.16.10
Etcd: v3.4.9
Calico: v3.11.1

Features

  • #1892: KIAM updates to support assumeRoleArn functionalilty (Thanks to @dominicgunn)
  • #1895: Allow dnsmasq to be backed by a local copy of CoreDNS (Thanks to @kfr2 )

Other Changes

v0.14.7

25 Aug 12:00
34bb80a
Compare
Choose a tag to compare

Changelog since v0.14.6

This is a special release of the v0.14.x for legacy users that have yet to migrate (this version of Kubernetes is unsupported so please plan your migration to the newer releases).

Component versions

Kubernetes: v1.14.9
Etcd: v3.2.26

Fixes

  • #1900: CoreDNS Local Templating issue. (Thanks to @DGunn)
  • #1901: Fix reference to .KubeDns.DNSMasq. (Thanks to @kfr )
  • #1902: lways create dnsmasq-node-coredns-local.yaml. (Thanks to @kfr2)

v0.16.2

06 Jul 10:56
4c8ca96
Compare
Choose a tag to compare

Changelog since v0.16.1

This release contains another important regression fixes.

Component versions

Kubernetes: v1.16.10
Etcd: v3.4.9
Calico: v3.11.1

Features

Other Changes

v0.15.3

03 Jul 14:49
566f54b
Compare
Choose a tag to compare

Changelog since v0.15.2

This release switches the host OS from CoreOS to Flatcar as CoreOS is now EOL. This should be a seemless change and we do not expect to see disruption from the change.

Component versions

Kubernetes: v1.15.9
Etcd: v3.3.18

Features

v0.14.6

03 Jul 14:07
ae2f65a
Compare
Choose a tag to compare

Changelog since v0.14.5

This is a special release of the v0.14.x for legacy users that have yet to migrate (this version of Kubernetes is unsupported so please plan your migration to the newer releases).

Component versions

Kubernetes: v1.14.9
Etcd: v3.2.26

Features

  • #1875: Allow injection of CoreDNS configuration for non-root zone (Thanks to @kfr2)

Other changes

  • #1877: Add proper indentation to additional zone CoreDNS config (Thanks to @kfr2)

v0.12.8

03 Jul 11:17
e076ef2
Compare
Choose a tag to compare

Changelog since v0.12.7

This is a special release of the v0.12.x for legacy users that have yet to migrate (this version of Kubernetes is unsupported so please plan your migration to the newer releases).

Component versions

Kubernetes: v1.11.3
Etcd: v3.2.13

Features

v0.16.1

01 Jun 10:45
f2781f8
Compare
Choose a tag to compare

Changelog since v0.16.0

This release contains another important regression fixes.

Component versions

Kubernetes: v1.16.10
Etcd: v3.4.9
Calico: v3.11.1

Fixes

v0.16.0

28 May 11:07
a43cd06
Compare
Choose a tag to compare

Component versions

Kubernetes: v1.16.10
Etcd: v3.4.9
Calico: v3.11.1

Upgrade notes

An upgrade-in-place has not been tested with this release but is believed to work just fine. There are a handful of known issues with large clusters or clusters that use etcd in ENI mode.

If this is use, it is instead recommended to stand up a new cluster and failover to it, using a backup & recovery strategy, if this is something your team hasn't yet practiced then we recommend investigating Velero.

OS Changes

This release switches the host OS from CoreOS to Flatcar as CoreOS is now EOL. This should be a seemless change and we do not expect to see disruption from the change.

Features

  • #1819: Add support for Kubernetes 1.16.x (Thanks to @davidmccormick)
  • #1828: Add support to skip etcd iops performance check. (Thanks to @zonzamas)
  • #1848: Configurable SubnetLen for Flannel in large clusters. (Thanks to @Fsero)
  • #1854: All the ability to disable ICMP on 0.0.0.0/0 (Thanks to @HarryStericker)
  • #1863: Switches the default OS from CoreOS to Flatcar (Thanks to @dominicgunn)
  • #1859: KIAM Server can now be given a specified port-name, useful for Istio users where the default port-name causes broken routing (Thanks to @dominicgunn)
  • #1860: Pod autoscaler rest client can now be used independently of the metrics-server addon in kube-aws (Thanks to @dominicgunn)

Fixes

Improvements

  • #1820: Upgrade Go from v1.11.x to v1.13.x (Thanks to @chenrui333)
  • #1821: Move to Go Modules (Thanks to @chenrui333)
  • #1857: kube-aws now explicitly lists the enabled admission controllers (Thanks to @dominicgunn)
  • #1858: The value for kubernetes.io/cluster/X tags are now owned as opposed to empty or true to help prevent cluster drift. (Thanks to @dominicgunn).
  • #1864: Canal configuration has been updated to more closely match that of kops, primarily moving the initContainer logic to prevent race conditions on start-up. (Thanks to @dominicgunn)

v0.12.7

27 May 10:44
d268c5a
Compare
Choose a tag to compare

Changelog since v0.12.6

This is a special release of the v0.12.x for legacy users that have yet to migrate (this version of Kubernetes is unsupported so please plan your migration to the newer releases).

Component versions

Kubernetes: v1.11.3
Etcd: v3.2.13

Features