Skip to content

Commit 963fd8a

Browse files
committed
Update to latest Kumquat version with LE fixes
1 parent cc744ed commit 963fd8a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 20.1.2
4+
5+
### Fix
6+
7+
* Let's Encrypt error handling
8+
* Let's Encrypt connection to ACME server only by new / renewal certificates
9+
310
## 20.1.1
411

512
### Fix

customize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Put customizations to your image in this file.
44

5-
KUMQUAT_VERSION='v0.1.52'
5+
KUMQUAT_VERSION='v0.1.53'
66

77
PATH=/opt/local/gnu/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin
88

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name="core-kumquat"
22
organization="SkyLime"
33
brand="Instance"
4-
version="20.1.1"
4+
version="20.1.2"
55
description="Standalone web services zone with apache,php,mysql,ftp and management frontend"
66
homepage="https://github.com/skylime/mi-core-kumquat"
77
users="root admin"

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core-kumquat",
3-
"version": "20.1.1",
3+
"version": "20.1.2",
44
"description": "Standalone web services zone with apache,php,mysql,ftp and management frontend",
55
"organization": "SkyLime",
66
"brand": "Instance",

0 commit comments

Comments
 (0)