mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 14:01:20 -03:00
chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.9.0 → 10.10.0 (#37843)
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 | `6db7cdf` -> `0a19f87` | 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.10.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#10100-2025-07-24) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.9.0...v10.10.0) ##### Bug Fixes - region check for OTA updates ([#​4299](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4299)) ([4c8cae9](4c8cae9c21)) ##### Features - bump zwave-js@15.10.0 ([#​4300](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4300)) ([88787c1](88787c11dc)) - **ui:** validate number inputs against min/max from config ([#​4288](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4288)) ([6e71238](6e7123827c)), closes [#​4285](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4285) </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.9.0
|
||||
appVersion: 10.10.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -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.3.0
|
||||
version: 23.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.9.0@sha256:6db7cdfde1a037b5263e4434d0890619710772464ef72477d1be6c3c3c6b5419
|
||||
tag: 10.10.0@sha256:0a19f8704bf65b14706a2944ffb5aa66d0d7886ca428dba2b29b93277f61ebd3
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user