From 88bb5fdf2a118e203cc66c7ff259971431bbcc37 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 17 Jun 2018 23:53:20 +0200 Subject: [PATCH] Version 2.3.0. Upgrade lexicon with a lot of bugfixes, update certbot. --- Dockerfile | 5 +++-- README.md | 2 +- VERSION | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb3f1e33..6385109c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ LABEL maintainer="Adrien Ferrand " ENV PATH /scripts:$PATH # Versioning -ENV LEXICON_VERSION 2.3.0 -ENV CERTBOT_VERSION 0.24.0 +ENV LEXICON_VERSION 2.4.3 +ENV CERTBOT_VERSION 0.25.1 # Let's Encrypt configuration ENV LETSENCRYPT_STAGING false @@ -34,6 +34,7 @@ RUN apk --no-cache --update add rsyslog git openssl libffi supervisor docker \ && pip install "dns-lexicon[namecheap]==$LEXICON_VERSION" \ && pip install "dns-lexicon[route53]==$LEXICON_VERSION" \ && pip install "dns-lexicon[softlayer]==$LEXICON_VERSION" \ +&& pip install "dns-lexicon[subreg]==$LEXICON_VERSION" \ && pip install "dns-lexicon[transip]==$LEXICON_VERSION" \ && mkdir -p /var/lib/letsencrypt/hooks \ && mkdir -p /etc/supervisord.d \ diff --git a/README.md b/README.md index a9ba0875..6126fd42 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # adferrand/letsencrypt-dns -![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.2.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.2.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.2.0) +![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.3.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.3.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.3.0) * [Container functionalities](#container-functionalities) * [Why use this Docker](#why-use-this-docker-) diff --git a/VERSION b/VERSION index ccbccc3d..276cbf9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.3.0