onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(container): update ghcr.io/zwave-js/zwave-js-ui ( 9.17.0 → 9.18.0 ) #8060

Closed bot-ross[bot] closed 1 month ago

bot-ross[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui minor 9.17.0 -> 9.18.0

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui) ### [`v9.18.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9180-2024-08-30) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.17.0...v9.18.0) ##### Bug Fixes - **ui:** allow to perform OTW update from controller advanced actions ([5e06fee](https://redirect.github.com/zwave-js/zwave-js-ui/commit/5e06fee50f2a9381422f62654f38082db52e7a49)), closes [#​3844](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3844) ##### Features - bump [@​zwave-js/server](https://redirect.github.com/zwave-js/server)[@​1](https://redirect.github.com/1).38.0 ([#​3872](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3872)) ([978e2b3](https://redirect.github.com/zwave-js/zwave-js-ui/commit/978e2b38db47366173152c4eb56e836a62aa8ef0)) - bump zwave-js@13.2.0 ([#​3849](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3849)) ([cfcde4a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/cfcde4a61113139ac2436e3d8338e9d0a6299397)) - **ui:** add streamer mode setting to hide sensitive informations ([#​3867](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3867)) ([f8387b4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/f8387b4caeecc269aaf3d713f6043201de552ba8)) - **ui:** settings ui improvements ([#​3871](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3871)) ([fe93420](https://redirect.github.com/zwave-js/zwave-js-ui/commit/fe93420a596dc5dd96d55e1715b4326626c58ac7))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 1 month ago
--- kubernetes/main/apps/default/zwave/app Kustomization: flux-system/zwave HelmRelease: default/zwave

+++ kubernetes/main/apps/default/zwave/app Kustomization: flux-system/zwave HelmRelease: default/zwave

@@ -40,13 +40,13 @@

           app:
             env:
               PORT: 80
               TZ: America/New_York
             image:
               repository: ghcr.io/zwave-js/zwave-js-ui
-              tag: 9.17.0@sha256:9e525130a0a4d76b723a4e8b2d0244f1d8c9a347de232ee0d3ec3c9026f5e08f
+              tag: 9.18.0@sha256:a5309a5baa308d4ab12e60388efb5a44bd7359e0e7ad2d50935454dee5f5cd75
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 1 month ago
--- HelmRelease: default/zwave Deployment: default/zwave

+++ HelmRelease: default/zwave Deployment: default/zwave

@@ -45,13 +45,13 @@

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: TZ
           value: America/New_York
-        image: ghcr.io/zwave-js/zwave-js-ui:9.17.0@sha256:9e525130a0a4d76b723a4e8b2d0244f1d8c9a347de232ee0d3ec3c9026f5e08f
+        image: ghcr.io/zwave-js/zwave-js-ui:9.18.0@sha256:a5309a5baa308d4ab12e60388efb5a44bd7359e0e7ad2d50935454dee5f5cd75
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0