From 59306efa5bcb20d4613568fe4e8aade66e061cfb Mon Sep 17 00:00:00 2001 From: Max Williams Date: Thu, 12 Mar 2020 12:14:53 +0100 Subject: [PATCH] Update AWS CLI to 1.18.18 We need version [1.16.210](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst#116210) for STS AssumeRoleWithWebIdentity but might as well just jump to the latest release? --- dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sh b/dependencies.sh index 7038f0e..2905aee 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -6,7 +6,7 @@ sudo apt-get update # python and awscli sudo apt-get install -qq -y python-pip libpython-dev sudo curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py -sudo pip install -q awscli==1.16.180 --upgrade # lock version +sudo pip install -q awscli==1.18.18 --upgrade # lock version # jq json parser sudo apt-get install jq