ansible-role-sensu/CHANGELOG.md

55 lines
1.2 KiB
Markdown
Raw Normal View History

2019-01-01 20:44:04 +01: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 14:15:54 +02:00
2020-08-09 08:03:20 +02:00
## [1.4.0] - 2020-08-09
2020-08-09 08:02:10 +02:00
### Feat
- add hooks
2020-04-04 22:48:52 +02:00
### Fixed
2020-08-09 07:49:43 +02:00
- add full python3 support
2020-04-04 22:48:52 +02:00
- remove useless no_log variable
2020-04-04 22:34:40 +02:00
## [1.3.0] - 2020-04-04
### 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 15:57:45 +02:00
## [1.2.0] - 2019-06-22
2019-06-22 15:49:13 +02:00
- feat: add support for ansible 2.8
2019-05-09 11:08:36 +02:00
- feat: add labels in checks
- feat: add a debug mode with sensu_no_log variable
2019-03-13 23:16:50 +01: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 18:02:59 +01:00
- doc: add example in readme
2019-02-17 09:46:19 +01:00
## [1.1.0] - 2019-02-17
2019-05-06 14:15:54 +02:00
2019-02-16 19:00:14 +01:00
- feat: add support of centos 7
2019-02-16 16:20:44 +01:00
- feat: add support of ubuntu 16.04
2019-02-16 10:01:49 +01: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 08:51:26 +01:00
- test: add travis ci
2019-02-06 22:10:22 +01:00
## [1.0.0] - 2019-02-06
2019-05-06 14:15:54 +02:00
2019-01-01 20:44:04 +01:00
- first version