mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 22:41:21 -03:00
chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.7.0 → 10.8.0 (#37220)
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 | `52b6ee2` -> `d8f23d8` | 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.8.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1080-2025-07-07) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.7.0...v10.8.0) ##### Bug Fixes - **ui:** correct template syntax for total frames display in Zniffer component ([6e5f0a4](6e5f0a4a97)) - **ui:** enhance theme handling and protocol color management ([d0efbb1](d0efbb105c)) - **ui:** typo in restart prompt ([#​4263](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4263)) ([9e4bc7e](9e4bc7efa2)) ##### Features - bump zwave-js@15.8.0 ([#​4264](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4264)) ([cc15d30](cc15d30574)) - implement automatic powerlevel setting for US/EU regions ([#​4269](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4269)) ([ef54a21](ef54a21d2b)) - **ui:** improve colors contrast in dark mode ([#​4092](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4092)) ([c630ea4](c630ea468b)) - **ui:** support system preference color scheme ([#​4266](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4266)) ([03bad6c](03bad6cadf)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.7.0
|
||||
appVersion: 10.8.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.12.6
|
||||
@@ -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: 23.0.5
|
||||
version: 23.1.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.7.0@sha256:52b6ee2c37fa1a3c13a8d8f59b45145b546ec31b5c85d5053e1279fc558c5a1e
|
||||
tag: 10.8.0@sha256:d8f23d86505ec9ddfbf26d2b25b47272662c1f61d283593c8317c23c8baa0706
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user