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/autobrr/autobrr ( v1.47.0 → v1.47.1 ) #8192

Closed bot-ross[bot] closed 3 days ago

bot-ross[bot] commented 3 days ago

This PR contains the following updates:

Package Update Change
ghcr.io/autobrr/autobrr patch v1.47.0 -> v1.47.1

Release Notes

autobrr/autobrr (ghcr.io/autobrr/autobrr) ### [`v1.47.1`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.47.1) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.47.0...v1.47.1) #### Changelog ##### Bug fixes - [`5fec9ac`](https://redirect.github.com/autobrr/autobrr/commit/5fec9ac1b290b0bece4dd88acfbbb8d58b13dfc3): fix(build): do not create flat tarball for web-dist ([#​1757](https://redirect.github.com/autobrr/autobrr/issues/1757)) ([@​fabricionaweb](https://redirect.github.com/fabricionaweb)) - [`a64fd77`](https://redirect.github.com/autobrr/autobrr/commit/a64fd779f82fb8c4512b6a68915dc921f0917c9c): fix(wildcard): check name length ([#​1758](https://redirect.github.com/autobrr/autobrr/issues/1758)) ([@​KyleSanderson](https://redirect.github.com/KyleSanderson)) ##### Other work - [`00326d2`](https://redirect.github.com/autobrr/autobrr/commit/00326d248613b6e77b3ec396d94394e5926b09b1): build(deps): bump autobrr/go-qbittorrent to v1.10.0 ([#​1760](https://redirect.github.com/autobrr/autobrr/issues/1760)) ([@​zze0s](https://redirect.github.com/zze0s)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.47.0...v1.47.1 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.47.1` #### What to do next? - Read the [documentation](https://autobrr.com) - Join our [Discord server](https://discord.gg/WQ2eUycxyT)

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 days ago
--- kubernetes/main/apps/default/autobrr/app Kustomization: flux-system/autobrr HelmRelease: default/autobrr

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

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

               AUTOBRR__PORT: 80
             envFrom:
             - secretRef:
                 name: autobrr-secret
             image:
               repository: ghcr.io/autobrr/autobrr
-              tag: v1.47.0@sha256:42620617db5e2e51bbb4311d57ac3c42e43f0de3c8d158ec09130dd0714876e2
+              tag: v1.47.1@sha256:5364237a98b12bb269384dd4f4feaf7583027591c26bc2e6aaac0baa4e142b34
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 3 days ago
--- HelmRelease: default/autobrr Deployment: default/autobrr

+++ HelmRelease: default/autobrr Deployment: default/autobrr

@@ -59,13 +59,13 @@

           value: INFO
         - name: AUTOBRR__PORT
           value: '80'
         envFrom:
         - secretRef:
             name: autobrr-secret
-        image: ghcr.io/autobrr/autobrr:v1.47.0@sha256:42620617db5e2e51bbb4311d57ac3c42e43f0de3c8d158ec09130dd0714876e2
+        image: ghcr.io/autobrr/autobrr:v1.47.1@sha256:5364237a98b12bb269384dd4f4feaf7583027591c26bc2e6aaac0baa4e142b34
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/healthz/liveness
             port: 80
           initialDelaySeconds: 0