evoacme/CHANGELOG.md

51 lines
911 B
Markdown
Raw Normal View History

2019-11-05 14:04:43 +01:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project does not follow semantic versioning.
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
* exclude only hooks with .disable to execute hooks with .sh
* don't stop global execution when hooks return errors
2020-08-21 13:59:15 +02:00
## [20.08] - 2020-08-21
### Changed
* evoacme: use Let's Encrypt deploy hooks by default
2019-11-05 14:04:43 +01:00
### Security
2020-06-05 11:00:11 +02:00
## [20.06.1] - 2020-06-05
2020-08-21 13:59:15 +02:00
### Fixed
2020-06-05 11:00:11 +02:00
* fixed a bad logic for arguments parsing
2020-06-03 12:04:01 +02:00
## [20.06] - 2020-06-03
### Changed
* remove usage of "acme" user, root does all the work
2019-11-05 14:04:43 +01:00
## [19.11] - 2019-11-05
### Added
* extracted from ansible-roles.git
* add a "-V" or "--version" argument to display version
* use same logic for log/error/debug functions
* use same logic for QUIET/VERBOSE variables