Release 20.11

This commit is contained in:
Jérémy Lecour 2020-11-19 21:19:53 +01:00 committed by Jérémy Lecour
parent b52d983754
commit d169061c81
4 changed files with 11 additions and 5 deletions

View file

@ -9,8 +9,6 @@ This project does not follow semantic versioning.
### Added
* emulate certbot hooks environment variables
### Changed
### Deprecated
@ -19,6 +17,14 @@ This project does not follow semantic versioning.
### Fixed
## [20.11] - 2020-11-19
### Added
* emulate certbot hooks environment variables
### Fixed
* exclude only hooks with .disable to execute hooks with .sh
* don't stop global execution when hooks return errors

View file

@ -309,7 +309,7 @@ readonly QUIET=${QUIET:-"0"}
readonly TEST=${TEST:-"0"}
readonly DRY_RUN=${DRY_RUN:-"0"}
readonly VERSION="20.08"
readonly VERSION="20.11"
# Read configuration file, if it exists
[ -r /etc/default/evoacme ] && . /etc/default/evoacme

View file

@ -265,7 +265,7 @@ readonly ARGS=$@
readonly VERBOSE=${VERBOSE:-"0"}
readonly QUIET=${QUIET:-"0"}
readonly VERSION="20.08"
readonly VERSION="20.11"
# Read configuration file, if it exists
[ -r /etc/default/evoacme ] && . /etc/default/evoacme

View file

@ -170,7 +170,7 @@ readonly ARGS=$@
readonly VERBOSE=${VERBOSE:-"0"}
readonly QUIET=${QUIET:-"0"}
readonly VERSION="20.08"
readonly VERSION="20.11"
readonly SRV_IP=${SRV_IP:-""}