From a73e66524048e0804b90b895e4463a5e597ef264 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 28 Jun 2015 09:46:45 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 41 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5134d0..59437d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v2.7.2 (Unreleased) + +- [#124][] Retain compatibility with Chef 11, [@dhui][] +- [#128][] Use correct pageable response from `aws-sdk` v2 update, [@drywheat][] +- [#133][] Fix ELB registration to detect correctly, deregister fix, [@purgatorio][] +- [#154][] Update the contributing guide, [@miketheman][] +- [#156][] Fix `ebs_raid` behavior without a `snapshot_id`, [@mkantor][] +- Updates for ignores, use correct supermarket url, [@tas50][] + v2.7.1 (2015-06-04) ------------------- - Adding support for aws_session_token @@ -11,12 +20,12 @@ v2.7.0 (2015-04-06) v2.6.6 (2015-05-06) ------------------- -- [#123] Cleans up README and adds more metadata +- [#123][] Cleans up README and adds more metadata v2.6.5 (2015-03-19) ------------------- -- #110, fixes `chef_gem` compile time usage, also in conjunction with `chef-sugar` and Chef 11 +- [#110][] Fix `chef_gem` compile time usage, also in conjunction with `chef-sugar` and Chef 11 v2.6.4 (2015-02-18) ------------------- @@ -41,16 +50,16 @@ v2.6.0 (2015-02-10) v2.5.0 (2014-10-22) ------------------- -- [#60] Updates to CHANGELOG -- [#85] Lots of testing harness goodness -- [#89] Add a recipe to setup ec2 hints in ohai -- [#74] README and CHANGELOG updates -- [#65] Add a resource for enabling CloudWatch Detailed Monitoring -- [#90] Add tests for aws_instance_monitoring +- [#60][] Updates to CHANGELOG +- [#85][] Lots of testing harness goodness +- [#89][] Add a recipe to setup ec2 hints in ohai +- [#74][] README and CHANGELOG updates +- [#65][] Add a resource for enabling CloudWatch Detailed Monitoring +- [#90][] Add tests for aws_instance_monitoring v2.4.0 (2014-08-07) ------------------- -- #64 - force proxy off for metadata queries +- [#64][] - force proxy off for metadata queries v2.3.0 (2014-07-02) ------------------- @@ -83,7 +92,7 @@ v2.0.0 (2014-02-19) - [COOK-2755] Add allocate action to the elastic ip resource - [COOK-2829] Expose AWS credentials for ebs_raid LWRP as parameters -- [COOK-2935] +- [COOK-2935] - [COOK-4213] Use use_inline_resources - [COOK-3467] Support IAM role - [COOK-4344] Add support for mounting existing raids and reusing volume @@ -168,3 +177,25 @@ v0.99.1 - [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/miketheman/aws-cookbook/issues/60 +[#64]: https://github.com/miketheman/aws-cookbook/issues/64 +[#65]: https://github.com/miketheman/aws-cookbook/issues/65 +[#74]: https://github.com/miketheman/aws-cookbook/issues/74 +[#85]: https://github.com/miketheman/aws-cookbook/issues/85 +[#89]: https://github.com/miketheman/aws-cookbook/issues/89 +[#90]: https://github.com/miketheman/aws-cookbook/issues/90 +[#110]: https://github.com/miketheman/aws-cookbook/issues/110 +[#123]: https://github.com/miketheman/aws-cookbook/issues/123 +[#124]: https://github.com/miketheman/aws-cookbook/issues/124 +[#128]: https://github.com/miketheman/aws-cookbook/issues/128 +[#133]: https://github.com/miketheman/aws-cookbook/issues/133 +[#154]: https://github.com/miketheman/aws-cookbook/issues/154 +[#156]: https://github.com/miketheman/aws-cookbook/issues/156 +[@dhui]: https://github.com/dhui +[@drywheat]: https://github.com/drywheat +[@miketheman]: https://github.com/miketheman +[@mkantor]: https://github.com/mkantor +[@purgatorio]: https://github.com/purgatorio +[@tas50]: https://github.com/tas50 \ No newline at end of file