Skip to content

Commit

Permalink
Release v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Mogren authored and mogren committed Sep 30, 2019
1 parent 234ba0c commit 0bcb74e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.5.4

* Improvement - [Add support for g4dn instance family](https://github.com/aws/amazon-vpc-cni-k8s/pull/621) (#621, @mogren)
* Improvement - [Set cniVersion in the config to 0.3.1 (required for Kubernetes 1.16)](https://github.com/aws/amazon-vpc-cni-k8s/pull/605) (#605, @mogren)
* Bug fix - [Return delete success for pods that never got scheduled](https://github.com/aws/amazon-vpc-cni-k8s/commit/b0b2fc1be3cdb5cdde9ff4b13094488bf2c39d28) (#623, @mogren)

## v1.5.3

* Bug fix - [Copy the binary and config after ipamd is ready](https://github.com/aws/amazon-vpc-cni-k8s/pull/576) (#576, @mogren)
Expand Down
2 changes: 1 addition & 1 deletion config/v1.5/aws-k8s-cni-1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.3
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.4
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
2 changes: 1 addition & 1 deletion config/v1.5/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.3
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.4
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down

0 comments on commit 0bcb74e

Please sign in to comment.