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.12.0: `kube-aws diff` command, Kubernetes 1.11.x, Initial support for aws-vpc-cni-k8s

26 Oct 13:56
d7e327d
Compare
Choose a tag to compare

Changelog since v0.11.0

Please see our roadmap for details on upcoming releases.

Component versions

Kubernetes: v1.11.3

Features

  • #1451: 0.12 release: remove legacy networking (less is more)(Thanks to @davidmccormick)
  • #1455: feat: kube-aws diff
  • #1463: feat: initial support for amazon-vpc-cni-k8s
  • #1467: Add a Pod Disruption Budget on kube-dns(Thanks to @davidmccormick)
  • #1470: Allow plugins to add kube-controller-manager command line flags.(Thanks to @davidmccormick)
  • #1475: 0.12.x: Allow user control over controller.iam.role.name

Improvements

  • #1456: Bump go to 1.11
  • #1459: Bump Kubernetes version to v1.11.3
  • #1471: renamed the --admission-control flag to --enable-admission-plugins in cloud-config-controller template(Thanks to @avinashpenmetsa)

Bug fixes

  • #1452: fix: encryptionAtRest: true should not break controller nodes
  • #1462: fix: KubernetesDashboard.Enabled: false should not break controllers(Thanks to @RichardAvendano)
  • #1466: Bump calico/typha/flannel, fix cause of calico/typha restarts(Thanks to @davidmccormick)

Other changes

  • #1476: hack: a bit more automated release note generation

v0.11.1

26 Oct 03:15
ed4e60e
Compare
Choose a tag to compare

Features

  • #1474: 0.11.x Branch : Allow user control over controller.iam.role.name(Thanks to @davidmccormick)

Bug fixes

  • #1453: fix: encryptionAtRest: true should not break controller nodes

v0.11.0: K8S v1.10.x, Fine-Grained Stack Updates, and Operatability, Scalability and Security Improvements

25 Sep 08:23
Compare
Choose a tag to compare

Migrating from previous releases

// Special thanks to @davidmccormick who has contributed this migration note!

It is possible to safely migrate an existing kube-aws kubernetes cluster to the v0.11.0 release with the following limitations and warnings: -

  1. You can only migrate an existing cluster successfully from a v0.10.1 release cluster with Kubernetes.Networking.SelfHosting enabled.
  2. Upgrade all the stacks at once - do not attempt to do a partial upgrade.
  3. There will be a kubernetes apiserver outage during the upgrade after the new Networking stack has been created and before the first new Controller has become available (approximately 15-20 minutes). In-cluster applications that do not depend on the kubernetes api will be unaffected but apps and services that make calls to the kubernetes apis must be able to tollerate an outage and recover again.
  4. This release moves 'etcd' servers into their own separate cloudformation stack, which results in new 'etcd' servers being created in parrallel to the existing/legacy 'etcd' servers.
  5. During the upgrade, the existing kubernetes state is exported from the existing/legacy 'etcd' servers by the leader of the new etcd cluster, and imported into the new cluster.
  6. The existing 'etcd' servers are deleted as part of the clean up after the controlplane update succeeds.
  7. Once you have successfully upgraded to the v0.11.0 release with separate Etcd stack the next update will roll the 'etcd' servers removing the migration tools/units.

Features

Improvements

Bug fixes

  • #1290: Fix failing etcd volume attach when upgrading etcd instances(Thanks to @Confushion)
  • #1334: Fix flannel traffic among controllers(Thanks to @cheungpat)
  • #1335: Fix install-kube-system(Thanks to @c-knowles)
  • #1360: Fix duplicate controller role permissions for CloudWatch logging(Thanks to @a-hilaly)
  • #1365: Fix for rpc-statd.service needed to mount NFS file shares(Thanks to @paalkr)
  • #1388: Fix colour causing extra newlines(Thanks to @davidmccormick)
  • #1418: Fix dep ensure empty package issue(Thanks to @davidmccormick)
  • #1426: Fix kube-proxy startup race condition when metric server is enabled.(Thanks to @omar-nahhas)
  • #1446: Fix mfdir setting to prevent controller install failure w/ KIAM disabled(Thanks to @kylegato)
  • #1448: fix: Attach kube-aws controller policy to pre-existing IAM role(Thanks to @Matei207)

Documentation

Refactorings

Other changes

v0.10.2: Fix failing update while enabling self-hosted k8s networking

19 Jul 01:40
533236d
Compare
Choose a tag to compare

We generally recommend you to use v0.10.2 instead of v0.10.1 due to the issue.
Sorry for the inconvenience!

v0.10.1: Support for live migration to v0.11.x

17 Jul 09:00
a0cb160
Compare
Choose a tag to compare

Please refer to the release note of the upcoming v0.11.0 release for migration steps.

Special thanks to @davidmccormick who contributed many enhancements that made it possible 🎉

Cluster bootstrap stability fix on top of v0.9.10

08 May 00:20
a55c665
Compare
Choose a tag to compare

Fixed seemingly a critial bug found in v0.9.10. Use this release instead of the latest feature release v0.9.10.

Also, according to our direction to better utilize semantic versioning, this release has a minor version bump.
The next feature release would be v0.11.0. In case we get to cut the hotfix release, it will be versioned v0.10.1.

Bug fixes

  • #1281: Fix etcd breakage due to strange systemd behavior
  • #1282: Fix temporary kubelet.service failures

v0.9.10: Kubernetes 1.9.x, Self Hosted Calico + Flannel, GPU support via device plugin, IPVS proxy mode, More fine-grained IAM roles management w/ kube2iam and kiam

03 May 17:48
Compare
Choose a tag to compare

SEEMS TO BE BROKEN. See #1280 for more information. Probably v0.10.0 will be cut soon with the fix proposed there.

Changelog since v0.9.9

Please see our roadmap for details on upcoming releases.

Component versions

Kubernetes: v1.9.3
Etcd: v3.2.13
Calico: v
Helm/Tiller: v2.6.0

Actions required

Features

  • #1066: Added Priority to the admissioncontrol list(Thanks to @zonzamas)
  • #1074: Add [experimental] option for using IPVS proxy mode(Thanks to @ivanilves)
  • #1086: controlplane config: Rotate Certificates on workers kubelet(Thanks to @zonzamas)
  • #1090: Set V4 signatures to enable kube-resources-autosave to work in all regions(Thanks to @whereisaaron)
  • #1092: Allow exposing several ports so that external Prometheus can scrape K8S system components' metrics(Thanks to @zach-dunton-sf)
  • #1098: Add missing admission controllers(Thanks to @danielfm)
  • #1108: Add RotateKubeletClientCertificate feature gate automatically when rotating certificates(Thanks to @zonzamas)
  • #1113: Add support for CloudFormation service role
  • #1116: conditionally deploy kube-dns to controllers(Thanks to @zonzamas)
  • #1117: Add priorityClassName to cloud-config-controller(Thanks to @sergi)
  • #1123: Add [optional] explicit IAM role specification to NodeDrainer(Thanks to @ivanilves)
  • #1127: Swap out wget for curl in node drainer scripts(Thanks to @c-knowles)
  • #1129: Template kube-dns-autoscaler parameters(Thanks to @SomeoneWeird)
  • #1134: feat(integration): kiam support
  • #1141: Add Mutating/ValidatingAdmissionWebhook to Admission Control List(Thanks to @shraykay)
  • #1164: Apply Kiam TLS Secrets to kube-system(Thanks to @kevtaylor)
  • #1167: Change bash to sh in autosave(Thanks to @kevtaylor)
  • #1172: added autoscaling:DescribeAutoScalingGroups to stack-template(Thanks to @luck02)
  • #1177: Integrate s3-uri flag into cluster.yml(Thanks to @jorge07)
  • #1178: Ask for confirmation in destroy command(Thanks to @jorge07)
  • #1179: Correct insignificant error message typo(Thanks to @whereisaaron)
  • #1181: Enable DescribeLaunchConfigurations(Thanks to @luck02)
  • #1184: Add IAM roles for resources auto saver(Thanks to @kevtaylor)
  • #1195: Add networking-daemonsets feature(Thanks to @davidmccormick)
  • #1197: do not use metric server when metricsServers addon is disabled(Thanks to @Fsero)
  • #1201: Make CoreOS AMI ID mandatory in cluster YAML(Thanks to @jorge07)
  • #1202: Dedicated Service account / Cluster Role for Tiller Deploy(Thanks to @kylehodgetts)
  • #1205: core: add OwnerReferencesADM(Thanks to @luck02)
  • #1222: Add GPU support for kubernetes 1.9+ using device plugins(Thanks to @Lemmons)
  • #1227: Enable user provided service-account-signing-keys(Thanks to @davidmccormick)
  • #1228: Another implementation of user-data fingerprinting(Thanks to @davidmccormick)
  • #1234: handle kubectl apply failures by trying delete+create(Thanks to @davidmccormick)
  • #1235: Bug/flannel cni binary install(Thanks to @davidmccormick)
  • #1239: KIAMImage should affect server as well as client.(Thanks to @davidmccormick)
  • #1243: Admission Controller for PersistentVolumeClaimResize(Thanks to @kevtaylor)
  • #1244: Inherit controlplane Kubenetes-Newtworking config in node pools.(Thanks to @davidmccormick)
  • #1249: [Canal] Support tainted worker(Thanks to @ArchiFleKs)

Improvements

Bug fixes

Documentation

Refactorings

  • #1263: removed unused s3 flags from commands(Thanks to @pete911)

Other changes

  • #1114: Migrate to golang/dep
  • #1189: closes #1186 - commit generated templates so project can be imported(Thanks to @pete911)
  • #1224: closes #1223 added generated templates back to .gitignore(Thanks to @pete911)

v0.9.10-rc.5

24 Apr 14:28
1ada46c
Compare
Choose a tag to compare
v0.9.10-rc.5 Pre-release
Pre-release

Changelog since v0.9.10-rc.4

Please see our roadmap for details on upcoming releases.

Features

Improvements

Documentation

v0.9.10-rc.4

19 Apr 10:16
c583606
Compare
Choose a tag to compare
v0.9.10-rc.4 Pre-release
Pre-release

Changelog since v0.9.10-rc.3

Please see our roadmap for details on upcoming releases.

Component versions

Kubernetes: v1.9.3

Features

  • #1243: Admission Controller for PersistentVolumeClaimResize(Thanks to @kevtaylor)

Improvements

v0.9.10-rc.3

13 Apr 15:06
53bc676
Compare
Choose a tag to compare
v0.9.10-rc.3 Pre-release
Pre-release

Changelog since v0.9.10-rc.2

Please see our roadmap for details on upcoming releases.

Component versions

Kubernetes: v1.9.3

Features

  • #1236: Bump Kubernetes to v1.9.3