mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 14:11:21 -03:00
chore(helm): update image docker.io/zwavejs/zwave-js-ui 11.3.1 → 11.4.1 (#40469)
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 | `0191a3f` -> `0390e45` | --- > [!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.4.1`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1141-2025-10-07) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.4.0...v11.4.1) ##### Bug Fixes - restore commonjs build ([#​4405](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4405)) ([f9e51ad](f9e51ad2d0)), closes [#​4401](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4401) ### [`v11.4.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1140-2025-10-06) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.3.1...v11.4.0) ##### Bug Fixes - refresh normal powerlevel after region change in auto mode ([#​4391](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4391)) ([81f4848](81f48486f0)) - **ui:** prevent "undefined" text in parameter chips with manual entry ([#​4388](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4388)) ([defef2c](defef2c1fb)), closes [#​4354](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4354) - **ui:** prevent replace failed node without selecting a node ([#​4380](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4380)) ([a2ae434](a2ae4345ff)), closes [#​4379](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4379) ##### Features - bump zwave-js\@​15.15.0 ([#​4394](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4394)) ([7b0285f](7b0285f3d1)) - notification handling of battery status support ([#​4398](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4398)) ([69b28c4](69b28c46d8)), closes [#​4396](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4396) #### [11.3.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.3.0...v11.3.1) (2025-09-24) ##### Bug Fixes - **ui:** remove useless refresh neighbors call when opening mesh graph ([#​4372](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4372)) ([aff315d](aff315d500)) - **ui:** use a v-number-input for colume input ([fb03fb9](fb03fb9d88)), closes [#​4387](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4387) ##### Features - bump zwave-js\@​15.14.0 ([#​4373](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4373)) ([20029b3](20029b31a7)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 11.3.1
|
||||
appVersion: 11.4.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.22.0
|
||||
@@ -37,9 +37,10 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: zwavejs2mqtt
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
||||
- 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.7.0
|
||||
version: 24.8.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 11.3.1@sha256:0191a3fb96ff88cbc4c7f12e28a10de118def0ea343c39ddc6ce046b6ef78503
|
||||
tag: 11.4.1@sha256:0390e45f6e63d4e1e28f8ef2b0a83f3a1ddd266ecc14225778fefaf0efbe49e2
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user