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

fix(container): update ghcr.io/zwave-js/zwave-js-ui ( 9.14.3 → 9.14.4 ) #7826

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui patch 9.14.3 -> 9.14.4

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui) ### [`v9.14.4`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9144-2024-06-26) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.14.3...v9.14.4) ##### Bug Fixes - **ui:** hide open in new window inside popup window ([28dc90b](https://togithub.com/zwave-js/zwave-js-ui/commit/28dc90badc2355c49c7294a8fe83fa8559b3808e)) ##### Features - bump zwave-js@12.12.1 ([#​3787](https://togithub.com/zwave-js/zwave-js-ui/issues/3787)) ([2010e1e](https://togithub.com/zwave-js/zwave-js-ui/commit/2010e1ecfb5f5fbbb9d059c76ca8db67b909926f))

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 3 months 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.14.3@sha256:2b25b558dcdfdb246c530657e65024dba96292fdf4c73ed87ac7f0d5f9e9d50d
+              tag: 9.14.4@sha256:a364cf7e171065761dbf6a0593c0b2346929ca13087c758a634d2941936d6583
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 3 months 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.14.3@sha256:2b25b558dcdfdb246c530657e65024dba96292fdf4c73ed87ac7f0d5f9e9d50d
+        image: ghcr.io/zwave-js/zwave-js-ui:9.14.4@sha256:a364cf7e171065761dbf6a0593c0b2346929ca13087c758a634d2941936d6583
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0