mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 21:54:04 -03:00
chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.1.5 → 10.2.0 (#34456)
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 | `c0e011e` -> `fde63d4` | 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.2.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1020-2025-04-14) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.5...v10.2.0) ##### Bug Fixes - refresh LR powerlevel, not region after setting LR powerlevel ([#​4198](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4198)) ([741878a](741878a41d)) ##### Features - bump zwave-js@15.0.6 ([#​4201](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4201)) ([9df8b19](9df8b1916a)) #### [10.1.5](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.4...v10.1.5) (2025-04-07) ##### Bug Fixes - config path resolution inside pkg on Windows ([#​4190](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4190)) ([8a8847a](8a8847a43c)) ##### Features - bump zwave-js@15.0.5 ([#​4191](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4191)) ([7e351fe](7e351fe0bf)) #### [10.1.4](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.3...v10.1.4) (2025-04-02) ##### Features - bump zwave-js@15.0.4 ([#​4185](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4185)) ([90faddc](90faddc2a6)) #### [10.1.3](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.2...v10.1.3) (2025-03-27) ##### Bug Fixes - **discovery:** improve check for updating thermostats discovery ([#​4176](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4176)) ([a6d908d](a6d908d9a1)) - **ui:** enhance help method to include min and max values ([3c64537](3c645378fa)), closes [#​3789](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3789) - **ui:** restart button not visible when auth is not enabled ([f89158b](f89158b873)), closes [#​4177](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4177) #### [10.1.2](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.1...v10.1.2) (2025-03-25) ##### Bug Fixes - remove leftover `console.log` statement ([#​4171](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4171)) ([b93c4da](b93c4da672)) ##### Features - bump zwave-js@15.0.3 ([#​4172](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4172)) ([4f403ce](4f403ceea5)) #### [10.1.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.0...v10.1.1) (2025-03-24) ##### Bug Fixes - normalize paths for pkg on Windows ([#​4168](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4168)) ([c1d935b](c1d935bb25)) </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.1.5
|
||||
appVersion: 10.2.0
|
||||
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.0.3
|
||||
version: 22.1.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.1.5@sha256:c0e011e92cd286e5c600ec9b14ef7e3a3c6ef1653b468dc45af923f060de870a
|
||||
tag: 10.2.0@sha256:fde63d4a761c56874ae05b5d26e78c0465c1562789941a9fd62b1768de54e4fb
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user