ansible-role-sensu/CHANGELOG.md

22 lines
642 B
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]
- 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
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-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-01-01 19:44:04 +00:00
- first version