chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.3.3 → 10.4.1 (#35147)
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 | `de55b8d` -> `5e1e698` | --- > [!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.4.1`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1041-2025-05-07) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.4.0...v10.4.1) ##### Features - bump zwave-js@15.3.1 ([#​4226](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4226)) ([90aa1f6](https://redirect.github.com/zwave-js/zwave-js-ui/commit/90aa1f653d5c71d03672ba914d1f2a750e182aa2)) ### [`v10.4.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1040-2025-05-05) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.3.3...v10.4.0) ##### Bug Fixes - correct serialization of Uint8Array in MQTT messages ([#​4215](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4215)) ([d2c182d](https://redirect.github.com/zwave-js/zwave-js-ui/commit/d2c182d7ba1317060d2936fc07689e873a790a11)) ##### Features - update zwave-js to 15.3.0, always add event handlers after `driver ready` event ([#​4219](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4219)) ([64ae6b4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/64ae6b4fd5290e592839049c5bf884bfed38d0e2)) ##### Performance Improvements - eliminate usage of zwave-js's `/safe` entrypoints and reduce bundle size by 60% ([#​4214](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4214)) ([60d08ce](https://redirect.github.com/zwave-js/zwave-js-ui/commit/60d08cea5ea50134983105701c0cddce53b874f9)) #### [10.3.3](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.3.2...v10.3.3) (2025-04-26) ##### Features - bump zwave-js@15.1.3 ([#​4212](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4212)) ([9a8bd58](https://redirect.github.com/zwave-js/zwave-js-ui/commit/9a8bd581c1dc03f0ec603f7c3ca1f08b372bf582)) #### [10.3.2](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.3.1...v10.3.2) (2025-04-26) ##### Bug Fixes - avoid error `isAnySendDataMessage is not a function` ([#​4211](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4211)) ([80f87dc](https://redirect.github.com/zwave-js/zwave-js-ui/commit/80f87dc915754d60b799cff47c9d40df00c1a776)) #### [10.3.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.3.0...v10.3.1) (2025-04-24) ##### Features - bump zwave-js@15.1.0 ([#​4208](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4208)) ([97683f2](https://redirect.github.com/zwave-js/zwave-js-ui/commit/97683f286630616ab575a3ff21cfbdbf3e2cb610)) </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.3.3
|
||||
appVersion: 10.4.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.2.1
|
||||
version: 22.3.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.3.3@sha256:de55b8d25454eae304da53c703e3bf5de6ad5d3e457faa77acaa5309d71e957b
|
||||
tag: 10.4.1@sha256:5e1e698258c8ead8c0a9cac29e7f714536b6bc0b1b7bdb095cc1928e456f0856
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user