feat(zwavejs2mqtt): update image docker.io/zwavejs/zwave-js-ui 11.20.0 → 11.21.1 (#49405)
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 | `e6b829b` → `1193b96` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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> ### [`v11.21.1`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#11211-2026-06-23) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.20.0...v11.21.1) ##### 🐛 Bug Fixes - confine store paths against the resolved store dir ([#​4685](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4685)) ([a5dc881](https://redirect.github.com/zwave-js/zwave-js-ui/commit/a5dc881fdfbeadfb016563a770d729d757f5f152)), closes [pre-#​4678](https://redirect.github.com/zwave-js/pre-/issues/4678) [#​4678](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4678) - don't return password hash in `PUT /api/password` response ([#​4687](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4687)) ([4b0b7d6](https://redirect.github.com/zwave-js/zwave-js-ui/commit/4b0b7d6be496f3b5c49b6fb55757ddf539e7675b)) - prevent symlinks from escaping the store directory ([#​4678](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4678)) ([592e1b8](https://redirect.github.com/zwave-js/zwave-js-ui/commit/592e1b86d9479d943f04003c56d16e40beab0f66)) - refresh broadcast virtual nodes to avoid querying removed nodes ([#​4688](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4688)) ([8c1981e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/8c1981e1ced2b01e98edbb2ee0f8b4db790f4033)), closes [#​4677](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4677) [#​4677](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4677) - **ui:** separate virtual and physical devices in nodes table ([#​4673](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4673)) ([3a80ce6](https://redirect.github.com/zwave-js/zwave-js-ui/commit/3a80ce6e6d9dc2a9134f3e32e41d85bd2a08392e)), closes [#​4672](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4672) - write self-signed TLS key/cert with owner-only permissions ([#​4686](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4686)) ([2f62656](https://redirect.github.com/zwave-js/zwave-js-ui/commit/2f626565557204daa3c5114615d38efa4a37f159)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC96d2F2ZWpzMm1xdHQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 11.20.0
|
||||
appVersion: 11.21.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -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: 25.10.0
|
||||
version: 25.11.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 11.20.0@sha256:e6b829b209e80bcd9755830e02ca6d8fbc98850b1a0d73d07c37494c449ee0ba
|
||||
tag: 11.21.1@sha256:1193b96b31488e5a6c7895f16a27b2ead38f8a0c3d1bec335bb10b6d9f9e2905
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user