From 4f283fc5b3578eef7977ec17ad4b971e0148ca79 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 7 Dec 2017 23:00:57 +0100 Subject: [PATCH] Update lexicon to v2.1.14 --- Dockerfile | 2 +- README.md | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f4bfc2a8..f0c4f485 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Adrien Ferrand " ENV PATH /scripts:$PATH # Versioning -ENV LEXICON_VERSION 2.1.11 +ENV LEXICON_VERSION 2.1.14 ENV CERTBOT_VERSION 0.19.0 # Let's Encrypt configuration diff --git a/README.md b/README.md index 7e00afec..cd2fe618 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ When using a DNS challenge, a TXT entry must be inserted in the DNS zone which m This container will do the hard work for you, thanks to the association between [Certbot](https://certbot.eff.org/) and [Lexicon](https://github.com/AnalogJ/lexicon): DNS provider API will be called automatically to insert the TXT record when needed. All you have to do is to define for Lexicon the DNS provider to use, and the API access key. -Following DNS provider are supported: AWS Route53, Cloudflare, ClouDNS, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, GoDaddy, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, SoftLayer, Transip, Yandex, Vultr. +Following DNS provider are supported: AWS Route53, Cloudflare, ClouDNS, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, GoDaddy, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, SoftLayer, Transip, Yandex, Vultr, Zonomi. The DNS provider is choosen by setting an environment variable passed to the container: `LEXICON_PROVIDER (default: cloudflare)`. diff --git a/VERSION b/VERSION index c9929e36..3c80e4f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.2 \ No newline at end of file +1.4.3 \ No newline at end of file