Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

101 lines (71 loc) · 3.83 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format located here

0.2.0 - 2020-01-05

Breaking Changes

  • sensu-backend property: config Readme incorrectly documented the wrong (@tmonk42) path. Called out as a breaking change in case anyone had begun using the incorrect setting but as this has not been released it will be versioned as a patch. (@tmonk42) - #66

Added

  • filters resource now supports runtime_assets being passed (@majormoses)
  • Added support for postgres_config resource (@cwjohnston) - #70
  • Added support for role, role_binding, cluster_role and cluster_role_binding resources (@cwjohnston) - #71
  • Added init action to sensu-backend to allow functionality added in 5.16.0 (@kovukono) - #77

Changed

  • Refactored resource helpers to reduce duplication. (@cwjohnston) - #72

0.1.0 - 2019-09-16

Added

  • Most resources now support metadata specific properties (@webframp)
  • add sensu_hook resource (@derekgroh)
  • add debug option for sensu_ctl resource to help debug (@majormoses)
  • add support for sensu-go-agent on windows platform (@derekgroh)
  • fix symbols in annotations and labels (@scalp42)
  • add sensu_ctl resource for windows platforms (@derekgroh) - #59

Changed

  • sensuctl cli args for asset updates now uses --namespace
  • sensuctl cli args are escaped properly (@beeerd)
  • sensuctl cli commands are marked sensitive by default (@beeerd)

Breaking Changes

  • Use stable package channels (@webframp)
  • Temporarily remove Debian support until stable packages are available (@webframp)
  • sensu_organization resource removed to match upstream (@webframp)
  • Switched to beta package repository as default (@webframp)
  • sensu_environment is now sensu_namespace (@webframp)
  • extended_attributes property renamed to annotations as part of metadata (@webframp)
  • Filter statements property renamed to expressions (@webframp)
  • Entity class property renamed to entity_class

0.0.3 - 2018-09-12

Added

  • new sensu_entity resource (@mercul3s)
  • new sensu_organization resource (@mercul3s)
  • new sensu_environment resource (@mercul3s)

0.0.2 - 2018-08-29

Added

  • Adding output_metric settings to the sensu_check resource

Added

  • new .editorconfig to help users who have editors that support editor config
  • new PR and issue templates (@majormoses)
  • links to community slack (@majormoses)
  • new sensu_mutator resource (@webframp)
  • new sensu_filter resource (@webframp)
  • new sensu_handler resource (@webframp)
  • new sensu_check resource (@webframp)
  • new sensu_ctl resource to install and configure (@webframp)
  • Created repo with initial commit (@mbbroberg)
  • Added CODEOWNERS (@majormoses)
  • Added skel files from Chef Partners cookbook generator (@thomasriley)

Changed

  • Updated contributing instruction (@majormoses)
  • use @sensu/chef-cookbooks for CODEOWNERS rather than individual users now that there is a team to refer to instead (@majormoses)

Fixed

  • moved CODEOWNERS into the correct location (@majormoses)
  • updated development dependencies (@majormoses)
  • using a version of 'latest' for backend and agent providers will now upgrade to the test version