Skip to content

Commit

Permalink
bump aws-sdk version and cut iidy v1.6.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
tavisrudd committed Dec 11, 2017
1 parent 7fb8cf3 commit 7b469a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ brew install iidy
### Binary Installation on Other Platforms
```
# Grab the appropriate binary from the releases page.
wget https://github.com/unbounce/iidy/releases/download/v1.6.0-rc5/iidy-linux-amd64.zip
# or wget https://github.com/unbounce/iidy/releases/download/v1.6.0-rc5/iidy-macos-amd64.zip
wget https://github.com/unbounce/iidy/releases/download/v1.6.0-rc6/iidy-linux-amd64.zip
# or wget https://github.com/unbounce/iidy/releases/download/v1.6.0-rc6/iidy-macos-amd64.zip
unzip iidy*.zip
chmod +x iidy
mv iidy /usr/local/bin/ # or somewhere more appropriate
Expand Down Expand Up @@ -335,6 +335,9 @@ commands in `package.json` for details about the build process.
MIT.

## Changelog
* [v1.6.0-rc6](https://github.com/unbounce/iidy/releases/tag/v1.6.0-rc6)
notes are WIP -- December 10, 2017

* [v1.6.0-rc5](https://github.com/unbounce/iidy/releases/tag/v1.6.0-rc5)
work around bug in aws-sdk re presence of ~/.aws & add support for
reusing aws cli sts role cache -- November 22, 2017
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iidy",
"version": "1.6.0-rc4",
"version": "1.6.0-rc6",
"description": "A tool for working with CloudFormation and yaml templates.",
"main": "lib/cli.js",
"types": "lib/index",
Expand All @@ -22,7 +22,7 @@
"npm": ">=4.0"
},
"dependencies": {
"aws-sdk": "^2.153.0",
"aws-sdk": "^2.167.0",
"bluebird": "^3.5.1",
"cli-color": "^1.2.0",
"dateformat": "^2.0.0",
Expand Down

0 comments on commit 7b469a1

Please sign in to comment.