Commit af76f08f by Feanil Patel Committed by GitHub

Merge pull request #3745 from edx/feanil/update_awscli

Update to the latest awscli.
parents 8f9adf9f 5999028a
...@@ -58,7 +58,7 @@ RUN \ ...@@ -58,7 +58,7 @@ RUN \
# Install AWS command-line interface - for AWS operations in a go-agent task. # 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 # !!!!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 # 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: ...@@ -44,7 +44,7 @@ aws_debian_pkgs:
aws_pip_pkgs: aws_pip_pkgs:
- https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz - https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
- awscli==1.10.28 - awscli==1.11.58
- boto=="{{ common_boto_version }}" - boto=="{{ common_boto_version }}"
- s3cmd==1.6.1 - s3cmd==1.6.1
......
...@@ -12,7 +12,7 @@ python-simple-hipchat==0.2 ...@@ -12,7 +12,7 @@ python-simple-hipchat==0.2
prettytable==0.7.2 prettytable==0.7.2
# Don't forget to update the version of this installed in # Don't forget to update the version of this installed in
# the aws role as well. # the aws role as well.
awscli==1.10.28 awscli==1.11.58
requests==2.9.1 requests==2.9.1
datadog==0.8.0 datadog==0.8.0
networkx==1.11 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