chore(helm): update image docker.io/zwavejs/zwave-js-ui 9.26.0 → 9.27.0 (#29233)
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 | `dd945bf` -> `c5f2d1c` | --- > [!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.27.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9270-2024-11-12) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.26.0...v9.27.0) ##### Bug Fixes - **ui:** add support for `step` on value ids inputs ([1107718](https://redirect.github.com/zwave-js/zwave-js-ui/commit/1107718f674e222aa1b4efdfe4a397b68c37341d)) ##### Features - allow to upload firmware in zip files ([#​3985](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3985)) ([5fecb60](https://redirect.github.com/zwave-js/zwave-js-ui/commit/5fecb603157fab6f70656ab4846a692a840f68bf)) - bump zwave-js@14.3.1 ([#​3993](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3993)) ([ce079d2](https://redirect.github.com/zwave-js/zwave-js-ui/commit/ce079d267a5eef633883aa2e171e8f8c14f87373)) - **ui:** allow to specify rf region in OTA fw updates when it's unknown ([#​3984](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3984)) ([b7a8c4d](https://redirect.github.com/zwave-js/zwave-js-ui/commit/b7a8c4df25b9806feea6d39ad06a7dff4fb1e690)) - **ui:** re-order Z-Wave settings, prevent setting invalid regions ([#​3981](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3981)) ([cf7142e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/cf7142e534190511e41df057a11b7ff2edee86c3)) - zwave-js@14.3.0 and [@​zwave-js/server](https://redirect.github.com/zwave-js/server)[@​1](https://redirect.github.com/1).40.0 ([#​3960](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3960)) ([b2c0372](https://redirect.github.com/zwave-js/zwave-js-ui/commit/b2c03724ff09c1e9add07df6f20292991feada6b)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.26.0
|
||||
appVersion: 9.27.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -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.14.1
|
||||
version: 21.15.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.26.0@sha256:dd945bf63aca8c31763d90addf36db1f0d809c232b806d193173c329c03a183f
|
||||
tag: 9.27.0@sha256:c5f2d1c7661fddd4d0fa149c275b1a59a9dcd17f7fb61294dbe2e2d8079485f4
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user