From 882c16737e208b927c39935221c4db1284f6493b Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Mon, 21 Sep 2020 15:07:06 +0200 Subject: [PATCH] version bump and update changelog --- Changelog.md | 22 ++++++++++++++++++++++ manifest | 2 +- manifest.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e41fdb8..8ca7d68 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,27 @@ # Changelog +## 20.2.1 + +### New + +* Support --debug for ssl-letsencrypt-renew.sh to receive some additional information. [Thomas Merkel] +* Add first version of useradd-zfs script, to handle user datasets on reprovision. [Thomas Merkel] +* Add postinit script for personal / admin user init.sh. [Thomas Merkel] +* Add lenght options to generate passwords. [Thomas Merkel] +* Add minimal screenrc. [Thomas Merkel] + +### Fix + +* Switch to usr/bin/env bash, to find always correct bash version. [Thomas Merkel] + + Add executable flag, so it's easier to run a script later if needed + +### Other + +* Use tmp in var for check-log script [jfqd] +* Secure nullmailer remotes config file. [Thomas Merkel] +* Add documentation for mdata-create-password. [Thomas Merkel] + ## 20.2.0 ### New diff --git a/manifest b/manifest index 262489a..4cace3d 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ name="core-base" organization="SkyLime" brand="Instance" -version="20.2.0" +version="20.2.1" description="Base core.io image" homepage="https://github.com/skylime/mi-core-base" users="root admin" diff --git a/manifest.json b/manifest.json index 39a2649..64db2ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "core-base", - "version": "20.2.0", + "version": "20.2.1", "description": "Base core.io image", "organization": "SkyLime", "brand": "Instance",