Skip to content

Commit

Permalink
chore: prepare v1.8.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel authored Jan 12, 2024
1 parent 71b86cf commit ea7925b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG (now) follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]
## [1.8.0] - 2024-01-12

### Added

- new `action` of `:remove` to cleanup sumo collectors [#191]
- Support arm (aarch64) rpm installation [#196]

[1.8.0]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/releases/v1.8.0
[#191]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/pull/191
[#196]: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/pull/196

## [1.7.0] - 2022-05-11
### Added
- feat: add JSON support to windows sources [#193]
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.7.0'
version '1.8.0'
chef_version '>= 11' if respond_to?(:chef_version)

%w[
Expand Down

0 comments on commit ea7925b

Please sign in to comment.