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/unpackerr/unpackerr ( 0.14.4 → 0.14.5 ) #7954

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/unpackerr/unpackerr patch 0.14.4 -> 0.14.5

Release Notes

Unpackerr/unpackerr (ghcr.io/unpackerr/unpackerr) ### [`v0.14.5`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.5) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.5...v0.14.5) There are no application code updates in this release. I am creating this release to trigger new code that signs FreeBSD and Arch Linux package files. It was incomplete in the previous release. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 ##### What's Changed - Sign all the TXZ and ZST files. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/478](https://togithub.com/Unpackerr/unpackerr/pull/478) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.4...v0.14.5 ### [`v0.14.5`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.5) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.4...v0.14.5) There are no application code updates in this release. I am creating this release to trigger new code that signs FreeBSD and Arch Linux package files. It was incomplete in the previous release. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 ##### What's Changed - Sign all the TXZ and ZST files. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/478](https://togithub.com/Unpackerr/unpackerr/pull/478) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.4...v0.14.5

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 2 months ago
--- HelmRelease: default/unpackerr Deployment: default/unpackerr

+++ HelmRelease: default/unpackerr Deployment: default/unpackerr

@@ -62,13 +62,13 @@

           value: /logs/webserver.log
         - name: UN_WEBSERVER_METRICS
           value: 'true'
         envFrom:
         - secretRef:
             name: unpackerr-secret
-        image: ghcr.io/unpackerr/unpackerr:0.14.4@sha256:1b62f65a94276a517c711891ba8c52efa2bbaa77b168419656e9b3d63dd1da0b
+        image: ghcr.io/unpackerr/unpackerr:0.14.5@sha256:dc72256942ce50d1c8a1aeb5aa85b6ae2680a36eefd2182129d8d210fce78044
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5656
bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/default/unpackerr/app Kustomization: flux-system/unpackerr HelmRelease: default/unpackerr

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

@@ -44,13 +44,13 @@

               UN_WEBSERVER_METRICS: true
             envFrom:
             - secretRef:
                 name: unpackerr-secret
             image:
               repository: ghcr.io/unpackerr/unpackerr
-              tag: 0.14.4@sha256:1b62f65a94276a517c711891ba8c52efa2bbaa77b168419656e9b3d63dd1da0b
+              tag: 0.14.5@sha256:dc72256942ce50d1c8a1aeb5aa85b6ae2680a36eefd2182129d8d210fce78044
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources: