Skip to content

Commit

Permalink
Version 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Feb 7, 2020
1 parent dba0795 commit 55d26ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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.22.0 - 07/02/2020]
### Modified
* Update Lexicon to 3.3.17: support private domains and add Gransy provider, that generalize and replace Subreg.
* Update Certbot to 1.2.0: remove POST-as-GET fallback

## [2.21.0 - 10/01/2020]
### Modified
* Update Lexicon to 3.3.14 (add EUServ)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM python:3.8-alpine3.11
FROM python:3.8.1-alpine3.11
LABEL maintainer="Adrien Ferrand <[email protected]>"

# Scripts in /scripts are required to be in the PATH to run properly as certbot's hooks
ENV PATH /scripts:$PATH

# Versioning
ENV LEXICON_VERSION 3.3.14
ENV CERTBOT_VERSION 1.0.0
ENV LEXICON_VERSION 3.3.17
ENV CERTBOT_VERSION 1.2.0

# Install dependencies, certbot, lexicon, prepare for first start and clean
RUN apk --no-cache --update add rsyslog git libffi libxml2 libxslt libstdc++ openssl docker ethtool tzdata bash bind-tools \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# &nbsp;![](https://raw.githubusercontent.com/adferrand/docker-letsencrypt-dns/master/images/logo_from_realies_200px.png) adferrand/letsencrypt-dns
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.21.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.21.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.21.0) [![CircleCI](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master)
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.22.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.22.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.22.0) [![CircleCI](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master)

* [Container functionalities](#container-functionalities)
* [Why use this Docker](#why-use-this-docker-)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.21.0
2.22.0

0 comments on commit 55d26ac

Please sign in to comment.