Skip to content

Commit

Permalink
Version 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Jun 19, 2019
1 parent 37993c3 commit 1219d01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL maintainer="Adrien Ferrand <[email protected]>"
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
Expand Down

0 comments on commit 1219d01

Please sign in to comment.