ansible-role-logstash/CHANGELOG.md

45 lines
765 B
Markdown
Raw Permalink Normal View History

2019-09-10 06:57:26 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
2021-08-24 15:03:28 +00:00
## Unreleased
2023-07-05 08:33:28 +00:00
### Added
- test: add support debian 12
2024-02-15 13:40:18 +00:00
- feat: manage logging config
2023-07-05 08:33:28 +00:00
2024-05-08 08:33:38 +00:00
### Changed
- test: use personal docker registry
2023-07-05 08:33:28 +00:00
### Removed
- test: remove support debian 10
2024-02-15 10:24:47 +00:00
- test: remove support debian 11
2023-07-05 08:33:28 +00:00
2021-08-24 15:03:28 +00:00
## v1.1.0 - 2021-08-24
2019-09-10 06:57:26 +00:00
2021-08-24 14:55:01 +00:00
### Added
- feat: add logstash patterns for grok
2021-08-24 14:58:34 +00:00
- test: add support debian 11
2021-08-24 14:55:01 +00:00
### Changed
- change logstash_inputs variable: dict to array
2021-08-24 14:58:34 +00:00
- test: replace kitchen to molecule
2021-08-24 15:02:37 +00:00
- chore: use FQCN for module name
2021-08-24 14:58:34 +00:00
### Removed
- test: remove support debian 9
2019-09-29 11:14:42 +00:00
## v1.0.0 - 2019-09-29
2019-09-10 06:57:26 +00:00
### Added
- copy configuration
2019-09-29 11:14:42 +00:00
- use the logstash config test to validate the configuration