Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
majormoses committed Oct 17, 2020
1 parent dc3d29d commit 72e84ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

<!-- prettier-ignore -->
[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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'MIT'
description 'Installs/Configures Sensu Go'
version '1.1.0'
version '1.2.0'

chef_version '>= 15.0'

Expand Down

0 comments on commit 72e84ce

Please sign in to comment.