chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.5.1 → 10.6.1 (#35944)
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 | `21d325d` -> `fe8166b` | --- > [!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> ### [`v10.6.1`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1061-2025-05-29) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.6.0...v10.6.1) ##### Features - add support for `disableOptimisticValueUpdate` driver option ([081ed29](https://redirect.github.com/zwave-js/zwave-js-ui/commit/081ed2977827b6fe19c5140d24c9aacf35b18cfc)), closes [#​4247](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4247) ### [`v10.6.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1060-2025-05-28) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.5.1...v10.6.0) ##### Bug Fixes - **discovery:** set unit_of_measurement to null for power_factor meter ([f6b55ae](https://redirect.github.com/zwave-js/zwave-js-ui/commit/f6b55ae9b5936fdc7ce34b6c0b15433be519dc9b)), closes [#​4220](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4220) ##### Features - bump zwave-js@15.5.0 ([#​4244](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4244)) ([5767c35](https://redirect.github.com/zwave-js/zwave-js-ui/commit/5767c351ef97efb7e5e1db533c25784019368517)) - bump zwave-js@15.6.0 ([#​4248](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4248)) ([2ebc153](https://redirect.github.com/zwave-js/zwave-js-ui/commit/2ebc15380115d3a50c3a6f0f91a25656ad246a28)) #### [10.5.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.5.0...v10.5.1) (2025-05-15) ##### Bug Fixes - **discovery:** override unit_of_measurement for power_factor meter discovery ([e093382](https://redirect.github.com/zwave-js/zwave-js-ui/commit/e0933825aa46da637c50ff1cb8a43ca378c18909)), closes [#​4220](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4220) - otw update and node firmware update progress hangs on finish ([#​4229](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4229)) ([5f36bc9](https://redirect.github.com/zwave-js/zwave-js-ui/commit/5f36bc95d63d8bcb4ef6476a596313814b557527)) ##### Features - bump zwave-js@15.4.2 ([#​4239](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4239)) ([9c1311a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/9c1311ae02a7555f451e9800d435c41b26753e8f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 10.5.1
|
||||
appVersion: 10.6.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/zwave-js/zwave-js-ui
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 22.4.0
|
||||
version: 22.5.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.5.1@sha256:21d325dd5ffae1b4e57dbfa3538e34f697c9f18c11ca87491035e8757e85ebbb
|
||||
tag: 10.6.1@sha256:fe8166b41b7d808a2cb7b39d830db4cb5aaac0b70066552bc1fd4456fbdb3802
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user