From 963fd8af7c6848bef2b02293bcc82d9c8875082f Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Fri, 1 May 2020 22:47:09 +0200 Subject: [PATCH] Update to latest Kumquat version with LE fixes --- Changelog.md | 7 +++++++ customize | 2 +- manifest | 2 +- manifest.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 07c06cc..853d594 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog +## 20.1.2 + +### Fix + +* Let's Encrypt error handling +* Let's Encrypt connection to ACME server only by new / renewal certificates + ## 20.1.1 ### Fix diff --git a/customize b/customize index 569e273..c2a063a 100755 --- a/customize +++ b/customize @@ -2,7 +2,7 @@ # # Put customizations to your image in this file. -KUMQUAT_VERSION='v0.1.52' +KUMQUAT_VERSION='v0.1.53' PATH=/opt/local/gnu/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin diff --git a/manifest b/manifest index b88a9b2..d78b5f5 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ name="core-kumquat" organization="SkyLime" brand="Instance" -version="20.1.1" +version="20.1.2" description="Standalone web services zone with apache,php,mysql,ftp and management frontend" homepage="https://github.com/skylime/mi-core-kumquat" users="root admin" diff --git a/manifest.json b/manifest.json index d1b83e2..c7d39cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "core-kumquat", - "version": "20.1.1", + "version": "20.1.2", "description": "Standalone web services zone with apache,php,mysql,ftp and management frontend", "organization": "SkyLime", "brand": "Instance",