Skip to content

Releases: zuazo/chef-handler-sns

release v2.1.0 (2017-02-18)

18 Feb 17:31
2.1.0
Compare
Choose a tag to compare

Build Status

  • Fix end time message typo in body.erb (issue #8, thanks Hugo Lopes Tavares).
  • Add :message_structure option support (issues #9 and #10, thanks Dmitry Averkiev).
  • Fix some Chef warnings.
  • Fix some Ruby warnings.
  • Update RuboCop to version 0.47.

release v2.0.0

28 Dec 16:44
2.0.0
Compare
Choose a tag to compare

Build Status

2.0.0 (2015-12-28)

Breaking Changes on v2.0.0

  • Drop Ruby < 2 support.
  • Update AWS SDK to version 2.

Fixes on v2.0.0

  • Improve wrong encoding support (issues #6 and #7, thanks Michael Hobbs).
  • Limit subject and body size properly.

Improvements on v2.0.0

  • Fix all RuboCop offenses.
  • Document all the code.

Documentation Changes on v2.0.0

  • Update contact information and links after migration.
  • Update chef links to use chef.io domain.
  • README:
    • Multiple fixes, improvements and added some examples.
    • Split README file into multiple files.
    • Add GitHub and License badges.

Changes on Tests on v2.0.0

  • Tests clean up.
  • Fix assertion arguments order.
  • Travis CI: Test against Ruby 2.2 and Chef 12.
  • Integrate tests with should_not gem.

release v1.2.0

04 Jul 09:09
Compare
Choose a tag to compare
  • README:
    • Added Method 2.2: LWRP inside OpsWorks (related to issue #4).
    • Add a note in the method 2 about convergence phase (related to issue #3).
    • Some capitals fixed.
    • Added ohai credentials explanation (related to cookbook issue #1).
    • filter_opsworks_activities documentation improved.
    • Use shields.io badges.
    • Contributing section completed.
  • Fixed AWS::SNS::Errors::InvalidClientTokenId when using version 1.1.0 (issue #5, thanks Michael Hobbs for reporting and testing).

Pre-release v1.2.0.beta.1

01 Jul 16:51
Compare
Choose a tag to compare
Pre-release
  • README:
    • Added Method 2.2: LWRP inside OpsWorks (related to issue #4).
    • Add a note in the method 2 about convergence phase (related to issue #3).
    • Some capitals fixed.
    • Added ohai credentials explanation.
    • filter_opsworks_activities documentation improved.
  • Fixed AWS::SNS::Errors::InvalidClientTokenId when using version 1.1.0 (issue #5, thanks Michael Hobbs for reporting).

release v1.1.0

17 Mar 13:36
Compare
Choose a tag to compare

release v1.0.0

19 Feb 19:57
Compare
Choose a tag to compare
  • Replaced right_aws dependency with aws-sdk gem.
    • Update the tests and the README.
  • Add security tokens support.
  • IAM roles support.
    • Read AWS credentials from Ohai (IAM role) by default.
  • Gemfile: add_development_dependency for Ruby 1.8 compatibility now checks ruby version.
  • Travis: added Ruby 2.1 to the tests.
  • LICENSE: brackets replaced by copyright owner.
  • Added Coverall badge again.
  • Multiple README improvements and fixes.

Pre-release v1.0.0.beta.1

19 Feb 19:58
Compare
Choose a tag to compare
Pre-release
  • Replaced right_aws dependency with aws-sdk gem.
    • Update the tests and the README.
  • Add security tokens support.
  • IAM roles support.
    • Read AWS credentials from Ohai (IAM role) by default.
  • Gemfile: add_development_dependency for Ruby 1.8 compatibility now checks ruby version.
  • Travis: added Ruby 2.1 to the tests.
  • LICENSE: brackets replaced by copyright owner.
  • Added Coverall badge again.
  • Multiple README improvements and fixes.

release v0.2.6

15 Nov 19:37
Compare
Choose a tag to compare
  • Gemspec: added license.

release v0.2.5

01 Nov 05:18
Compare
Choose a tag to compare

A Bug fix release:

  • Multiple fixes in the README examples.
  • Removed coveralls link from the README, sends erroneus reports.
  • Added .coveralls.yml file.
  • Removed the needless require 'rubygems' from the tests.
  • Added simplecov gem for coverage tests.
  • Force mime-type version to ~> 1.0 to fix the tests on some cases (travis related).
  • Homepage changed to GitHub Pages.