From 1219d01e4ed38db6bcc0fb669cb40079294a35bc Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 19 Jun 2019 16:18:25 +0200 Subject: [PATCH] Version 2.15.0 --- CHANGELOG.md | 5 +++++ Dockerfile | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c46fc6..9fdd311d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2.15.0] - 19/06/2019 +## Modified +* Update Lexicon to 3.2.7 (add Aliyun, Azure DNS and GratisDNS providers) +* Update Certbot to 0.35.1 (various fixes) + ## [2.14.1] - 27/05/2019 ## Modified * Certbot's work dir and logs dir are now set to be in the config dir `/etc/letsencrypt` (respectively under diff --git a/Dockerfile b/Dockerfile index 977a5bc2..424cae5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ LABEL maintainer="Adrien Ferrand " ENV PATH /scripts:$PATH # Versioning -ENV LEXICON_VERSION 3.2.5 -ENV CERTBOT_VERSION 0.33.1 +ENV LEXICON_VERSION 3.2.7 +ENV CERTBOT_VERSION 0.35.1 # Let's Encrypt configuration ENV LETSENCRYPT_STAGING false