Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/zwave-js/zwave-js-ui ( 9.29.0 → 9.29.1 ) #8676

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Jan 16, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui patch 9.29.0 -> 9.29.1

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui)

v9.29.1

Compare Source

Bug Fixes
  • do not allow to set Unknown and Default (EU) regions (a9c8e3a)
  • ui: allow to call rebuild routes against multiple nodes at once (848a543), closes #​3559
  • ui: editing Color Switch CC HEX color does not work (ca030dc), closes #​4085
  • ui: set default iterations for link reliability check to 100 (#​4082) (f99c28b)
  • ui: show rebuild node routes only when there are node selected (ac1cbb3), closes #​4087

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner January 16, 2025 18:07
@bot-ross bot-ross bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Jan 16, 2025
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Jan 16, 2025

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

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

@@ -38,13 +38,13 @@

           app:
             env:
               PORT: 80
               TZ: America/New_York
             image:
               repository: ghcr.io/zwave-js/zwave-js-ui
-              tag: 9.29.0@sha256:458e614feea64bbc422081e26e32d46f44edf5ce45f4eefab39a1efe46813ba3
+              tag: 9.29.1@sha256:801005b4afe9407e5bfbd0ca16b97cbfb96d2661f34ba179971b2476adcad252
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Jan 16, 2025

--- 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.29.0@sha256:458e614feea64bbc422081e26e32d46f44edf5ce45f4eefab39a1efe46813ba3
+        image: ghcr.io/zwave-js/zwave-js-ui:9.29.1@sha256:801005b4afe9407e5bfbd0ca16b97cbfb96d2661f34ba179971b2476adcad252
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0

@onedr0p onedr0p merged commit 1b9d85c into main Jan 16, 2025
10 checks passed
@onedr0p onedr0p deleted the renovate/ghcr.io-zwave-js-zwave-js-ui-9.29.x branch January 16, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant