Skip to content

Commit

Permalink
Update changelog and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Mogren authored and mogren committed Apr 2, 2020
1 parent 1f63a37 commit ec833bd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# v1.5.7

* Improvement - [New AL2 image with iptables-1.8.2](https:/aws/amazon-vpc-cni-k8s/pull/894) (@mogren)
* Improvement - [Enable the `-buildmode=pie` flag for the binaries](https:/aws/amazon-vpc-cni-k8s/pull/894) (@mogren)
* Improvement - [Disable IPv6 RA and ICMP redirects on host-side veth](https:/aws/amazon-vpc-cni-k8s/pull/894) (@anguslees)

# v1.5.6

* ARM64 preview custom build only

# v1.5.5

* Bug fix - [Revert "Return delete success for pods that never got scheduled"](https:/aws/amazon-vpc-cni-k8s/pull/672/commits/474479d7455f41c514ffcd58390a2a3ebae26de5) (#672, @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.5
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.7
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
14 changes: 12 additions & 2 deletions config/v1.5/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down Expand Up @@ -54,6 +53,8 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "10%"
selector:
matchLabels:
k8s-app: aws-node
Expand All @@ -76,12 +77,16 @@ spec:
operator: In
values:
- amd64
- key: eks.amazonaws.com/compute-type
operator: NotIn
values:
- fargate
serviceAccountName: aws-node
hostNetwork: true
tolerations:
- operator: Exists
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.5
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.7
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand All @@ -108,6 +113,8 @@ spec:
name: log-dir
- mountPath: /var/run/docker.sock
name: dockersock
- mountPath: /var/run/dockershim.sock
name: dockershim
volumes:
- name: cni-bin-dir
hostPath:
Expand All @@ -121,6 +128,9 @@ spec:
- name: dockersock
hostPath:
path: /var/run/docker.sock
- name: dockershim
hostPath:
path: /var/run/dockershim.sock

---
apiVersion: apiextensions.k8s.io/v1beta1
Expand Down
2 changes: 1 addition & 1 deletion config/v1.5/cni-metrics-helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
spec:
serviceAccountName: cni-metrics-helper
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.5.5
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.5.7
imagePullPolicy: Always
name: cni-metrics-helper
env:
Expand Down

0 comments on commit ec833bd

Please sign in to comment.