feat(zwavejs2mqtt): update image docker.io/zwavejs/zwave-js-ui 11.10.1 → 11.11.0 (#44502)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | minor | `d38bee8` -> `d14b02b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (docker.io/zwavejs/zwave-js-ui)</summary> ### [`v11.11.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#11110-2026-02-03) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.10.1...v11.11.0) ##### ✨ Features - bump zwave-js\@​15.20.1 ([#​4527](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4527)) ([cf9dec4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/cf9dec463f3be6f782cd9e3263c3c13285990eef)) - support embedding Z-Wave JS UI in other software ([#​4520](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4520)) ([9b081cc](https://redirect.github.com/zwave-js/zwave-js-ui/commit/9b081cc396c3270c4ad8118edf79b49055e01427)) ##### 🐛 Bug Fixes - correct JSON template syntax in color temperature command ([ceabeae](https://redirect.github.com/zwave-js/zwave-js-ui/commit/ceabeaead4e1fa8a90879d1ffc296900ea48bd1a)), closes [#​4528](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4528) ##### 🔧 Chores - add NPM version verification and update step in release workflow ([d864664](https://redirect.github.com/zwave-js/zwave-js-ui/commit/d864664074dafb521ce3a46adf8e9ae62b02cc07)) - add registry URL to Node.js setup in release workflow ([f3e74d2](https://redirect.github.com/zwave-js/zwave-js-ui/commit/f3e74d231f6b741f7d402bea19530c4efe629b1c)) - add registry URL to Node.js setup in release workflow ([89e5ecd](https://redirect.github.com/zwave-js/zwave-js-ui/commit/89e5ecdcef931cd1b1e271d7b930bcde18272742)) - add skipChecks option to npm configuration in release-it setup ([43a86e1](https://redirect.github.com/zwave-js/zwave-js-ui/commit/43a86e1e370ce8ba8e181e110c071e6458d54ba0)) - enable npm provenance ([13ed900](https://redirect.github.com/zwave-js/zwave-js-ui/commit/13ed900f6465d3a586c23aff450ec9b6ee999bc1)) - remove registry URL from Node.js setup in release workflow ([fbe735e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/fbe735ee58dcef9a8bb68da7683b61ba4ba21c20)) - remove registry URL from Node.js setup in release workflow ([c4a1673](https://redirect.github.com/zwave-js/zwave-js-ui/commit/c4a16736b37221b6154bad6111429bc00f226210)) - simplify npm upgrade step in release workflow ([afb6d07](https://redirect.github.com/zwave-js/zwave-js-ui/commit/afb6d0745acdc975849cf8f8be23adaed010e81c)) - update Node.js version to 22.x in release workflow ([dc9a3b7](https://redirect.github.com/zwave-js/zwave-js-ui/commit/dc9a3b7306c1262254fdd4b5fe87d84a6c10e2c8)) - update release-it version to 19.2.4 in package.json and package-lock.json ([3628cc4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/3628cc4f84da19f823d1121e44ebca6a5e98cbdc)) - update repository URL format and restructure bin entry in package.json ([d4f7c6a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/d4f7c6a8096bdc168de6324328f6c6c6d3196cd3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvendhdmVqczJtcXR0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 11.10.1
|
||||
appVersion: 11.11.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -25,24 +25,24 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Full featured Z-Wave Control Panel and MQTT Gateway, using NodeJS and Vue.
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/zwavejs2mqtt
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp
|
||||
home: https://truecharts.org/charts/stable/zwavejs2mqtt
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp
|
||||
keywords:
|
||||
- zwavejs2mqtt
|
||||
- zwave-js-ui
|
||||
- zwave-js
|
||||
- z-wave
|
||||
- zwave
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: zwavejs2mqtt
|
||||
sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zwavejs2mqtt
|
||||
- https://github.com/zwave-js/zwave-js-ui
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 24.19.12
|
||||
version: 24.20.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 11.10.1@sha256:d38bee896a9d99dd6d558c258c9935656ea73e58b7ebf1cae5479a73f6e0553e
|
||||
tag: 11.11.0@sha256:d14b02b56c99445d1fb8af2fb2a6c413a915fd5b3d93f4f7ef456a74bfd05b8a
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user