Skip to content

Commit

Permalink
Update config files for v1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Mogren authored and mogren committed Apr 25, 2020
1 parent 7a40d90 commit b3b2784
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1-rc1
## v1.6.1
* Feature - [Support architecture targeted builds](https://github.com/aws/amazon-vpc-cni-k8s/pull/837) (#837, @jahkeup)
* Feature - [Zap logger](https://github.com/aws/amazon-vpc-cni-k8s/pull/824) (#824, @nithu0115)
* Improvement - [Run conformance test as part of PR/Release certification](https://github.com/aws/amazon-vpc-cni-k8s/pull/851) (#851, @SaranBalaji90)
Expand Down
2 changes: 1 addition & 1 deletion config/v1.6/aws-k8s-cni-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.6.1-rc1
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.6.1
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down
2 changes: 1 addition & 1 deletion config/v1.6/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.1-rc1
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.1
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 @@ -77,7 +77,7 @@ spec:
spec:
serviceAccountName: cni-metrics-helper
containers:
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/cni-metrics-helper:v1.6.1-rc1
- image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/cni-metrics-helper:v1.6.1
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 @@ -77,7 +77,7 @@ spec:
spec:
serviceAccountName: cni-metrics-helper
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.6.1-rc1
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.6.1
imagePullPolicy: Always
name: cni-metrics-helper
env:
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ KUBECTL_PATH=${KUBECTL_PATH:-$TESTER_DIR/kubectl}
LOCAL_GIT_VERSION=$(git describe --tags --always --dirty)
# The stable image version is the image tag used in the latest stable
# aws-k8s-cni.yaml manifest
STABLE_IMAGE_VERSION=${STABLE_IMAGE_VERSION:-v1.6.0}
STABLE_IMAGE_VERSION=${STABLE_IMAGE_VERSION:-v1.6.1}
TEST_IMAGE_VERSION=${IMAGE_VERSION:-$LOCAL_GIT_VERSION}
# The CNI version we will start our k8s clusters with. We will then perform an
# upgrade from this CNI to the CNI being tested (TEST_IMAGE_VERSION)
Expand Down

0 comments on commit b3b2784

Please sign in to comment.