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
|
|
|
|
|
2020-03-30 22:40:19 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- add compatibily with new sensu version
|
2020-04-04 22:20:38 +02:00
|
|
|
- remove no_log warnings with sensu_go libraries
|
2020-03-30 22:40:19 +02:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- test: replace kitchen to molecule
|
2020-04-04 22:25:05 +02:00
|
|
|
- add loop label for sensu_go modules
|
2020-03-30 22:40:19 +02:00
|
|
|
|
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
|
2019-03-14 07:44:09 +01:00
|
|
|
- feat: add a debug mode with sensu_no_log variable
|
2019-03-13 23:16:50 +01:00
|
|
|
- feat: add mutators
|
2019-03-13 21:45:02 +01:00
|
|
|
- feat: add sensu_agent_redact variable to add new redact keywords
|
2019-06-22 15:07:46 +02:00
|
|
|
- fix: add new return code for api with the version 5.10
|
|
|
|
- fix: handler, asset and filter wasn't idempotent
|
2019-06-22 08:47:37 +02:00
|
|
|
- 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
|
2019-02-15 20:09:49 +01:00
|
|
|
- feat: add multiple namespaces for the checks, filters, handlers or assets
|
2019-02-08 13:58:40 +01:00
|
|
|
- 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
|