From 1c2245fe47a71476ffe90c55f7e4d36809ce702f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 25 Sep 2019 09:28:19 +0200 Subject: [PATCH] Small fix for LE (#712) --- letsencrypt/CHANGELOG.md | 11 +++++++++++ letsencrypt/build.json | 10 +++++----- letsencrypt/config.json | 5 +++-- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/letsencrypt/CHANGELOG.md b/letsencrypt/CHANGELOG.md index 2afd72c..a71d2a4 100755 --- a/letsencrypt/CHANGELOG.md +++ b/letsencrypt/CHANGELOG.md @@ -1,20 +1,31 @@ # Changelog +## 4.1 + +- Pin image to Alpine3.10 +- Bugfix default options with empty dns + ## 4.0 + - Added support for dns challenges ## 3.0 + - Use our Python base images with cerbot 0.32.0 ## 2.3 + - Update certbot to 0.30.2 ## 2.2 + - Bugfix not exists jq ## 2.1 + - Bugfix wrong python package (py2-future) ## 2.0 + - Update base image - Remove support for TLS-SNI diff --git a/letsencrypt/build.json b/letsencrypt/build.json index f9584f3..170d19e 100755 --- a/letsencrypt/build.json +++ b/letsencrypt/build.json @@ -1,10 +1,10 @@ { "build_from": { - "amd64": "homeassistant/amd64-base-python:3.7", - "i386": "homeassistant/i386-base-python:3.7", - "armhf": "homeassistant/armhf-base-python:3.7", - "armv7": "homeassistant/armv7-base-python:3.7", - "aarch64": "homeassistant/aarch64-base-python:3.7" + "amd64": "homeassistant/amd64-base-python:3.7-alpine3.10", + "i386": "homeassistant/i386-base-python:3.7-alpine3.10", + "armhf": "homeassistant/armhf-base-python:3.7-alpine3.10", + "armv7": "homeassistant/armv7-base-python:3.7-alpine3.10", + "aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.10" }, "args": { "CERTBOT_VERSION": "0.38.0" diff --git a/letsencrypt/config.json b/letsencrypt/config.json index 3939e90..9de33aa 100755 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -1,6 +1,6 @@ { "name": "Let's Encrypt", - "version": "4.0", + "version": "4.1", "slug": "letsencrypt", "description": "Manage certificate from Let's Encrypt", "url": "https://home-assistant.io/addons/lets_encrypt/", @@ -19,7 +19,8 @@ "domains": [null], "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "challenge": "http" + "challenge": "http", + "dns": {} }, "schema": { "email": "email",