From 83c10ab83b76f1e6eb42a0a730e1caef807926be Mon Sep 17 00:00:00 2001 From: andre <> Date: Mon, 29 Jun 2020 21:15:27 +0200 Subject: [PATCH] Preparing V5 --- README.md | 15 ++++++++------- aarch64/Dockerfile | 3 --- amd64/Dockerfile | 3 --- armv7hf/Dockerfile | 3 --- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e9143d6..43966ee 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you need more please let me know by opening a Github issue. ## Important notice -Normally a new major version (e.g. v2, v4 and upcoming v5) of the image comes with a new, preinstalled major node version! +Normally a new major version (e.g. v2, v4, v5) of the image comes with a new, preinstalled major node version! If you are updating an existing installation to a new major version (e.g. from v4 to v5) you have to perform some additional steps inside ioBroker! For more details please see official ioBroker documentation: [EN](https://www.iobroker.net/#en/documentation/install/updatenode.md) | [DE](https://www.iobroker.net/#de/documentation/install/updatenode.md).
You might avoid these procedure if you use my "Best practice" hint for "upgrading your ioBroker container".
In any case make a backup first! @@ -162,13 +162,14 @@ Thank you! ## Changelog -### v4.2.4beta (2020-06-23) -* added graceful shutdown -* small fix for GID/UID handling -* adding new ENV "IOB_MULTIHOST" for multihost support -* small syntax fixes in iobroker_startup.sh +### v5.0.0 (2020-06-29) +* v4.2.4beta (2020-06-23) + * added graceful shutdown + * small fix for GID/UID handling + * adding new ENV "IOB_MULTIHOST" for multihost support + * small syntax fixes in iobroker_startup.sh * v4.2.3beta (2020-06-05) - * updating js-controller to not stable version 3.1.5 to fix renaming issue + * ~~updating js-controller to not stable version 3.1.5 to fix renaming issue~~ (is stable now) * v4.2.2beta (2020-06-03) * ~~workaround for renaming issues on startup~~ (fixed in js-controller) * v4.2.1beta (2020-05-10) diff --git a/aarch64/Dockerfile b/aarch64/Dockerfile index 85f6760..383975d 100644 --- a/aarch64/Dockerfile +++ b/aarch64/Dockerfile @@ -70,9 +70,6 @@ RUN apt-get update \ WORKDIR /opt/iobroker/ RUN npm install -g node-gyp -# Temporary updating js-controller to not stable version -RUN npm install iobroker.js-controller@3.1.5 - # Backup initial ioBroker and userscript folder RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \ && tar -cf /opt/initial_userscripts.tar /opt/userscripts diff --git a/amd64/Dockerfile b/amd64/Dockerfile index 597c0f0..8ded5d9 100644 --- a/amd64/Dockerfile +++ b/amd64/Dockerfile @@ -70,9 +70,6 @@ RUN apt-get update \ WORKDIR /opt/iobroker/ RUN npm install -g node-gyp -# Temporary updating js-controller to not stable version -RUN npm install iobroker.js-controller@3.1.5 - # Backup initial ioBroker and userscript folder RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \ && tar -cf /opt/initial_userscripts.tar /opt/userscripts diff --git a/armv7hf/Dockerfile b/armv7hf/Dockerfile index 63f217f..bbf2285 100644 --- a/armv7hf/Dockerfile +++ b/armv7hf/Dockerfile @@ -70,9 +70,6 @@ RUN apt-get update \ WORKDIR /opt/iobroker/ RUN npm install -g node-gyp -# Temporary updating js-controller to not stable version -RUN npm install iobroker.js-controller@3.1.5 - # Backup initial ioBroker and userscript folder RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \ && tar -cf /opt/initial_userscripts.tar /opt/userscripts