Skip to content

Releases: aws/amazon-vpc-cni-k8s

v1.4.0 Release Candidate 2

11 Apr 20:07
14be3e1
Compare
Choose a tag to compare
Pre-release

Second release candidate for the v1.4.0 branch. Note! This release is not approved for production use, it is still being tested.

Changes compared to RC 1

  • Fixed variable error in logging script #382
  • Fixed typos in json types for ENIConfig #394

For running this in your own cluster:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/release-1.4/config/v1.4/aws-k8s-cni.yaml

Check that the CNI version got updated:

kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2
amazon-k8s-cni:v1.4.0-rc2

v1.4.0 Release Candidate 1

04 Apr 18:50
b388426
Compare
Choose a tag to compare
Pre-release

First release candidate for the v1.4.0 branch. Note! This release is not meant for production use, it is still being tested.

For running this in your own cluster:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/release-1.4/config/v1.4/aws-k8s-cni.yaml

Check that the CNI version got updated:

kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2
amazon-k8s-cni:v1.4.0-rc1

v1.3.3 Release

21 Mar 21:42
e6ae776
Compare
Choose a tag to compare
  • Add support for a1 and c5n instance families: PR #349
  • Updated changelog and aws-k8s-cni.yaml: PR #350

v1.3.2 Release

05 Feb 20:20
3d23350
Compare
Choose a tag to compare
  • Corrects number of IPs/ENI for p3dn.24xlarge instances

1.3.1

04 Feb 22:41
1dab5cc
Compare
Choose a tag to compare

1.3.0 release

1.2.1 release

11 Oct 16:26
3735b4a
Compare
Choose a tag to compare

v1.2.0

26 Sep 23:22
8d6101d
Compare
Choose a tag to compare

Changelog

  • Feature - Add hostPort support #153
  • Feature - Add a configuration knob to allow Pod to use different VPC SecurityGroups and Subnet #165
  • Feature - Fix return path of NodePort traffic #130
  • Improvement - Add more error messages during initialization #174
  • Improvement - Check to make it is a Pod object #170
  • Improvement - Maintain the right number of ENIs and its IP addresses in WARM-IP pool #169
  • Improvement - Add support for more instance types: r5, r5d, z1d, t3 #145

v1.1.0

26 Jul 18:22
ab89723
Compare
Choose a tag to compare

Changelog

  • Feature — Versioning with git SHA #106
  • Feature — Ability to configure secondary IP preallocation (#125)
  • Feature — Allow pods communicate with outside VPC without NAT#81
  • Improvement — Added travis CI support #116, #117, #118
  • Improvement — Modify toleration to make aws-node schedule-able on all nodes #128
  • Improvement — Move from TagResources to CreateTags for ENI Tagging #129
  • Improvement — Updated troubleshooting guidelines
  • Bug Fix — Release IP to datastore upon failure #127