Skip to content

Commit

Permalink
scripts/lib: bump up aws-k8s-tester to v1.3.1
Browse files Browse the repository at this point in the history
Includes fixes to MNG create panic.

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho authored and mogren committed Jun 9, 2020
1 parent d5e4e00 commit bc04604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ensure_ecr_repo() {
}

ensure_aws_k8s_tester() {
TESTER_RELEASE=${TESTER_RELEASE:-v1.2.6}
TESTER_RELEASE=${TESTER_RELEASE:-v1.3.1}
TESTER_DOWNLOAD_URL=https://github.com/aws/aws-k8s-tester/releases/download/$TESTER_RELEASE/aws-k8s-tester-$TESTER_RELEASE-$OS-$ARCH

# Download aws-k8s-tester if not yet
Expand Down

0 comments on commit bc04604

Please sign in to comment.