ansible-role-haproxy/CHANGELOG.md

45 lines
776 B
Markdown
Raw Permalink Normal View History

2019-11-08 21: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]
### Added
2022-01-11 11:28:35 +00:00
- add support alpn in bind option
2021-12-06 09:30:21 +00:00
- add error files
- use multiple ssl certificates on one frontend
2023-07-25 13:03:34 +00:00
- test: add support debian 12
2024-05-07 06:45:36 +00:00
### Changed
- test: use personal docker registry
2023-07-25 13:03:34 +00:00
### Removed
- test: remove support debian 10
2021-08-15 15:47:39 +00:00
## v1.1.0 - 2021-08-15
2020-04-11 13:34:20 +00:00
### Added
2021-08-15 15:44:40 +00:00
- add userlist
- can specify the haproxy repository
2021-08-15 11:00:28 +00:00
- add resolvers configuration
2021-08-15 10:36:58 +00:00
- add debian11 support
2020-04-11 13:34:20 +00:00
- add IPs lists
2020-03-28 17:31:46 +00:00
### Changed
- change default group for stat socket
- reload haproxy after certificate change
2021-08-15 10:38:44 +00:00
- chore: use FQCN for module name
2020-03-28 17:31:46 +00:00
- test: replace kitchen to molecule
2019-11-09 16:57:14 +00:00
## v1.0.0 - 2019-11-09
2019-11-08 21:29:11 +00:00
### Added
- first version