prepare v10 beta

This commit is contained in:
buanet
2024-07-03 22:38:52 +02:00
parent 9252643fe7
commit 4d1b79ee53
3 changed files with 9 additions and 6 deletions

View File

@@ -1 +1 @@
v9.2.0-beta.1
v10.0.0-beta.1

View File

@@ -71,8 +71,8 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm64/v8
linux/arm/v7
# linux/arm64/v8
# linux/arm/v7
tags: |
buanet/iobroker:dev,
buanet/iobroker:dev-node${{ vars.RECOMMENDED_NODE_VERSION }},
@@ -137,8 +137,8 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm64/v8
linux/arm/v7
# linux/arm64/v8
# linux/arm/v7
tags: |
buanet/iobroker:dev-node${{ vars.EXPERIMENTAL_NODE_VERSION }},
ghcr.io/buanet/iobroker:dev-node${{ vars.EXPERIMENTAL_NODE_VERSION }}

View File

@@ -1,7 +1,10 @@
## Changelog
### v9.2.0-beta.1 (coming soon)
### v10.0.0-beta.1 (coming soon)
* upgrade node version to recommended node20
* remove dedicated node setup from dockerfile
* improve logging for failed database check ([#411](https://github.com/buanet/ioBroker.docker/issues/411))
* rework build process due to problems with github actions
### v9.1.2 (05.04.2024)
* fix build process by updating npm to latest