chore(deps): update container image zwavejs/zwave-js-ui to v9.8.2@3e9e11b by renovate (#17755)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | patch | `9.8.1` -> `9.8.2` | --- > [!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.8.2`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#982-2024-01-29) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.8.1...v9.8.2) ##### Bug Fixes - **mqtt:** handel numbers to bool coerce and value conf on current value ([49ac0a3](49ac0a30e5
)) ##### Features - bump zwave-js@12.4.3 ([#​3555](https://togithub.com/zwave-js/zwave-js-ui/issues/3555)) ([e9d3118](e9d31180fc
)) - **ui:** allow to toggle persistent/discovery fields from HA discovery table ([#​3569](https://togithub.com/zwave-js/zwave-js-ui/issues/3569)) ([b86b84c](b86b84c571
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
f68701b10e
commit
095e7955a4
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.8.1
|
||||
appVersion: 9.8.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.29
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 18.3.0
|
||||
version: 18.3.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.8.1@sha256:c35bed5f696c75d0f10154de4597d2e495a1747f44a4af42676b37cc6dcf5056
|
||||
tag: 9.8.2@sha256:3e9e11bb054b72938acb15b49ca7185b976cdb9129917b2a80ba39da6a617f34
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue