From e5f2b85c5a0ab7301e095dd8a25ddae9efaf1af9 Mon Sep 17 00:00:00 2001 From: Claes Mogren Date: Sat, 3 Aug 2019 13:52:36 -0700 Subject: [PATCH] Release v1.5.2 --- CHANGELOG.md | 13 +++++++++++++ config/v1.5/aws-k8s-cni-1.10.yaml | 2 +- config/v1.5/aws-k8s-cni.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d1d10a23..9fb1fa5049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.5.2 +* Bug fix - [Fix formatting flag](https://github.com/aws/amazon-vpc-cni-k8s/pull/521) (#521, @uthark) +* Bug fix - [Fix formatting issue](https://github.com/aws/amazon-vpc-cni-k8s/pull/524) (#524, @uthark) +* Bug fix - [Detach ENI before deleting](https://github.com/aws/amazon-vpc-cni-k8s/pull/538) (#538, @uthark) +* Improvement - [Adding healthz endpoint to IPamD](https://github.com/aws/amazon-vpc-cni-k8s/pull/548) (#548, @nithu0115) +* Improvement - [Adding new m5 and r5 instances](https://github.com/aws/amazon-vpc-cni-k8s/pull/518) (#518, @mogren) +* Improvement - [t3a.small only have 2 ENIs](https://github.com/aws/amazon-vpc-cni-k8s/pull/543) (#543, @mogren) +* Improvement - [Updating AWS Go SDK version](https://github.com/aws/amazon-vpc-cni-k8s/pull/549) (#549, Nordlund, Eric) +* Improvement - [Reduce the wait time when checking for pods without IPs](https://github.com/aws/amazon-vpc-cni-k8s/pull/552) (#552, @mogren) +* Improvement - [Update start script to wait for ipamd health](https://github.com/aws/amazon-vpc-cni-k8s/pull/472) (#552, @mogren) +* Improvement - [Hide health check output](https://github.com/aws/amazon-vpc-cni-k8s/pull/569) (#569, @mogren) +* Improvement - [Support c5.12xlarge and c5.24xlarge](https://github.com/aws/amazon-vpc-cni-k8s/pull/510) (#510, @mogren) + ## v1.5.1 * Bug fix - [Ignore namespace for custom eniconfig watch](https://github.com/aws/amazon-vpc-cni-k8s/pull/561) (#561, @mogren) diff --git a/config/v1.5/aws-k8s-cni-1.10.yaml b/config/v1.5/aws-k8s-cni-1.10.yaml index 5b41fea76c..c177c52d6b 100644 --- a/config/v1.5/aws-k8s-cni-1.10.yaml +++ b/config/v1.5/aws-k8s-cni-1.10.yaml @@ -69,7 +69,7 @@ spec: tolerations: - operator: Exists containers: - - image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.1 + - image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.2 imagePullPolicy: Always ports: - containerPort: 61678 diff --git a/config/v1.5/aws-k8s-cni.yaml b/config/v1.5/aws-k8s-cni.yaml index 0b0c8e1590..23e35c31d4 100644 --- a/config/v1.5/aws-k8s-cni.yaml +++ b/config/v1.5/aws-k8s-cni.yaml @@ -81,7 +81,7 @@ spec: tolerations: - operator: Exists containers: - - image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.1 + - image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.2 imagePullPolicy: Always ports: - containerPort: 61678