Skip to content

Commit

Permalink
scripts/lib/aws: bump up tester version v0.9.1
Browse files Browse the repository at this point in the history
Fix bugs around public subnet creation

Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho authored and mogren committed Mar 24, 2020
1 parent 8ffcd8a commit a3bc00d
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:-v0.8.5}
TESTER_RELEASE=${TESTER_RELEASE:-v0.9.1}
TESTER_DOWNLOAD_URL=https:/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 a3bc00d

Please sign in to comment.