chore(deps): update container image zwavejs/zwave-js-ui to v9.13.1@3ec7aeb by renovate (#22662)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | patch | `9.13.0` -> `9.13.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary> ### [`v9.13.1`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9131-2024-05-30) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.13.0...v9.13.1) ##### Bug Fixes - **ui:** serial port validation ([f7f846e](f7f846e28f
)), closes [#​3728](https://togithub.com/zwave-js/zwave-js-ui/issues/3728) - **zniffer:** possible error when zniffer is disabled ([6c42bf8](6c42bf86b3
)), closes [#​3729](https://togithub.com/zwave-js/zwave-js-ui/issues/3729) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
9ce258cea9
commit
1f485ff69f
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.13.0
|
||||
appVersion: 9.13.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.10
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/zwave-js/zwavejs2mqtt
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 20.2.0
|
||||
version: 20.2.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.13.0@sha256:e44e9fdee90fac85fa5c98969a98550d2e6160b037a34ede9727f240cc1d180e
|
||||
tag: 9.13.1@sha256:3ec7aeba2fe2c9c4b85005bd47c010123363e3da911073689afd9388cbf7feee
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue