Releases: zuazo/chef-handler-sns
Releases · zuazo/chef-handler-sns
release v2.1.0 (2017-02-18)
- 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
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 Chef12
. - Integrate tests with
should_not
gem.
release v1.2.0
- 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
- README:
- Fixed AWS::SNS::Errors::InvalidClientTokenId when using version 1.1.0 (issue #5, thanks Michael Hobbs for reporting).
release v1.1.0
- Filter Notifications by Opsworks Activity (issue #2, thanks Florian Holzhauer)
release v1.0.0
- Replaced
right_aws
dependency withaws-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
- Replaced
right_aws
dependency withaws-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
- Gemspec: added license.
release v0.2.5
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.