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/autobrr/autobrr ( v1.42.0 → v1.43.0 ) #7783

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/autobrr/autobrr minor v1.42.0 -> v1.43.0

Release Notes

autobrr/autobrr (ghcr.io/autobrr/autobrr) ### [`v1.43.0`](https://togithub.com/autobrr/autobrr/releases/tag/v1.43.0) [Compare Source](https://togithub.com/autobrr/autobrr/compare/v1.42.0...v1.43.0) #### Changelog ##### New Features - [`4fceccd`](https://togithub.com/autobrr/autobrr/commit/4fceccd6115db00748b9e42cffefa3260f6c83ec): feat(filters): support daily shows ([#​1462](https://togithub.com/autobrr/autobrr/issues/1462)) ([@​kenstir](https://togithub.com/kenstir)) - [`3d6c4c0`](https://togithub.com/autobrr/autobrr/commit/3d6c4c09f5269b7259e46071f034718e7e09b2cc): feat(indexers): add BitHUmen ([#​1576](https://togithub.com/autobrr/autobrr/issues/1576)) ([@​zze0s](https://togithub.com/zze0s)) - [`099a41f`](https://togithub.com/autobrr/autobrr/commit/099a41f61b266d9e31a7a19b25f872e8a6f68c7a): feat(indexers): add FinElite ([#​1562](https://togithub.com/autobrr/autobrr/issues/1562)) ([@​kanyewww](https://togithub.com/kanyewww)) - [`5e88d08`](https://togithub.com/autobrr/autobrr/commit/5e88d08b35bb1b9f02b2b3c9100e42ad2ce53a41): feat(macros): add missing variables ([#​1541](https://togithub.com/autobrr/autobrr/issues/1541)) ([@​MagiX13](https://togithub.com/MagiX13)) ##### Bug fixes - [`2a3dcfb`](https://togithub.com/autobrr/autobrr/commit/2a3dcfbf055d6e4316348b8ef6b6113c7e78259f): fix(auth): show correct error when providing wrong current password at credential change ([#​1549](https://togithub.com/autobrr/autobrr/issues/1549)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`1530e95`](https://togithub.com/autobrr/autobrr/commit/1530e9516d7443f91921c87b4926d1bf5f1bfa63): fix(rss): use custom client for rss tests ([#​1557](https://togithub.com/autobrr/autobrr/issues/1557)) ([@​Intuinewin](https://togithub.com/Intuinewin)) ##### Other work - [`0bd8c1d`](https://togithub.com/autobrr/autobrr/commit/0bd8c1d97426641444a2cfa623df690ef5221c1f): build(deps): bump goreleaser/goreleaser-action from 5 to 6 in the github group ([#​1573](https://togithub.com/autobrr/autobrr/issues/1573)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`f472859`](https://togithub.com/autobrr/autobrr/commit/f472859cb0337872b865a90626361d8e1990bebe): build(deps): bump the golang group with 6 updates ([#​1566](https://togithub.com/autobrr/autobrr/issues/1566)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`0841a1c`](https://togithub.com/autobrr/autobrr/commit/0841a1ce7c2cc7bb07582cab59b5661313f23e35): build(deps): bump the npm group across 1 directory with 23 updates ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`ef32e94`](https://togithub.com/autobrr/autobrr/commit/ef32e947697fc10120193cfe34426e93ff868942): enhancement(web): return more meaningful error message in toast ([#​1558](https://togithub.com/autobrr/autobrr/issues/1558)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`7821f7f`](https://togithub.com/autobrr/autobrr/commit/7821f7fb2f5f10351ecf210edccbced1595ced4b): refactor(web): headlessui v2 ([#​1570](https://togithub.com/autobrr/autobrr/issues/1570)) ([@​martylukyy](https://togithub.com/martylukyy)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.42.0...v1.43.0 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.43.0` #### 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 months ago
--- HelmRelease: default/autobrr Deployment: default/autobrr

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

@@ -56,13 +56,13 @@

           value: INFO
         - name: AUTOBRR__PORT
           value: '80'
         envFrom:
         - secretRef:
             name: autobrr-secret
-        image: ghcr.io/autobrr/autobrr:v1.42.0@sha256:c38f2d0f31a63b98285049524115b238dbb9f1a39d5f60269dd8e9a19de7ebae
+        image: ghcr.io/autobrr/autobrr:v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/healthz/liveness
             port: 80
           initialDelaySeconds: 0
bot-ross[bot] commented 3 months 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.42.0@sha256:c38f2d0f31a63b98285049524115b238dbb9f1a39d5f60269dd8e9a19de7ebae
+              tag: v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3