From 75e77d51e40c7fd732009a56e7cc9a0961fd51cd Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 25 Jan 2024 20:52:18 +0100 Subject: [PATCH 01/21] update docker hub readme --- docs/README_docker_hub_buanet.md | 3 ++- docs/README_docker_hub_iobroker.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README_docker_hub_buanet.md b/docs/README_docker_hub_buanet.md index ff31094..9ccd9aa 100644 --- a/docs/README_docker_hub_buanet.md +++ b/docs/README_docker_hub_buanet.md @@ -35,7 +35,8 @@ New major image versions (e.g. v6, v7, v8) usually include a new major version o It is highly recommended not to use the `latest` tag for production, especially when using any kind of automated update procedure like watchtower. Please use the `latest-v[major_version]` tag instead. ### Node 18 versions -* [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile) +* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile) +* [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile) * [`v9.0.1`](https://github.com/buanet/ioBroker.docker/blob/v9.0.1/debian12/Dockerfile) * [`v8.1.0`](https://github.com/buanet/ioBroker.docker/blob/v8.1.0/debian/node18/Dockerfile), [`latest-v8`](https://github.com/buanet/ioBroker.docker/blob/v8.1.0/debian/node18/Dockerfile), * [`v8.0.1`](https://github.com/buanet/ioBroker.docker/blob/v8.0.1/debian/node18/Dockerfile) diff --git a/docs/README_docker_hub_iobroker.md b/docs/README_docker_hub_iobroker.md index 0d96388..4f3d475 100644 --- a/docs/README_docker_hub_iobroker.md +++ b/docs/README_docker_hub_iobroker.md @@ -37,7 +37,8 @@ New major image versions (e.g. v6, v7, v8) usually include a new major version o It is highly recommended not to use the `latest` tag for production, especially when using any kind of automated update procedure like watchtower. Please use the `latest-v[major_version]` tag instead. ### Node 18 versions -* [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile) +* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile) +* [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile) * [`v9.0.1`](https://github.com/buanet/ioBroker.docker/blob/v9.0.1/debian12/Dockerfile) * [`v9.0.0`](https://github.com/buanet/ioBroker.docker/blob/v9.0.0/debian12/Dockerfile) * [`v8.1.0`](https://github.com/buanet/ioBroker.docker/blob/v8.1.0/debian/node18/Dockerfile), [`latest-v8`](https://github.com/buanet/ioBroker.docker/blob/v8.1.0/debian/node18/Dockerfile), From 21b82c4053298b42a43b377a8290b09ef79997e1 Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 30 Jan 2024 23:44:27 +0000 Subject: [PATCH 02/21] new ioBroker versions --- .github/dependencies/.admin-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.admin-version b/.github/dependencies/.admin-version index d4e6cb4..b12af06 100644 --- a/.github/dependencies/.admin-version +++ b/.github/dependencies/.admin-version @@ -1 +1 @@ -6.12.0 +6.13.15 From bb12dd4b7bf410166215e92a122a74eb44f0ddc7 Mon Sep 17 00:00:00 2001 From: Wolfram Quester Date: Sun, 4 Feb 2024 15:27:58 +0100 Subject: [PATCH 03/21] insignificant typo fixes Sorry, due to lack of experience with ioBroker I can only nit-pick --- README.md | 8 ++++---- docs/README_docker_hub_buanet.md | 2 +- docs/README_docker_hub_iobroker.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a7f0cf..c52e390 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Looking for documentation? :arrow_right: [docs.buanet.de](https://docs.buanet.de ### How to run the image? -You can find some basic information about the image amd how to run it on the [Docker Hub page](https://hub.docker.com/r/buanet/iobroker) or [here](https://github.com/buanet/ioBroker.docker/blob/main/docs/README_docker_hub_buanet.md). +You can find some basic information about the image and how to run it on the [Docker Hub page](https://hub.docker.com/r/buanet/iobroker) or [here](https://github.com/buanet/ioBroker.docker/blob/main/docs/README_docker_hub_buanet.md). ### Is there a more detailed documentation? @@ -61,11 +61,11 @@ Please do not use the issues for support questions. Not every error message is w ### Beta testing -If you want to get the newest features and changes feel free to use/ test the beta version of the Docker image. For more details and beta support join us at "beta testing & feedback" > "docker-image" at the [ioBroker Discord channel](https://discord.gg/5jGWNKnpZ8). +If you want to get the newest features and changes feel free to use/test the beta version of the Docker image. For more details and beta support join us at "beta testing & feedback" > "docker-image" at the [ioBroker Discord channel](https://discord.gg/5jGWNKnpZ8). ### Support the project -The easiest way to support this project is to leave me some likes/ stars on Github and Docker hub!
+The easiest way to support this project is to leave me some likes/stars on Github and Docker hub!
If you want to give something back to the community, feel free to take a look into the [open issues](https://github.com/buanet/ioBroker.docker/issues) or the [ioBroker forum thread](http://forum.iobroker.net/viewtopic.php?f=17&t=5089) and help me answering questions, fixing bugs or adding new features!
If that doesn't work for you and you want to buy me a pizza instead, you can do this here:
Thank you! @@ -78,7 +78,7 @@ Moved to [CHANGELOG.md](CHANGELOG.md). MIT License -Copyright (c) 2017-2023 André Germann +Copyright (c) 2017-2024 André Germann Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/README_docker_hub_buanet.md b/docs/README_docker_hub_buanet.md index 9ccd9aa..7e509c9 100644 --- a/docs/README_docker_hub_buanet.md +++ b/docs/README_docker_hub_buanet.md @@ -49,7 +49,7 @@ It is highly recommended not to use the `latest` tag for production, especially # What is ioBroker? -IoBroker is a open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: "adapters") ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.
+IoBroker is an open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: "adapters") ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.
All data is stored in a central database that all adapters can access. With this it is very easy to build up logical connections, automation scripts and beautiful visualizations.
For further details please check out [iobroker.net](https://www.iobroker.net). diff --git a/docs/README_docker_hub_iobroker.md b/docs/README_docker_hub_iobroker.md index 4f3d475..1fa1014 100644 --- a/docs/README_docker_hub_iobroker.md +++ b/docs/README_docker_hub_iobroker.md @@ -52,7 +52,7 @@ It is highly recommended not to use the `latest` tag for production, especially # What is ioBroker? -IoBroker is a open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: "adapters") ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.
+IoBroker is an open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: "adapters") ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.
All data is stored in a central database that all adapters can access. With this it is very easy to build up logical connections, automation scripts and beautiful visualizations.
For further details please check out [iobroker.net](https://www.iobroker.net). @@ -148,5 +148,5 @@ For more information about networking with Docker please refer to the [official # Support the Project -If you like what you see please leave us stars and likes on our repos and join our growing community. +If you like what you see please leave us stars and likes on our repos and join our growing community.
See you soon. :) From 649fd1e300957277a191d0147ab051767a272b7f Mon Sep 17 00:00:00 2001 From: buanet Date: Sun, 4 Feb 2024 23:44:18 +0000 Subject: [PATCH 04/21] new ioBroker versions --- .github/dependencies/.admin-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.admin-version b/.github/dependencies/.admin-version index b12af06..1548359 100644 --- a/.github/dependencies/.admin-version +++ b/.github/dependencies/.admin-version @@ -1 +1 @@ -6.13.15 +6.13.16 From 5c2a6e42ddc794220eb6bd6b8881db65bbd7e115 Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 20 Feb 2024 23:44:27 +0000 Subject: [PATCH 05/21] new ioBroker versions --- .github/dependencies/.js-controller-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.js-controller-version b/.github/dependencies/.js-controller-version index d9150af..f3eb74e 100644 --- a/.github/dependencies/.js-controller-version +++ b/.github/dependencies/.js-controller-version @@ -1 +1 @@ -5.0.17 +5.0.19 From 89cd94b0b80ea53ea84f404ab3f59bae27778161 Mon Sep 17 00:00:00 2001 From: buanet Date: Wed, 21 Feb 2024 23:44:37 +0000 Subject: [PATCH 06/21] new ioBroker versions --- .github/dependencies/.backitup-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.backitup-version b/.github/dependencies/.backitup-version index d8589d1..9005dd0 100644 --- a/.github/dependencies/.backitup-version +++ b/.github/dependencies/.backitup-version @@ -1 +1 @@ -2.9.8 +2.10.11 From 7f6bc5052fd16e41ebe885753cb093a25bc2e545 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 14 Mar 2024 23:44:25 +0000 Subject: [PATCH 07/21] new ioBroker versions --- .github/dependencies/.discovery-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.discovery-version b/.github/dependencies/.discovery-version index 6aba2b2..fdc6698 100644 --- a/.github/dependencies/.discovery-version +++ b/.github/dependencies/.discovery-version @@ -1 +1 @@ -4.2.0 +4.4.0 From 2b3421bb7ab0d28a21f6edee3aac86d508565b73 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 4 Apr 2024 16:47:04 +0200 Subject: [PATCH 08/21] update version check for nodejs --- .github/workflows/version-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-checks.yml b/.github/workflows/version-checks.yml index b6e46d7..4a69248 100644 --- a/.github/workflows/version-checks.yml +++ b/.github/workflows/version-checks.yml @@ -43,8 +43,8 @@ jobs: curl -sL https://repo.iobroker.live/sources-dist.json | \ jq -r '."discovery".version' > .github/dependencies/.discovery-version echo "[LOG] Fetched discovery version is $(cat .github/dependencies/.discovery-version)" - curl -sL "https://deb.nodesource.com/node_18.x/dists/bullseye/main/binary-amd64/Packages" | \ - awk -F ': ' '/^Version:/ {split($2,a,"-"); print a[1]}' > .github/dependencies/.nodejs-version + curl -sL https://nodejs.org/dist/index.json | \ + jq -r 'map(select(.version | startswith("v18."))) | .[0].version' > .github/dependencies/.nodejs-version echo "[LOG] Fetched nodejs version is $(cat .github/dependencies/.nodejs-version)" - name: Check for modified files From 74e3789edd5f5bcd059ee4596e22d16ba2d69476 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 4 Apr 2024 14:47:55 +0000 Subject: [PATCH 09/21] new ioBroker versions --- .github/dependencies/.nodejs-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.nodejs-version b/.github/dependencies/.nodejs-version index 4a1f488..ef33d65 100644 --- a/.github/dependencies/.nodejs-version +++ b/.github/dependencies/.nodejs-version @@ -1 +1 @@ -18.17.1 +v18.20.1 From 7249d9e5856451a3f521443f08e839d211c698ba Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 5 Apr 2024 09:13:34 +0200 Subject: [PATCH 10/21] update docs --- docs/README_docker_hub_buanet.md | 3 ++- docs/README_docker_hub_iobroker.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README_docker_hub_buanet.md b/docs/README_docker_hub_buanet.md index 9ccd9aa..698dee2 100644 --- a/docs/README_docker_hub_buanet.md +++ b/docs/README_docker_hub_buanet.md @@ -35,7 +35,8 @@ New major image versions (e.g. v6, v7, v8) usually include a new major version o It is highly recommended not to use the `latest` tag for production, especially when using any kind of automated update procedure like watchtower. Please use the `latest-v[major_version]` tag instead. ### Node 18 versions -* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile) +* [`v9.1.2`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile) +* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile) * [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile) * [`v9.0.1`](https://github.com/buanet/ioBroker.docker/blob/v9.0.1/debian12/Dockerfile) * [`v8.1.0`](https://github.com/buanet/ioBroker.docker/blob/v8.1.0/debian/node18/Dockerfile), [`latest-v8`](https://github.com/buanet/ioBroker.docker/blob/v8.1.0/debian/node18/Dockerfile), diff --git a/docs/README_docker_hub_iobroker.md b/docs/README_docker_hub_iobroker.md index 4f3d475..8a0a574 100644 --- a/docs/README_docker_hub_iobroker.md +++ b/docs/README_docker_hub_iobroker.md @@ -37,7 +37,8 @@ New major image versions (e.g. v6, v7, v8) usually include a new major version o It is highly recommended not to use the `latest` tag for production, especially when using any kind of automated update procedure like watchtower. Please use the `latest-v[major_version]` tag instead. ### Node 18 versions -* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile) +* [`v9.1.2`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile) +* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile) * [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile) * [`v9.0.1`](https://github.com/buanet/ioBroker.docker/blob/v9.0.1/debian12/Dockerfile) * [`v9.0.0`](https://github.com/buanet/ioBroker.docker/blob/v9.0.0/debian12/Dockerfile) From 1dc2a7e57ec644ab84a2c8c98599a881858d00f0 Mon Sep 17 00:00:00 2001 From: buanet Date: Sat, 6 Apr 2024 00:55:47 +0200 Subject: [PATCH 11/21] fix typo --- docs/README_docker_hub_buanet.md | 2 +- docs/README_docker_hub_iobroker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README_docker_hub_buanet.md b/docs/README_docker_hub_buanet.md index bb646ef..25ded5c 100644 --- a/docs/README_docker_hub_buanet.md +++ b/docs/README_docker_hub_buanet.md @@ -112,7 +112,7 @@ You could use environment variables to auto configure your ioBroker container on * `IOB_STATESDB_TYPE` (optional, default: jsonl) Set type of ioBroker states db, could be "jsonl", "file" (deprecated) or "redis" * `IOB_STATESDB_HOST` (optional, default: 127.0.0.1) Set host for ioBroker states db, supports comma separated list for Redis Sentinel Cluster * `IOB_STATESDB_PORT` (optional, default: 9000) Set port for ioBroker states db, supports comma separated list for Redis Sentinel Cluster -* `IOB_STATESDB_PASS` (optional, default: 9000) Set authentication for Redis db connection +* `IOB_STATESDB_PASS` (optional) Set authentication for Redis db connection * `IOB_STATESDB_NAME` (optional, default: mymaster) Set name for Redis Sentinel cluster db ### Activate special features: diff --git a/docs/README_docker_hub_iobroker.md b/docs/README_docker_hub_iobroker.md index a09c885..a05a246 100644 --- a/docs/README_docker_hub_iobroker.md +++ b/docs/README_docker_hub_iobroker.md @@ -115,7 +115,7 @@ You could use environment variables to auto configure your ioBroker container on * `IOB_STATESDB_TYPE` (optional, default: jsonl) Set type of ioBroker states db, could be "jsonl", "file" (deprecated) or "redis" * `IOB_STATESDB_HOST` (optional, default: 127.0.0.1) Set host for ioBroker states db, supports comma separated list for Redis Sentinel Cluster * `IOB_STATESDB_PORT` (optional, default: 9000) Set port for ioBroker states db, supports comma separated list for Redis Sentinel Cluster -* `IOB_STATESDB_PASS` (optional, default: 9000) Set authentication for Redis db connection +* `IOB_STATESDB_PASS` (optional) Set authentication for Redis db connection * `IOB_STATESDB_NAME` (optional, default: mymaster) Set name for Redis Sentinel cluster db ### Activate special features: From c6b49e4979ef8fdf900b827683c3928844b5823c Mon Sep 17 00:00:00 2001 From: buanet Date: Wed, 10 Apr 2024 23:44:32 +0000 Subject: [PATCH 12/21] new ioBroker versions --- .github/dependencies/.nodejs-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.nodejs-version b/.github/dependencies/.nodejs-version index ef33d65..fb3e660 100644 --- a/.github/dependencies/.nodejs-version +++ b/.github/dependencies/.nodejs-version @@ -1 +1 @@ -v18.20.1 +v18.20.2 From 3bc1952219846fbf16b5ba27ff9323e2cc1d12bb Mon Sep 17 00:00:00 2001 From: buanet Date: Mon, 15 Apr 2024 23:44:33 +0000 Subject: [PATCH 13/21] new ioBroker versions --- .github/dependencies/.backitup-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.backitup-version b/.github/dependencies/.backitup-version index 9005dd0..46b81d8 100644 --- a/.github/dependencies/.backitup-version +++ b/.github/dependencies/.backitup-version @@ -1 +1 @@ -2.10.11 +2.11.0 From 320a92dff4eab39ea4a820588322c502bc3a457e Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 21 May 2024 23:44:28 +0000 Subject: [PATCH 14/21] new ioBroker versions --- .github/dependencies/.nodejs-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.nodejs-version b/.github/dependencies/.nodejs-version index fb3e660..5f09eed 100644 --- a/.github/dependencies/.nodejs-version +++ b/.github/dependencies/.nodejs-version @@ -1 +1 @@ -v18.20.2 +v18.20.3 From 5247639a66ad0b648153c4da632795a99f45093c Mon Sep 17 00:00:00 2001 From: buanet Date: Wed, 12 Jun 2024 23:44:36 +0000 Subject: [PATCH 15/21] new ioBroker versions --- .github/dependencies/.discovery-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.discovery-version b/.github/dependencies/.discovery-version index fdc6698..a84947d 100644 --- a/.github/dependencies/.discovery-version +++ b/.github/dependencies/.discovery-version @@ -1 +1 @@ -4.4.0 +4.5.0 From c5194b970109db96b77f55297847c722ab1e1682 Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 25 Jun 2024 23:44:19 +0000 Subject: [PATCH 16/21] new ioBroker versions --- .github/dependencies/.admin-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.admin-version b/.github/dependencies/.admin-version index 1548359..f9424fb 100644 --- a/.github/dependencies/.admin-version +++ b/.github/dependencies/.admin-version @@ -1 +1 @@ -6.13.16 +6.17.14 From 9218a316bb5d4637b063888fbb1f268457016f44 Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 9 Jul 2024 23:44:26 +0000 Subject: [PATCH 17/21] new ioBroker versions --- .github/dependencies/.nodejs-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.nodejs-version b/.github/dependencies/.nodejs-version index 5f09eed..d78bf0a 100644 --- a/.github/dependencies/.nodejs-version +++ b/.github/dependencies/.nodejs-version @@ -1 +1 @@ -v18.20.3 +v18.20.4 From c933164f4130f6ff0342752d24ceb3018aaa13a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Germann?= Date: Sat, 13 Jul 2024 23:08:44 +0200 Subject: [PATCH 18/21] Create build-debian12-beta_ext.yml --- .github/workflows/build-debian12-beta_ext.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/build-debian12-beta_ext.yml diff --git a/.github/workflows/build-debian12-beta_ext.yml b/.github/workflows/build-debian12-beta_ext.yml new file mode 100644 index 0000000..57d32b4 --- /dev/null +++ b/.github/workflows/build-debian12-beta_ext.yml @@ -0,0 +1,28 @@ +# Github action to trigger external Debian12 image build (Tag: beta) +name: Trigger external Build (beta) + +on: + release: + types: [prereleased] + workflow_dispatch: + inputs: + chose_node_version: + type: choice + description: 'Which Node version should be used?' + options: + - 'Recommended Node version (default)' + - 'Experimental Node version' + - 'Both Node versions' + +jobs: + trigger_beta_build: + runs-on: ubuntu-latest + steps: + - name: Trigger build (beta) + uses: benc-uk/workflow-dispatch@v1.2 + with: + ref: refs/heads/main + workflow: iob.docker - Build Debian 12 Image (beta) + repo: buanet/private.actionsrunner + inputs: '{ "chose_node_version": "${{ inputs.chose_node_version }}" }' + token: ${{ secrets.ACTIONS_PAT }} From da53a96d3cef38534098db35d44db384cbde8370 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 1 Aug 2024 23:49:33 +0000 Subject: [PATCH 19/21] new ioBroker versions --- .github/dependencies/.js-controller-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.js-controller-version b/.github/dependencies/.js-controller-version index f3eb74e..f1bb5eb 100644 --- a/.github/dependencies/.js-controller-version +++ b/.github/dependencies/.js-controller-version @@ -1 +1 @@ -5.0.19 +6.0.9 From 119367dcd91bba23382e6c4178357865c65fbc01 Mon Sep 17 00:00:00 2001 From: buanet Date: Fri, 2 Aug 2024 23:49:14 +0000 Subject: [PATCH 20/21] new ioBroker versions --- .github/dependencies/.admin-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.admin-version b/.github/dependencies/.admin-version index f9424fb..e63dec8 100644 --- a/.github/dependencies/.admin-version +++ b/.github/dependencies/.admin-version @@ -1 +1 @@ -6.17.14 +7.0.22 From 7257f37b5b09e656060e4b65b2bd627751dd5ffe Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 6 Aug 2024 23:49:35 +0000 Subject: [PATCH 21/21] new ioBroker versions --- .github/dependencies/.backitup-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies/.backitup-version b/.github/dependencies/.backitup-version index 46b81d8..ec187c4 100644 --- a/.github/dependencies/.backitup-version +++ b/.github/dependencies/.backitup-version @@ -1 +1 @@ -2.11.0 +3.0.16