ansible-role-sensu/CHANGELOG.md

42 lines
1 KiB
Markdown
Raw Normal View History

2019-01-01 19:44:04 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
2019-05-06 12:15:54 +00:00
### Fixed
- add compatibily with new sensu version
- remove no_log warnings with sensu_go libraries
### Changed
- test: replace kitchen to molecule
- add loop label for sensu_go modules
2019-06-22 13:57:45 +00:00
## [1.2.0] - 2019-06-22
2019-06-22 13:49:13 +00:00
- feat: add support for ansible 2.8
2019-05-09 09:08:36 +00:00
- feat: add labels in checks
- feat: add a debug mode with sensu_no_log variable
2019-03-13 22:16:50 +00:00
- feat: add mutators
- feat: add sensu_agent_redact variable to add new redact keywords
- fix: add new return code for api with the version 5.10
- fix: handler, asset and filter wasn't idempotent
- fix: create roles before users
2019-02-22 17:02:59 +00:00
- doc: add example in readme
2019-02-17 08:46:19 +00:00
## [1.1.0] - 2019-02-17
2019-05-06 12:15:54 +00:00
2019-02-16 18:00:14 +00:00
- feat: add support of centos 7
2019-02-16 15:20:44 +00:00
- feat: add support of ubuntu 16.04
2019-02-16 09:01:49 +00:00
- feat: add support of ubuntu 18.04
- feat: add multiple namespaces for the checks, filters, handlers or assets
- fix: install python-requests for backend
2019-02-09 07:51:26 +00:00
- test: add travis ci
2019-02-06 21:10:22 +00:00
## [1.0.0] - 2019-02-06
2019-05-06 12:15:54 +00:00
2019-01-01 19:44:04 +00:00
- first version