ansible-role-keepalived/CHANGELOG.md

31 lines
469 B
Markdown
Raw Normal View History

2019-04-12 16:29:11 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
### Fixed
- missing bracket for vrrp_sript in template
2021-08-18 16:43:43 +00:00
## v1.1.0 - 2021-08-18
2020-02-12 21:30:03 +00:00
### Added
2021-08-18 16:42:28 +00:00
- support debian 11
2020-02-12 21:30:03 +00:00
- support debian 10 and ansible 2.9
2020-03-28 21:31:50 +00:00
### Changed
- test: replace kitchen to molecule
2021-08-18 16:40:55 +00:00
- chore: use FQCN for module name
2020-03-28 21:31:50 +00:00
2021-08-18 16:42:28 +00:00
### Removed
- support debian 9
2021-08-18 16:43:43 +00:00
## v1.0.0 - 2019-04-12
2019-04-12 16:31:18 +00:00
2019-04-12 16:29:11 +00:00
- first version