From c6b0d307b563db91ef2fb8063f9cf30c26d1c84d Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 17 Nov 2023 22:54:04 +0100 Subject: [PATCH] prepare new beta --- .VERSION | 2 +- CHANGELOG.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.VERSION b/.VERSION index 6a80297..83be1c0 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v9.1.0-beta.2 \ No newline at end of file +v9.1.0-beta.3 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fc85da2..692f19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ ## Changelog -### v9.1.0-beta.2 (coming soon) +### v9.1.0-beta.3 (coming soon) * add --force to restore in maintenance script * improve shebang in scripts for downgrade and portability -* enhance logging/ fix typos -* add env PACKAGES_UPDATE and remove automatic package updates on first container start -* improve setuid/setgid handling during startup ([#397](https://github.com/buanet/ioBroker.docker/issues/397)) -* move maintenance script registration to dockerfile ([#390](https://github.com/buanet/ioBroker.docker/issues/390)) +* v9.1.0-beta.2 (06.11.2023) + * enhance logging/ fix typos + * add env PACKAGES_UPDATE and remove automatic package updates on first container start + * improve setuid/setgid handling during startup ([#397](https://github.com/buanet/ioBroker.docker/issues/397)) + * move maintenance script registration to dockerfile ([#390](https://github.com/buanet/ioBroker.docker/issues/390)) * v9.1.0-beta.1 (03.11.2023) * improve maintenance command by symlinking ([#390](https://github.com/buanet/ioBroker.docker/issues/390)) * fix restore/ adding backup file selection ([#394](https://github.com/buanet/ioBroker.docker/issues/394))