Skip to content

Commit

Permalink
version bump and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Sep 21, 2020
1 parent e1387f7 commit 882c167
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-base",
"version": "20.2.0",
"version": "20.2.1",
"description": "Base core.io image",
"organization": "SkyLime",
"brand": "Instance",
Expand Down

0 comments on commit 882c167

Please sign in to comment.