mirror of
https://github.com/truecharts/charts.git
synced 2026-07-21 16:26:19 -03:00
chore(helm): update image docker.io/zwavejs/zwave-js-ui 9.29.1 → 9.30.1 (#31457)
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 | `801005b` -> `69966e5` | --- > [!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> ### [`v9.30.1`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9301-2025-01-28) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.30.0...v9.30.1) ##### Features - bump zwave-js@14.3.8 ([#​4108](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4108)) ([8b8837e](8b8837ecb5)) ### [`v9.30.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9300-2025-01-27) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.29.1...v9.30.0) ##### Bug Fixes - **logger:** standardize module name formatting to uppercase ([dfa47a9](dfa47a9491)) - store nodes preferences in `nodes.json` using homeHex ([#​4104](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4104)) ([e913f10](e913f10b0c)) - **ui:** abort link reliability check on dialog close ([54224d2](54224d21a0)), closes [#​4105](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4105) - **ui:** cleaner popup text when refreshing associations ([abe7137](abe71370a3)), closes [#​4100](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4100) - **ui:** move rebuild routes back to general actions ([c5d9691](c5d96914eb)), closes [#​3559](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3559) - use `uncaughtException` to catch missing exceptions ([4905e0c](4905e0c2c6)), closes [#​4098](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4098) ##### Features - bump [@​kvaster/zwavejs-prom](https://redirect.github.com/kvaster/zwavejs-prom) plugin to 0.0.3 ([c373290](c373290a94)), closes [#​4096](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4096) - **mqtt-discovery:** gateway values setting to enable by default Configuration CC entities ([#​4106](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4106)) ([81ebd61](81ebd61d62)) #### [9.29.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.29.0...v9.29.1) (2025-01-16) ##### Bug Fixes - do not allow to set `Unknown` and `Default (EU)` regions ([a9c8e3a](a9c8e3a3d1)) - **ui:** allow to call rebuild routes against multiple nodes at once ([848a543](848a54387b)), closes [#​3559](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3559) - **ui:** editing Color Switch CC HEX color does not work ([ca030dc](ca030dceb3)), closes [#​4085](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4085) - **ui:** set default iterations for link reliability check to 100 ([#​4082](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4082)) ([f99c28b](f99c28b334)) - **ui:** show rebuild node routes only when there are node selected ([ac1cbb3](ac1cbb30ac)), closes [#​4087](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4087) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.29.1
|
||||
appVersion: 9.30.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/zwave-js/zwave-js-ui
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 21.19.1
|
||||
version: 21.20.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.29.1@sha256:801005b4afe9407e5bfbd0ca16b97cbfb96d2661f34ba179971b2476adcad252
|
||||
tag: 9.30.1@sha256:69966e5a4bf1a6c52cb8b1c15037471a47cd07ae4fcdf24bf807019bba9ce2ee
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user