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.20.0 → 9.21.0 ) #8136

Closed bot-ross[bot] closed 1 week ago

bot-ross[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui minor 9.20.0 -> 9.21.0

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui) ### [`v9.21.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9210-2024-09-27) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.20.0...v9.21.0) ##### Bug Fixes - **ui:** ui settings not persisted ([#​3914](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3914)) ([1bea0e7](https://redirect.github.com/zwave-js/zwave-js-ui/commit/1bea0e7fd44fff0bd0b33186b6850decb07c14f9)) ##### Features - allow to upload a file to a specific folder ([#​3915](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3915)) ([c98c2c4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/c98c2c4e1a94524b5d2e703e0fc7fe1e2a3e2a70)) - bump zwave-js@13.4.0 ([#​3912](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3912)) ([b9dd414](https://redirect.github.com/zwave-js/zwave-js-ui/commit/b9dd4146389da7f46fc16b4825f59a7fb8c59adb))

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 week 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.20.0@sha256:009c6cd0737ab05b32b9cb5c26bb2cbf150115a6c685600b743ab26131d00a97
+              tag: 9.21.0@sha256:12fe22a8c708b589602878e387c46ea004112d6c4c836ad1291449d9a3ca087e
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 1 week 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.20.0@sha256:009c6cd0737ab05b32b9cb5c26bb2cbf150115a6c685600b743ab26131d00a97
+        image: ghcr.io/zwave-js/zwave-js-ui:9.21.0@sha256:12fe22a8c708b589602878e387c46ea004112d6c4c836ad1291449d9a3ca087e
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0