Skip to content

Commit

Permalink
changelog and config file changes for v1.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn committed Aug 11, 2020
1 parent ada2234 commit e56fea9
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.6.4-rc1
## v1.6.4
* Bug - [Use docker/CRI to discover pods at node init](https://github.com/aws/amazon-vpc-cni-k8s/pull/1118) (#1118, @fawadkhaliq)

## v1.6.3
Expand Down
3 changes: 2 additions & 1 deletion config/v1.6/aws-k8s-cni-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
operator: In
values:
- amd64
- arm64
- key: "eks.amazonaws.com/compute-type"
operator: NotIn
values:
Expand All @@ -86,7 +87,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.6.3
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.6.4
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
3 changes: 2 additions & 1 deletion config/v1.6/aws-k8s-cni-us-gov-east-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
operator: In
values:
- amd64
- arm64
- key: "eks.amazonaws.com/compute-type"
operator: NotIn
values:
Expand All @@ -99,7 +100,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni:v1.6.3
- image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni:v1.6.4
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
3 changes: 2 additions & 1 deletion config/v1.6/aws-k8s-cni-us-gov-west-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
operator: In
values:
- amd64
- arm64
- key: "eks.amazonaws.com/compute-type"
operator: NotIn
values:
Expand All @@ -99,7 +100,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni:v1.6.3
- image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni:v1.6.4
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
4 changes: 3 additions & 1 deletion config/v1.6/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
operator: In
values:
- amd64
- arm64
- key: "eks.amazonaws.com/compute-type"
operator: NotIn
values:
Expand All @@ -90,6 +91,7 @@ spec:
operator: In
values:
- amd64
- arm64
- key: "eks.amazonaws.com/compute-type"
operator: NotIn
values:
Expand All @@ -99,7 +101,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.4-rc1
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.4
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
2 changes: 1 addition & 1 deletion config/v1.6/cni-metrics-helper-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
spec:
serviceAccountName: cni-metrics-helper
containers:
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/cni-metrics-helper:v1.6.3
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/cni-metrics-helper:v1.6.4
imagePullPolicy: Always
name: cni-metrics-helper
env:
Expand Down
2 changes: 1 addition & 1 deletion config/v1.6/cni-metrics-helper-us-east-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
spec:
serviceAccountName: cni-metrics-helper
containers:
- image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/cni-metrics-helper:v1.6.3
- image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/cni-metrics-helper:v1.6.4
imagePullPolicy: Always
name: cni-metrics-helper
env:
Expand Down
2 changes: 1 addition & 1 deletion config/v1.6/cni-metrics-helper-us-gov-west-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
spec:
serviceAccountName: cni-metrics-helper
containers:
- image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/cni-metrics-helper:v1.6.3
- image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/cni-metrics-helper:v1.6.4
imagePullPolicy: Always
name: cni-metrics-helper
env:
Expand Down
2 changes: 1 addition & 1 deletion config/v1.6/cni-metrics-helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
spec:
serviceAccountName: cni-metrics-helper
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.6.3
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.6.4
imagePullPolicy: Always
name: cni-metrics-helper
env:
Expand Down

0 comments on commit e56fea9

Please sign in to comment.