Skip to content

Commit

Permalink
version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Sep 10, 2019
1 parent 4099422 commit 357b1de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
@@ -1,6 +1,18 @@
# __NEXT__


# 1.13.0 (10 September 2019)

## Features

* The `deploy` command no longer requires permission to perform the
globally-scoped AWS IAM action `s3:ListAllMyBuckets`. Instead, it uses the
`HEAD <bucket>` S3 API which requires either `s3:ListBucket`, which can be
scoped to specific buckets in IAM grants, or `s3:HeadBucket`, which is
globally-scoped but does not reveal bucket names. More details on these IAM
actions are in the [S3 documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html#using-with-s3-actions-related-to-buckets).


# 1.12.0 (5 September 2019)

## Features
Expand Down
2 changes: 1 addition & 1 deletion nextstrain/cli/__version__.py
@@ -1 +1 @@
__version__ = '1.12.0'
__version__ = '1.13.0'

0 comments on commit 357b1de

Please sign in to comment.