From 05347a1eda4763ce11fc80e2753ec45a2b871204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:09:36 +0000 Subject: [PATCH 01/13] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-debian12-beta.yml | 4 ++-- .github/workflows/build-debian12-dev.yml | 4 ++-- .github/workflows/build-debian12-latest.yml | 4 ++-- .github/workflows/update-docker-readme.yml | 2 +- .github/workflows/version-checks.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-debian12-beta.yml b/.github/workflows/build-debian12-beta.yml index 133340d..80d49aa 100644 --- a/.github/workflows/build-debian12-beta.yml +++ b/.github/workflows/build-debian12-beta.yml @@ -24,7 +24,7 @@ jobs: run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: 'buanet/ioBroker.docker' ref: ${{ env.RELEASE_TAG }} @@ -96,7 +96,7 @@ jobs: run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: 'buanet/ioBroker.docker' ref: ${{ env.RELEASE_TAG }} diff --git a/.github/workflows/build-debian12-dev.yml b/.github/workflows/build-debian12-dev.yml index 36a783e..e7d5146 100644 --- a/.github/workflows/build-debian12-dev.yml +++ b/.github/workflows/build-debian12-dev.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: 'buanet/ioBroker.docker' @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: 'buanet/ioBroker.docker' diff --git a/.github/workflows/build-debian12-latest.yml b/.github/workflows/build-debian12-latest.yml index 38354a6..3a94bd4 100644 --- a/.github/workflows/build-debian12-latest.yml +++ b/.github/workflows/build-debian12-latest.yml @@ -18,7 +18,7 @@ jobs: echo "RELEASE_TAG=$LATESTRELEASE" >> $GITHUB_ENV - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: 'buanet/ioBroker.docker' ref: ${{ env.RELEASE_TAG }} @@ -94,7 +94,7 @@ jobs: echo "RELEASE_TAG=$LATESTRELEASE" >> $GITHUB_ENV - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: 'buanet/ioBroker.docker' ref: ${{ env.RELEASE_TAG }} diff --git a/.github/workflows/update-docker-readme.yml b/.github/workflows/update-docker-readme.yml index c7ef664..dd096c3 100644 --- a/.github/workflows/update-docker-readme.yml +++ b/.github/workflows/update-docker-readme.yml @@ -12,7 +12,7 @@ jobs: update-docker-readme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - name: Update Docker Hub Readme (buanet) uses: peter-evans/dockerhub-description@v4.0.0 diff --git a/.github/workflows/version-checks.yml b/.github/workflows/version-checks.yml index b6e46d7..21f5c96 100644 --- a/.github/workflows/version-checks.yml +++ b/.github/workflows/version-checks.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: 'buanet/ioBroker.docker' token: ${{ secrets.ACTIONS_PAT }} From 5ca414109bad094e402a82729e54b314e931b7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:03:19 +0000 Subject: [PATCH 02/13] Bump docker/setup-buildx-action from 3.0.0 to 3.2.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-debian12-beta.yml | 4 ++-- .github/workflows/build-debian12-dev.yml | 4 ++-- .github/workflows/build-debian12-latest.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-debian12-beta.yml b/.github/workflows/build-debian12-beta.yml index 133340d..3f1b05b 100644 --- a/.github/workflows/build-debian12-beta.yml +++ b/.github/workflows/build-debian12-beta.yml @@ -54,7 +54,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.2.0 - name: Login to DockerHub uses: docker/login-action@v3.0.0 @@ -126,7 +126,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.2.0 - name: Login to DockerHub uses: docker/login-action@v3.0.0 diff --git a/.github/workflows/build-debian12-dev.yml b/.github/workflows/build-debian12-dev.yml index 36a783e..3c1ceba 100644 --- a/.github/workflows/build-debian12-dev.yml +++ b/.github/workflows/build-debian12-dev.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.2.0 - name: Login to DockerHub uses: docker/login-action@v3.0.0 @@ -114,7 +114,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.2.0 - name: Login to DockerHub uses: docker/login-action@v3.0.0 diff --git a/.github/workflows/build-debian12-latest.yml b/.github/workflows/build-debian12-latest.yml index 38354a6..f77d296 100644 --- a/.github/workflows/build-debian12-latest.yml +++ b/.github/workflows/build-debian12-latest.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.2.0 - name: Login to DockerHub (buanet) uses: docker/login-action@v3.0.0 @@ -124,7 +124,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.2.0 - name: Login to DockerHub (buanet) uses: docker/login-action@v3.0.0 From abb803a4ffeb49a014fdd2d0151c4b6fc4c9f18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:03:23 +0000 Subject: [PATCH 03/13] Bump docker/login-action from 3.0.0 to 3.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-debian12-beta.yml | 8 ++++---- .github/workflows/build-debian12-dev.yml | 8 ++++---- .github/workflows/build-debian12-latest.yml | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-debian12-beta.yml b/.github/workflows/build-debian12-beta.yml index 133340d..ea3130e 100644 --- a/.github/workflows/build-debian12-beta.yml +++ b/.github/workflows/build-debian12-beta.yml @@ -57,13 +57,13 @@ jobs: uses: docker/setup-buildx-action@v3.0.0 - name: Login to DockerHub - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ secrets.PACKAGES_USER }} @@ -129,13 +129,13 @@ jobs: uses: docker/setup-buildx-action@v3.0.0 - name: Login to DockerHub - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ secrets.PACKAGES_USER }} diff --git a/.github/workflows/build-debian12-dev.yml b/.github/workflows/build-debian12-dev.yml index 36a783e..dd5818f 100644 --- a/.github/workflows/build-debian12-dev.yml +++ b/.github/workflows/build-debian12-dev.yml @@ -51,13 +51,13 @@ jobs: uses: docker/setup-buildx-action@v3.0.0 - name: Login to DockerHub - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ secrets.PACKAGES_USER }} @@ -117,13 +117,13 @@ jobs: uses: docker/setup-buildx-action@v3.0.0 - name: Login to DockerHub - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ secrets.PACKAGES_USER }} diff --git a/.github/workflows/build-debian12-latest.yml b/.github/workflows/build-debian12-latest.yml index 38354a6..f19387d 100644 --- a/.github/workflows/build-debian12-latest.yml +++ b/.github/workflows/build-debian12-latest.yml @@ -51,13 +51,13 @@ jobs: uses: docker/setup-buildx-action@v3.0.0 - name: Login to DockerHub (buanet) - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ secrets.PACKAGES_USER }} @@ -127,7 +127,7 @@ jobs: uses: docker/setup-buildx-action@v3.0.0 - name: Login to DockerHub (buanet) - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKER_USER_IOB }} password: ${{ secrets.DOCKER_PASS_IOB }} From 4c39600957fee2fcb314dc464e67f998028b2ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:03:26 +0000 Subject: [PATCH 04/13] Bump docker/build-push-action from 5.1.0 to 5.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-debian12-beta.yml | 4 ++-- .github/workflows/build-debian12-dev.yml | 4 ++-- .github/workflows/build-debian12-latest.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-debian12-beta.yml b/.github/workflows/build-debian12-beta.yml index 133340d..1f1760d 100644 --- a/.github/workflows/build-debian12-beta.yml +++ b/.github/workflows/build-debian12-beta.yml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: ./debian12 file: ./debian12/Dockerfile @@ -142,7 +142,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: ./debian12 file: ./debian12/Dockerfile diff --git a/.github/workflows/build-debian12-dev.yml b/.github/workflows/build-debian12-dev.yml index 36a783e..3b20ea0 100644 --- a/.github/workflows/build-debian12-dev.yml +++ b/.github/workflows/build-debian12-dev.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: ./debian12 file: ./debian12/Dockerfile @@ -130,7 +130,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: ./debian12 file: ./debian12/Dockerfile diff --git a/.github/workflows/build-debian12-latest.yml b/.github/workflows/build-debian12-latest.yml index 38354a6..103882f 100644 --- a/.github/workflows/build-debian12-latest.yml +++ b/.github/workflows/build-debian12-latest.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: ./debian12 file: ./debian12/Dockerfile @@ -133,7 +133,7 @@ jobs: password: ${{ secrets.DOCKER_PASS_IOB }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: ./debian12 file: ./debian12/Dockerfile From 5835a0e835d9392a5ceb555642a17c0048d08519 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 4 Apr 2024 21:55:54 +0200 Subject: [PATCH 05/13] preparation --- .VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.VERSION b/.VERSION index 5f91e20..b72af84 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v9.1.1 \ No newline at end of file +v9.2.0-beta.1 \ No newline at end of file From 026d05013612cc1e7be0da8d9c102af74666f386 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 4 Apr 2024 23:49:35 +0200 Subject: [PATCH 06/13] temp fix npm test --- debian12/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian12/Dockerfile b/debian12/Dockerfile index 8ffa3fe..0a4e11f 100644 --- a/debian12/Dockerfile +++ b/debian12/Dockerfile @@ -41,9 +41,13 @@ RUN apt-get update && apt-get upgrade -y \ # Install node && mkdir -p /etc/apt/keyrings \ && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \ - && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE}.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \ + && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE}.x nodistro InRelease" | tee /etc/apt/sources.list.d/nodesource.list \ && printf "Package: *\nPin: origin deb.nodesource.com\nPin-Priority: 1001\n" > /etc/apt/preferences.d/nodesource \ && apt-get update && apt-get install -q -y --no-install-recommends nodejs \ + # Temp Fix (Update npm) + npm -v \ + npm install -g npm@latest \ + npm -v\ # Install node-gyp && npm install --production -g node-gyp \ # Generating locales From beead83dbf0871bc47b4b998c3e9cb3d638630e1 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 4 Apr 2024 23:51:03 +0200 Subject: [PATCH 07/13] fix typo --- debian12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/Dockerfile b/debian12/Dockerfile index 0a4e11f..ec523d9 100644 --- a/debian12/Dockerfile +++ b/debian12/Dockerfile @@ -47,7 +47,7 @@ RUN apt-get update && apt-get upgrade -y \ # Temp Fix (Update npm) npm -v \ npm install -g npm@latest \ - npm -v\ + npm -v \ # Install node-gyp && npm install --production -g node-gyp \ # Generating locales From 8f1fe5b986545dd3992b64fd57c43d110e8c040c Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 4 Apr 2024 23:54:08 +0200 Subject: [PATCH 08/13] testing --- debian12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/Dockerfile b/debian12/Dockerfile index ec523d9..73af63b 100644 --- a/debian12/Dockerfile +++ b/debian12/Dockerfile @@ -41,7 +41,7 @@ RUN apt-get update && apt-get upgrade -y \ # Install node && mkdir -p /etc/apt/keyrings \ && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \ - && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE}.x nodistro InRelease" | tee /etc/apt/sources.list.d/nodesource.list \ + && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE}.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \ && printf "Package: *\nPin: origin deb.nodesource.com\nPin-Priority: 1001\n" > /etc/apt/preferences.d/nodesource \ && apt-get update && apt-get install -q -y --no-install-recommends nodejs \ # Temp Fix (Update npm) From f575c6688396f36eb44b7021540623b3ef3001ba Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 5 Apr 2024 00:03:09 +0200 Subject: [PATCH 09/13] testing --- debian12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/Dockerfile b/debian12/Dockerfile index 73af63b..1660a87 100644 --- a/debian12/Dockerfile +++ b/debian12/Dockerfile @@ -46,7 +46,7 @@ RUN apt-get update && apt-get upgrade -y \ && apt-get update && apt-get install -q -y --no-install-recommends nodejs \ # Temp Fix (Update npm) npm -v \ - npm install -g npm@latest \ + npm install npm@latest \ npm -v \ # Install node-gyp && npm install --production -g node-gyp \ From 731a01339ccac8f3e3ec44dc1022036ccd93eabd Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 5 Apr 2024 00:06:17 +0200 Subject: [PATCH 10/13] fix --- debian12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian12/Dockerfile b/debian12/Dockerfile index 1660a87..30c93a6 100644 --- a/debian12/Dockerfile +++ b/debian12/Dockerfile @@ -45,9 +45,9 @@ RUN apt-get update && apt-get upgrade -y \ && printf "Package: *\nPin: origin deb.nodesource.com\nPin-Priority: 1001\n" > /etc/apt/preferences.d/nodesource \ && apt-get update && apt-get install -q -y --no-install-recommends nodejs \ # Temp Fix (Update npm) - npm -v \ - npm install npm@latest \ - npm -v \ + && npm -v \ + && npm install -g npm@latest \ + && npm -v \ # Install node-gyp && npm install --production -g node-gyp \ # Generating locales From 283776f5117987d37dfbbd3ab7f50291f7df33dd Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 5 Apr 2024 08:13:54 +0200 Subject: [PATCH 11/13] preparing hotfix for npm issue --- .VERSION | 2 +- CHANGELOG.md | 3 +++ debian12/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.VERSION b/.VERSION index b72af84..f4f40ad 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v9.2.0-beta.1 \ No newline at end of file +v9.1.2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dad0c85..37d1389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### v9.1.2 (05.04.2024) +* fix build process by updating npm to latest + ### v9.1.1 (24.01.2024) * fix node js setup diff --git a/debian12/Dockerfile b/debian12/Dockerfile index 30c93a6..1a84bfa 100644 --- a/debian12/Dockerfile +++ b/debian12/Dockerfile @@ -44,7 +44,7 @@ RUN apt-get update && apt-get upgrade -y \ && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE}.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \ && printf "Package: *\nPin: origin deb.nodesource.com\nPin-Priority: 1001\n" > /etc/apt/preferences.d/nodesource \ && apt-get update && apt-get install -q -y --no-install-recommends nodejs \ - # Temp Fix (Update npm) + # Temp Fix (check/log npm version, update npm to latest) && npm -v \ && npm install -g npm@latest \ && npm -v \ From c1b43166d17bafb72a35219733cc24ab87a2cf47 Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 5 Apr 2024 08:15:36 +0200 Subject: [PATCH 12/13] hotfix beta --- .VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.VERSION b/.VERSION index f4f40ad..dc50f5a 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v9.1.2 \ No newline at end of file +v9.1.2-beta.1 \ No newline at end of file From bfe581df36873d550a6e613bd16895bad4abe46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Germann?= Date: Fri, 5 Apr 2024 09:08:49 +0200 Subject: [PATCH 13/13] Update .VERSION --- .VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.VERSION b/.VERSION index dc50f5a..0e1418a 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v9.1.2-beta.1 \ No newline at end of file +v9.1.2