Skip to content

Commit

Permalink
chore: release 1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek authored and sumo-drosiek committed Aug 27, 2021
1 parent efbd8b2 commit 11aac83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG (now) follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased changes]

## [1.6.1] - 2021-08-27
### Changed
- fix install_and_configure behavior [#185]

Expand Down Expand Up @@ -143,7 +145,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 changes]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.6.0...HEAD
[Unreleased changes]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/compare/v1.3.0...v1.4.0
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.6.0'
version '1.6.1'
chef_version '>= 11' if respond_to?(:chef_version)

%w[
Expand Down
2 changes: 1 addition & 1 deletion vagrant/cookbooks/sumologic/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'Apache-2.0'
version '0.0.0'
chef_version '>= 11' if respond_to?(:chef_version)
depends 'sumologic-collector', '>= 1.6.0'
depends 'sumologic-collector', '>= 1.6.1'

%w[
debian
Expand Down

0 comments on commit 11aac83

Please sign in to comment.