From 72e84ce1a5df6364aede20aecd3a7e3fa24ca5a3 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Sat, 17 Oct 2020 12:49:34 -0700 Subject: [PATCH] release 1.2.0 For full details see `CHANGELOG.md`, `TL;DR`: - fixed yaml rendering issues caused by upstream behavior with `YAML.dump`. affected chef ` >= 16.5.77` clients - added `headers` hash to `asset` allowing you to add arbitrary headers to use cases such as authentication - update default versions of `agent` and `ctl` for windows Signed-off-by: Ben Abrams --- CHANGELOG.md | 15 ++++++++++++--- metadata.rb | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) 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'