diff --git a/CHANGELOG.md b/CHANGELOG.md index a16bf722..57b3655a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format located [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] -- Fix yaml rendering for agent and backend with Chef 16.x -- Updated the attributes for `agent` and `ctl` to version `6.1.0`. (@derekgroh) + +## [1.2.0] - 2020-10-17 +### Fixed +- Fix yaml rendering for agent and backend with Chef 16.x (@webframp) + +### Added - Add `header` property support to `sensu_asset` resource. (@webframp) +### Changed +- Updated the attributes for `agent` and `ctl` (windows only) to version `6.1.0`. On linux the behavior is unchanged; installed by a single package and default to `latest` unless a version is specified. (@derekgroh) + + ## [1.1.0] - 2020-09-27 ### Added - The following resources, `sensu_check`, `sensu_entity`, `sensu_filter`, `sensu_handler`, `sensu_hook`, `sensu_mutator`, and `sensu_secret` now expose a `namespace` attribute for controlling where the resource is created. Default is the `default` namespace. @joe-armstrong) @@ -126,7 +134,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin - using a version of `'latest'` for backend and agent providers will now upgrade to the test version -[Unreleased]: https://github.com/sensu/sensu-go-chef/compare/1.1.0...HEAD +[Unreleased]: https://github.com/sensu/sensu-go-chef/compare/1.2.0...HEAD +[1.2.0]: https://github.com/sensu/sensu-go-chef/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/sensu/sensu-go-chef/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu/sensu-go-chef/compare/0.3.0...1.0.0 [0.3.0]: https://github.com/sensu/sensu-go-chef/compare/0.2.0...0.3.0 diff --git a/metadata.rb b/metadata.rb index 0558eedd..b836b51d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'support@sensuapp.com' license 'MIT' description 'Installs/Configures Sensu Go' -version '1.1.0' +version '1.2.0' chef_version '>= 15.0'