Commit dc38c8b8 by Feanil Patel

Update to the latest awscli.

Prompted because the awscli on go-agents needs to be above 1.10.47 to be
able to take advantage of IAM roles for tasks automatically.
parent 23466e32
......@@ -58,7 +58,7 @@ RUN \
# Install AWS command-line interface - for AWS operations in a go-agent task.
RUN pip install awscli
RUN pip install awscli>=1.11.58
# !!!!NOTICE!!!! ---- Runner of this pipeline take heed!! You must replace go_github_key.pem with the REAL key material
# that can checkout private github repositories used as pipeline materials. The key material here is faked and is only
......
......@@ -44,7 +44,7 @@ aws_debian_pkgs:
aws_pip_pkgs:
- https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
- awscli==1.10.28
- awscli==1.11.58
- boto=="{{ common_boto_version }}"
- s3cmd==1.6.1
......
......@@ -12,7 +12,7 @@ python-simple-hipchat==0.2
prettytable==0.7.2
# Don't forget to update the version of this installed in
# the aws role as well.
awscli==1.10.28
awscli==1.11.58
requests==2.9.1
datadog==0.8.0
networkx==1.11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment