chore(deps): update container image zwavejs/zwave-js-ui to v9.5.0@110b157 (#15539)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | minor | `9.4.1` -> `9.5.0` | --- > [!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.5.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#950-2023-11-30) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.4.1...v9.5.0) ##### Bug Fixes - **ui:** open ota link in new page ([d7621c1](d7621c15dc
)), closes [#​3446](https://togithub.com/zwave-js/zwave-js-ui/issues/3446) ##### Features - bump zwave-js@12.3.2 ([#​3452](https://togithub.com/zwave-js/zwave-js-ui/issues/3452)) ([8727b56](8727b561af
)) - bump zwave-js@12.4.0 ([#​3457](https://togithub.com/zwave-js/zwave-js-ui/issues/3457)) ([1304124](1304124bc7
)) - use `npm` instead of `yarn` ([#​3447](https://togithub.com/zwave-js/zwave-js-ui/issues/3447)) ([1dc07ed](1dc07edb91
)) #### [9.4.1](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.4.0...v9.4.1) (2023-11-27) ##### Bug Fixes - **docker:** skip install when node_modules is present ([#​3429](https://togithub.com/zwave-js/zwave-js-ui/issues/3429)) ([65fe9a4](65fe9a4eff
)) - **docker:** try using custom alpine ([#​3443](https://togithub.com/zwave-js/zwave-js-ui/issues/3443)) ([400cb4f](400cb4fcd9
)) - don't create `STORE_DIR/logs` if `ZWAVEJS_LOGS_DIR` is setted ([#​3439](https://togithub.com/zwave-js/zwave-js-ui/issues/3439)) ([46773f7](46773f7c5a
)) ##### Features - bump zwave-js@12.3.1 ([#​3444](https://togithub.com/zwave-js/zwave-js-ui/issues/3444)) ([662a2c8](662a2c8bd4
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4zIiwidXBkYXRlZEluVmVyIjoiMzcuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
eba49979ac
commit
ac42f675d1
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 9.4.1
|
appVersion: 9.5.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
||||||
- https://github.com/zwave-js/zwavejs2mqtt
|
- https://github.com/zwave-js/zwavejs2mqtt
|
||||||
type: application
|
type: application
|
||||||
version: 16.1.0
|
version: 16.2.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: tools
|
truecharts.org/category: tools
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: zwavejs/zwave-js-ui
|
repository: zwavejs/zwave-js-ui
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 9.4.1@sha256:8111ddd6ee60b1a21f3346c86c8bce4a6b081309714b6ac7496c8ee38d22b8ed
|
tag: 9.5.0@sha256:110b157fe525ef1761113e0d411b8fc4fff625e6f790265900f8ea90d63f0c3d
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue