From d169061c818d7472397d2b7e4fdfbba757e354e1 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 19 Nov 2020 21:19:53 +0100 Subject: [PATCH] Release 20.11 --- CHANGELOG.md | 10 ++++++++-- evoacme.sh | 2 +- make-csr.sh | 2 +- vhost-domains.sh | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9884df..8fbfc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/evoacme.sh b/evoacme.sh index 689c5af..431b816 100755 --- a/evoacme.sh +++ b/evoacme.sh @@ -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 diff --git a/make-csr.sh b/make-csr.sh index 372c58f..78512e3 100755 --- a/make-csr.sh +++ b/make-csr.sh @@ -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 diff --git a/vhost-domains.sh b/vhost-domains.sh index 41b065b..f20e5db 100755 --- a/vhost-domains.sh +++ b/vhost-domains.sh @@ -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:-""}