diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f052c53..a36ef43c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ This file is used to list changes made in each version of the aws cookbook. ## Unreleased +- [#192][] Fix secondary_ip failure, add windows support, and document in the readme, [@Scythril][] - [#185][] Update the aws-sdk dependency to the 2.2.X release, [@tas50][] - [#189][] Loosen the dependency on the aws-sdk to bring in current releases, [@philoserf][] - [#183][] Load the aws-sdk gem directly in the providers, [@shortdudey123][] -- [#165][] Fix encryption support in EBS Raid, [@DrMerlin][] +- [#165][] Fix encryption support in ebs_raid provider, [@DrMerlin][] - [#190][] Add support for AssumeRole granted credentials using the either provided key or an instance profile, [@knorby][] - [#160][] Add an attribute to define the region if you're not running in AWS [@ubiquitousthey][] - [#162][] Update the Berksfile syntax, [@miketheman][] @@ -155,32 +156,33 @@ This file is used to list changes made in each version of the aws cookbook. - [COOK-610] - Create Snapshot action in aws cookbook should allow description attribute - [COOK-819] - fix documentation bug in aws readme - [COOK-829] - AWS cookbook does not work with most recent right_aws gem but no version is locked in the recipe -- - - -[#60]: https://github.com/chef-cookbooks/aws/issues/60 -[#64]: https://github.com/chef-cookbooks/aws/issues/64 -[#65]: https://github.com/chef-cookbooks/aws/issues/65 -[#74]: https://github.com/chef-cookbooks/aws/issues/74 -[#85]: https://github.com/chef-cookbooks/aws/issues/85 -[#89]: https://github.com/chef-cookbooks/aws/issues/89 -[#90]: https://github.com/chef-cookbooks/aws/issues/90 -[#110]: https://github.com/chef-cookbooks/aws/issues/110 -[#123]: https://github.com/chef-cookbooks/aws/issues/123 -[#124]: https://github.com/chef-cookbooks/aws/issues/124 -[#128]: https://github.com/chef-cookbooks/aws/issues/128 -[#133]: https://github.com/chef-cookbooks/aws/issues/133 -[#154]: https://github.com/chef-cookbooks/aws/issues/154 -[#156]: https://github.com/chef-cookbooks/aws/issues/156 -[#160]: https://github.com/chef-cookbooks/aws/issues/160 -[#162]: https://github.com/chef-cookbooks/aws/issues/162 -[#165]: https://github.com/chef-cookbooks/aws/issues/165 -[#183]: https://github.com/chef-cookbooks/aws/issues/183 -[#185]: https://github.com/chef-cookbooks/aws/issues/185 -[#189]: https://github.com/chef-cookbooks/aws/issues/189 -[#190]: https://github.com/chef-cookbooks/aws/issues/190 -[@dhui]: https://github.com/dhui + + +[#60]: https://github.com/opscode-cookbooks/aws/issues/60 +[#64]: https://github.com/opscode-cookbooks/aws/issues/64 +[#65]: https://github.com/opscode-cookbooks/aws/issues/65 +[#74]: https://github.com/opscode-cookbooks/aws/issues/74 +[#85]: https://github.com/opscode-cookbooks/aws/issues/85 +[#89]: https://github.com/opscode-cookbooks/aws/issues/89 +[#90]: https://github.com/opscode-cookbooks/aws/issues/90 +[#110]: https://github.com/opscode-cookbooks/aws/issues/110 +[#123]: https://github.com/opscode-cookbooks/aws/issues/123 +[#124]: https://github.com/opscode-cookbooks/aws/issues/124 +[#128]: https://github.com/opscode-cookbooks/aws/issues/128 +[#133]: https://github.com/opscode-cookbooks/aws/issues/133 +[#154]: https://github.com/opscode-cookbooks/aws/issues/154 +[#156]: https://github.com/opscode-cookbooks/aws/issues/156 +[#160]: https://github.com/opscode-cookbooks/aws/issues/160 +[#162]: https://github.com/opscode-cookbooks/aws/issues/162 +[#165]: https://github.com/opscode-cookbooks/aws/issues/165 +[#183]: https://github.com/opscode-cookbooks/aws/issues/183 +[#185]: https://github.com/opscode-cookbooks/aws/issues/185 +[#189]: https://github.com/opscode-cookbooks/aws/issues/189 +[#190]: https://github.com/opscode-cookbooks/aws/issues/190 +[#192]: https://github.com/opscode-cookbooks/aws/issues/192 [@DrMerlin]: https://github.com/DrMerlin +[@Scythril]: https://github.com/Scythril +[@dhui]: https://github.com/dhui [@drywheat]: https://github.com/drywheat [@knorby]: https://github.com/knorby [@miketheman]: https://github.com/miketheman @@ -189,4 +191,4 @@ This file is used to list changes made in each version of the aws cookbook. [@purgatorio]: https://github.com/purgatorio [@shortdudey123]: https://github.com/shortdudey123 [@tas50]: https://github.com/tas50 -[@ubiquitousthey]: https://github.com/ubiquitousthey +[@ubiquitousthey]: https://github.com/ubiquitousthey \ No newline at end of file