Skip to content

Commit

Permalink
Update Lexicon and Certbot
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Dec 27, 2018
1 parent bc9f878 commit 0e16a2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## [2.8.0] - 27/12/2018
### Added
* Support new providers thanks to Lexicon update: Internet.bs, Hetzner

### Modified
* Update Lexicon to 3.0.7
* Update Certbot to 0.29.1

## [2.7.0] - 26/11/2018
### Added
* Support new providers thanks to Lexicon update: Auto (dns provider auto-resolution), ConoHa, NFSN, Easyname, LocalZone (bind9)
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.0.3
ENV CERTBOT_VERSION 0.28.0
ENV LEXICON_VERSION 3.0.7
ENV CERTBOT_VERSION 0.29.1

# Let's Encrypt configuration
ENV LETSENCRYPT_STAGING false
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.8.0

0 comments on commit 0e16a2c

Please sign in to comment.