ansible-role-certbot/CHANGELOG.md

54 lines
976 B
Markdown
Raw Normal View History

2018-06-10 19:34:06 +02:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
2021-08-24 18:48:47 +02:00
## Unreleased
2022-01-03 15:27:56 +01:00
### Added
- feat: add certbot_port variable
- feat: add hook scripts
2023-07-26 11:40:24 +02:00
- test: add support debian 12
2022-01-03 15:27:56 +01:00
2024-05-07 14:12:56 +02:00
### Changed
- test: use personal docker registry
2021-08-24 18:48:47 +02:00
## v2.2.0 - 2021-08-24
2021-08-24 18:15:33 +02:00
### Added
2018-11-29 18:28:33 +01:00
- test: add check yamllint
2021-08-24 18:15:33 +02:00
- test: add support debian 11
### Changed
- test: replace kitchen to molecule
2021-08-24 18:18:42 +02:00
- chore: use FQCN for module name
2021-08-24 18:47:19 +02:00
- feat: check if the port 80 is used
2021-08-24 18:15:33 +02:00
### Removed
- test: remove support debian 9
2018-11-26 19:33:59 +01:00
2021-08-24 18:48:47 +02:00
## v2.1.1 - 2018-11-26
2018-11-26 18:00:23 +01:00
- fix: replace shell module to command
- test: add check ansible-lint with galaxy rules
2018-11-25 22:50:15 +01:00
2021-08-24 18:48:47 +02:00
## v2.1.0 - 2018-11-25
2018-11-25 20:24:19 +01:00
- BREAKING CHANGE: minimal ansible version is 2.5 now
- fix: replace inline module to cron for renew cron
2018-11-25 10:09:35 +01:00
- test: use new docker images
2018-11-25 10:26:46 +01:00
- test: add tavis-ci to run tests
2018-07-07 19:50:02 +02:00
2021-08-24 18:48:47 +02:00
## v2.0.0 - 2018-07-07
2018-11-25 22:50:15 +01:00
- feat: add renew hook script
2018-06-10 19:34:06 +02:00
2021-08-24 18:48:47 +02:00
## v1.0.0 - 2018-06-10
2018-06-10 19:34:06 +02:00
- first version