Skip to content

Commit

Permalink
prep for v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Apr 19, 2018
1 parent 97258bf commit 5ca041e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This CHANGELOG (now) follows the format listed at [Keep A Changelog](http://keep

## [Unreleased]

## [1.3.0] - 2018-04-19
### Added
- using node run state added as a viable option to supply credentials
- when using the lwrps it calls `sumo_service` which attempts to use systemd if present. We should allow overriding this behavior with the same attribute as was added in [PR#145](https://github.com/SumoLogic/sumologic-collector-chef-cookbook/pull/145) to change the behavior. If the attribute is unset it uses the existing logic to determine the appropriate init subsystem making this backwards compatibile. (@majormoses)
Expand Down Expand Up @@ -107,7 +108,8 @@ Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/sy

The [Github Flavored Markdown page](http://github.github.com/github-flavored-markdown/) describes the differences between markdown on github and standard markdown.

[Unreleased]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.2.21...HEAD
[Unreleased]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.2.21...v1.3.0
[1.2.21]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.2.20...v1.2.21
[1.2.20]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.2.19...v1.2.20
[1.2.19]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.2.18...v1.2.19
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
license 'Apache-2.0'
description 'Installs/Configures sumologic-collector'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.23'
version '1.3.0'
chef_version '>= 11' if respond_to?(:chef_version)

%w[
Expand Down

0 comments on commit 5ca041e

Please sign in to comment.