feat(container): update image ghcr.io/autobrr/autobrr ( v1.68.0 ➔ v1.71.0 )#425
Merged
Aviator-Coding merged 1 commit intomainfrom Jan 26, 2026
Merged
Conversation
Contributor
Author
--- kubernetes/apps/downloads/autobrr/app Kustomization: downloads/autobrr HelmRelease: downloads/autobrr
+++ kubernetes/apps/downloads/autobrr/app Kustomization: downloads/autobrr HelmRelease: downloads/autobrr
@@ -49,13 +49,13 @@
AUTOBRR__PORT: 7474
envFrom:
- secretRef:
name: autobrr-secret
image:
repository: ghcr.io/autobrr/autobrr
- tag: v1.68.0
+ tag: v1.71.0
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
Contributor
Author
--- HelmRelease: downloads/autobrr Deployment: downloads/autobrr
+++ HelmRelease: downloads/autobrr Deployment: downloads/autobrr
@@ -68,13 +68,13 @@
value: '9094'
- name: AUTOBRR__PORT
value: '7474'
envFrom:
- secretRef:
name: autobrr-secret
- image: ghcr.io/autobrr/autobrr:v1.68.0
+ image: ghcr.io/autobrr/autobrr:v1.71.0
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/healthz/liveness
port: 7474
initialDelaySeconds: 0 |
…71.0 ) | datasource | package | from | to | | ---------- | ----------------------- | ------- | ------- | | docker | ghcr.io/autobrr/autobrr | v1.68.0 | v1.71.0 |
1bf3fb1 to
1d36f5b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.68.0→v1.71.0Release Notes
autobrr/autobrr (ghcr.io/autobrr/autobrr)
v1.71.0Compare Source
Changelog
Bug fixes
3ad93c7: fix(cli): correct config option description (#2275) (@undefined-landmark)be367b3: fix(indexers): BTN API increase timeout and change Test RPC method (#2273) (@zze0s)2c5fb6f: fix(indexers): SeedPool new announcer (#2288) (@cmd430)0e18303: fix(releases): add missing valid status for Delete (#2276) (@zze0s)Other work
afcdb18: build(deps): bump the github group with 3 updates (#2287) (@dependabot[bot])b7954e4: build(deps): bump the golang group with 10 updates (#2277) (@dependabot[bot])v1.70.0Compare Source
Changelog
New Features
fecb1dd: feat(database): SQLite improvements (#2266) (@zze0s)12f5765: feat(filters): clarify mode for RegEx fields (#2272) (@zze0s)3e4bd4d: feat(indexers): use Proxy for API client calls (#2268) (@zze0s)a43f52d: feat(proxy): add HTTP support (#2270) (@zze0s)Bug fixes
c66af53: fix(http): keep session cookie SameSite=Lax (#2259) (@s0up4200)Other work
1af9233: build(deps): bump actions/checkout from 5 to 6 in the github group (#2262) (@dependabot[bot])a104c12: docs: update Linux start service command (#2261) (@ChristianMHolt)v1.69.0Compare Source
Changelog
New Features
ed40443: feat(http): make CORS settings configurable (#2178) (@zze0s)8c49577: feat(http): release resources on close (#2164) (@KyleSanderson)e06ead0: feat(indexers): DarkPeers add support for Featured Promo announce type (#2226) (@jschavey)8521a62: feat(indexers): add BJ-Share (#2231) (@zze0s)01c273a: feat(indexers): migrate Aither to SASL authentication (#2250) (@shgew)66f3064: feat(indexers): update ReelFlix domain (#2232) (@zze0s)a7e875f: feat(web): filter releases for Pending status (#2253) (@zze0s)e39850c: feat(web): show warning banner for failed list refreshes (#2101) (@martylukyy)Bug fixes
39bc6d8: fix(database): add missing rows.Close calls (#2238) (@zze0s)19e5020: fix(database): db convert SQLite to PG issues (#2090) (@katiekloss)a39f245: fix(indexers): BJ-Share IRC channel capitilized (#2242) (@fabricionaweb)4aff0c2: fix(indexers): BJ-Share size to torrentSize (@zze0s)791ef09: fix(indexers): HHD regex (#2251) (@zze0s)5568c59: fix(macros): parse exec args on windows (#2233) (@zze0s)009fffa: fix(proxy): test connection with non-redacted creds (#2223) (@zze0s)c7d0927: fix(web): dropdown causes crash (#2252) (@zze0s)Other work
4a9f889: build(deps): bump actions/setup-node from 5 to 6 in the github group (#2227) (@dependabot[bot])b0281b4: build(deps): bump github/codeql-action from 3 to 4 in the github group (#2220) (@dependabot[bot])92028c1: build(deps): bump the github group with 2 updates (#2237) (@dependabot[bot])62bf406: build(deps): bump the golang group with 9 updates (#2245) (@dependabot[bot])d0cd104: build(deps): bump the npm group across 1 directory with 26 updates (#2224) (@dependabot[bot])a5878d8: build(deps): bump the npm group in /web with 13 updates (#2246) (@dependabot[bot])9d9f4f1: build: goreleaser update config (#2256) (@zze0s)10bb765: build: improve parallelism (#2187) (@zze0s)c9595ea: build: remove early web dist publish (#2255) (@zze0s)750e282: chore(indexers): remove iAnon (#2221) (@s0up4200)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 these updates again.
This PR has been generated by Renovate Bot.