chore(deps): update container image zwavejs/zwave-js-ui to v9.8.3@fdbaa40 by renovate (#18172)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | patch | `9.8.2` -> `9.8.3` | --- > [!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.3`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#983-2024-02-06) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.8.2...v9.8.3) ##### Bug Fixes - **discovery:** revert "improve MQTT discovery for scene CC" ([#​3583](https://togithub.com/zwave-js/zwave-js-ui/issues/3583)) ([16b8c1f](16b8c1fc82
)) - **mqtt-discovery:** modify thermostat\_2gig to use endpoint 0 ([#​3579](https://togithub.com/zwave-js/zwave-js-ui/issues/3579)) ([4ba9ead](4ba9ead465
)) - **ui:** misleading `unconnected` label changed to `unknown` ([beaa1a2](beaa1a2090
)), closes [#​3562](https://togithub.com/zwave-js/zwave-js-ui/issues/3562) - **ui:** show nlwr route when lwr is unknown in overview ([#​3584](https://togithub.com/zwave-js/zwave-js-ui/issues/3584)) ([a1f8cc2](a1f8cc2a93
)) ##### Features - **mqtt:** allow to set options in multicast/broadcast requests ([#​3573](https://togithub.com/zwave-js/zwave-js-ui/issues/3573)) ([9ba5886](9ba5886bea
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
ccac846989
commit
5b35effbd4
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.8.2
|
||||
appVersion: 9.8.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
|
@ -25,7 +25,7 @@ keywords:
|
|||
- zwave-js
|
||||
- z-wave
|
||||
- zwave
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -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.2
|
||||
version: 18.3.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.8.2@sha256:3e9e11bb054b72938acb15b49ca7185b976cdb9129917b2a80ba39da6a617f34
|
||||
tag: 9.8.3@sha256:fdbaa4021a0650530a92b5308a980f8c4e7d023cee2834daa0f98bd5416d32d3
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue