From 5933409df5b46dd8729c43944778b0ea5cffebe4 Mon Sep 17 00:00:00 2001 From: buanet Date: Mon, 31 Oct 2022 20:37:11 +0100 Subject: [PATCH] prepare for v7.1.0 --- .VERSION | 2 +- .../workflows/build-debian-image-latest-iob.yml | 10 +++++----- CHANGELOG.md | 16 +++++++++------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.VERSION b/.VERSION index 10389749..1d46f58a 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v7.1.0-beta.1 \ No newline at end of file +v7.1.0 \ No newline at end of file diff --git a/.github/workflows/build-debian-image-latest-iob.yml b/.github/workflows/build-debian-image-latest-iob.yml index 04d88a31..86ce13f8 100644 --- a/.github/workflows/build-debian-image-latest-iob.yml +++ b/.github/workflows/build-debian-image-latest-iob.yml @@ -39,8 +39,8 @@ jobs: sed -e "s/\${VERSION}/$VERSION/" -e "s/\${BUILD}/$DATI/" ./debian/scripts/iobroker_startup.sh > ./debian/scripts/iobroker_startup.tmp mv -f ./debian/scripts/iobroker_startup.tmp ./debian/scripts/iobroker_startup.sh # amd64 - sed -e "s/\${VERSION}/$VERSION/" -e "s/\${DATI}/$DATI/" ./debian/node14/Dockerfile > ./debian/node14/Dockerfile.tmp - mv -f ./debian/node14/Dockerfile.tmp ./debian/node14/Dockerfile + sed -e "s/\${VERSION}/$VERSION/" -e "s/\${DATI}/$DATI/" ./debian/node16/Dockerfile > ./debian/node16/Dockerfile.tmp + mv -f ./debian/node16/Dockerfile.tmp ./debian/node16/Dockerfile - name: Set up manifest tool run: | @@ -64,7 +64,7 @@ jobs: uses: docker/build-push-action@v3.2.0 with: context: ./debian - file: ./debian/node14/Dockerfile + file: ./debian/node16/Dockerfile push: true platforms: linux/amd64 tags: | @@ -74,7 +74,7 @@ jobs: uses: docker/build-push-action@v3.2.0 with: context: ./debian - file: ./debian/node14/Dockerfile + file: ./debian/node16/Dockerfile push: true platforms: linux/arm/v7 tags: | @@ -84,7 +84,7 @@ jobs: uses: docker/build-push-action@v3.2.0 with: context: ./debian - file: ./debian/node14/Dockerfile + file: ./debian/node16/Dockerfile push: true platforms: linux/arm64/v8 tags: | diff --git a/CHANGELOG.md b/CHANGELOG.md index fafd27f6..121710cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ ## Changelog -### v7.1.0-beta.1 (12.10.2022) -* add env DEBUG for extended debugging log -* enhance logging in iobroker-startuo.sh -* enhance build process -* add restart option to maintenance script -* add strict mode for iobroker-startup.sh -* fix "unary operator expected" error +### v7.1.0 (31.10.2022) +* fix [build action node issue](https://forum.iobroker.net/topic/59518/docker-image-7-0-1-auf-node-js-14/14?_=1667244004952) for iobroker/iobroker repo +* v7.1.0-beta.1 (12.10.2022) + * add env DEBUG for extended debugging log + * enhance logging in iobroker-startuo.sh + * enhance build process + * add restart option to maintenance script + * add strict mode for iobroker-startup.sh + * fix "unary operator expected" error ### v7.0.1 (05.07.2022) * backitup restore patch