feat(container): update image ghcr.io/autobrr/qui ( v1.16.0 ➔ v1.20.0 )#3194
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/autobrr/qui ( v1.16.0 ➔ v1.20.0 )#3194renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
qgr1-cluster-0 - helmrelease--- HelmRelease: media/qui StatefulSet: media/qui
+++ HelmRelease: media/qui StatefulSet: media/qui
@@ -53,13 +53,13 @@
value: '80'
- name: TZ
value: America/New_York
envFrom:
- secretRef:
name: qui
- image: ghcr.io/autobrr/qui:v1.16.0@sha256:fcdced7cb8395ce039f2c5f920d890d4ad8bd849faec4c4df31701a8f13423cb
+ image: ghcr.io/autobrr/qui:v1.20.0@sha256:946e96a158d847a01b5d0055aeadfc1998fff021974d0d5b1e61ccd7fb199450
livenessProbe:
failureThreshold: 3
httpGet:
path: /health
port: 80
initialDelaySeconds: 0 |
qgr1-cluster-0 - kustomization--- k8s/base/media/qui Kustomization: flux-system/media-qui HelmRelease: media/qui
+++ k8s/base/media/qui Kustomization: flux-system/media-qui HelmRelease: media/qui
@@ -40,13 +40,13 @@
TZ: America/New_York
envFrom:
- secretRef:
name: '{{ .Release.Name }}'
image:
repository: ghcr.io/autobrr/qui
- tag: v1.16.0@sha256:fcdced7cb8395ce039f2c5f920d890d4ad8bd849faec4c4df31701a8f13423cb
+ tag: v1.20.0@sha256:946e96a158d847a01b5d0055aeadfc1998fff021974d0d5b1e61ccd7fb199450
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
a34c217 to
fa7b038
Compare
fa7b038 to
6ce42fb
Compare
6ce42fb to
5d4faa2
Compare
5d4faa2 to
5a0c2a6
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.16.0→v1.20.0Release Notes
autobrr/qui (ghcr.io/autobrr/qui)
v1.20.0Compare Source
Changelog
New Features
9ad7ffe: feat(automations): add include/exclude for trackers (#1953) (@martylukyy)e73867f: feat(ci): build binaries for develop branch (#1969) (@martylukyy)2020847: feat(crossseed): match cross-tracker relabels and alternate and/& title spellings (#1990) (@nitrobass24)719866b: feat(crossseed): route season packs to categories by resolution and source (#1972) (@s0up4200)a6e22ba: feat(i18n): add French translation, dynamic loading, and browser locale auto-detect (#1956) (@OlziYT)77c6ea8: feat(i18n): add German (de) translation (#1965) (@s0up4200)fc8664b: feat(i18n): add multi-language support with Simplified Chinese (#1732) (@s0up4200)11ace50: feat(sse): stream torrent and activity updates, replacing background polling (#551) (@s0up4200)9b7ed6c: feat(torrents): filter for torrents with other tracker errors (#1945) (@martylukyy)62bbdb4: feat(web): virtualized and memoized the indexer search results (#1944) (@GtwoK)Bug Fixes
b10ef98: fix(api): remove WriteTimeout that aborted downloads and SSE at 120s (#1964) (@s0up4200)255bb3e: fix(arr): make arr_id_cache expiry timezone-independent (#1986) (@nitrobass24)4c1d743: fix(crossseed): harden filesystem fallback and post-add rechecks (#1912) (@Audionut)8b278e5: fix(crossseed): pin explicit savepath when cross category save path diverges (#1993) (@s0up4200)cab1e0f: fix(gazelle): pre-search content matching and api limits (#1981) (@Audionut)c3fa169: fix(i18n): translate torrent state labels (#1955) (@s0up4200)ccb601d: fix(proxy): forward API key auth to qBittorrent on passthrough requests (#1948) (@nitrobass24)3cba046: fix(qbittorrent): match 'repack available'/'grab internal' as unregistered (#1960) (@s0up4200)591941a: fix(sse): pause torrent-list stream while the tab is hidden (#1994) (@s0up4200)f75a1eb: fix(sse): stop intermittent "offline" flips that fall back to polling (#1992) (@nitrobass24)c720c39: fix(web): emit allowSubcategories from the filtered-data callback (#1979) (@nitrobass24)602d440: fix(web): preserve paginated rows on unified-view SSE updates (#1985) (@nitrobass24)Other Changes
1006338: chore(deps): bump actions/checkout from 6 to 6.0.2 in the github group (#1999) (@dependabot[bot])667d654: chore(deps): bump rls to v0.8.1 (#2007) (@s0up4200)cc7d70a: chore(deps): bump the github group with 5 updates (#1937) (@dependabot[bot])cc49a49: chore(deps): bump the github group with 5 updates (#1959) (@dependabot[bot])eff1a65: chore(deps): bump the golang group with 14 updates (#1988) (@dependabot[bot])11da2c7: chore(deps): bump the npm group in /web with 11 updates (#1989) (@dependabot[bot])33aad41: chore(deps): bump the npm group in /web with 28 updates (#1946) (@dependabot[bot])5c74fcf: chore(refactor): remove explicit any and enable no-explicit-any rule (#1966) (@nitrobass24)fefa624: chore(web): add vitest test infrastructure and CI gating (#1936) (@nitrobass24)90b573a: chore(web): remove unused code and packages (#1957) (@martylukyy)078fae9: docs(agents): scope agent guidance (#1995) (@Audionut)264ccfb: refactor(go): remove dead code (#1740) (@s0up4200)48d6f57: refactor(web): extract TorrentTableDialogs from TorrentTableOptimized (#1980) (@nitrobass24)022f553: refactor(web): extract compact-sort, cross-seed, and hotkey hooks (#1976) (@nitrobass24)298c78c: refactor(web): extract torrent-table display helpers and row components (#1970) (@nitrobass24)a5b741a: refactor(web): extract useBulkActionWrappers (#1977) (@nitrobass24)d4a051e: refactor(web): extract useTorrentSelection (#1974) (@nitrobass24)cf84390: refactor(web): extract useTorrentSelectionDerivations (#1975) (@nitrobass24)18adff9: refactor(web): extract useTorrentTableColumns and useTorrentTableNotifications (#1978) (@nitrobass24)eb336ac: refactor(web): extract useTorrentTableFilterExpr (#1973) (@nitrobass24)f1556e8: refactor(web): extract useTrackerIconCache and useEffectiveServerState (#1971) (@nitrobass24)31f2cd9: refactor(web): extract virtualization, filter-lifecycle FSM, and column DnD from TorrentTableOptimized (#1982) (@nitrobass24)fdd0e56: refactor(web): split types/index.ts into domain modules behind a barrel (#1968) (@nitrobass24)2cca076: test(db): speed up migrated database tests (#1938) (@Audionut)a10e697: test(sse): warm up subscription before coalescing burst (#1987) (@s0up4200)05fda2a: test(web): add unit tests for Priority 1 pure utilities (#1940) (@nitrobass24)8df70a5: test: fan out testdb helper to remaining database.New callers (#1962) (@nitrobass24)Full Changelog: autobrr/qui@v1.19.0...v1.20.0
Docker images
docker pull ghcr.io/autobrr/qui:v1.20.0docker pull ghcr.io/autobrr/qui:latestWhat to do next?
Thank you for using qui!
v1.19.0Compare Source
Changelog
New Features
e26bd6b: feat(actions): include web-dist in release artifacts (#1801) (@turtletowerz)2fabce1: feat(automations): add export to instance action (#1736) (@nitrobass24)3fca808: feat(instances): api key authentication (#1854) (@martylukyy)4ab1a75: feat(qbittorrent): show process uptime (#1849) (@s0up4200)292ef70: feat(torrents): hide filter icon when not active or hovering over (#1869) (@martylukyy)3c5cf3b: feat(torrents): implement auto-fit width for columns on double-click (#1867) (@martylukyy)5a9c538: feat(torrents): set comment (#1928) (@martylukyy)754f642: feat(torrents): support new share limit parameters (#1872) (@martylukyy)06a5fb6: feat(torrents): update AddTorrent methods for qbit 5.2.x support (#1902) (@zze0s)45e3adc: feat: add support for monitored folders (#1847) (@martylukyy)Bug Fixes
77c7ae8: fix(automations): discard add torrent response (#1904) (@s0up4200)7a368f1: fix(ci): repair docs and release builds (#1932) (@s0up4200)8bd114e: fix(crossseed): normalize empty qbit metadata (#1887) (@s0up4200)92d66f9: fix(crossseed): reuse shared string normalizer to stop goroutine leak (#1909) (@s0up4200)3c5d32a: fix(crossseed): run external programs after link-mode injection (#1874) (@s0up4200)b02d2a9: fix(qbittorrent): handle forced subcategories (#1863) (@s0up4200)83cdb01: fix(qbittorrent): handle new tracker statuses (#1879) (@s0up4200)b358ab4: fix(rss): mirror torrentParams to legacy flat fields for qBit < 5.0 compat (#1846) (@frrad)5bcf648: fix(seasonpacker): windows path handling (#1910) (@Audionut)7de10c4: fix(torrents): clear filters in unified-view empty state (#1898) (@nitrobass24)38f7bd3: fix(web): Show collapsed folders when searching torrent contents (#1850) (@ewenjo)d70d0bb: fix(web): keep showing torrent column filter icons on touch devices (#1881) (@martylukyy)cecbad7: fix(web): select-all bulk actions delete more torrents than visible when filters are stacked (#1926) (@nitrobass24)780c4aa: fix(web): sidebar element collisions (#1876) (@martylukyy)b621973: fix(web): use unique keys for duplicate search results (#1886) (@GtwoK)Other Changes
ffda071: chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.28.5 to 7.29.4 in /documentation (#1889) (@dependabot[bot])89ab1c8: chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 in /web (#1888) (@dependabot[bot])c420bb2: chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /documentation (#1903) (@dependabot[bot])28e4bf9: chore(deps): bump the github group with 2 updates (#1894) (@dependabot[bot])9b241de: chore(deps): bump the github group with 3 updates (#1861) (@dependabot[bot])4872577: chore(deps): bump webpack-dev-server from 5.2.2 to 5.2.4 in /documentation (#1908) (@dependabot[bot])3e3ec8b: chore(deps): bump ws from 8.18.3 to 8.20.1 in /documentation (#1907) (@dependabot[bot])25cf511: chore(web): migrate to pnpm 11 (#1883) (@martylukyy)4b6dce1: docs: add shared agent instructions symlink (#1911) (@Audionut)97df42c: other(docs): resolve 5 Dependabot security alerts on Docs Site (#1906) (@nitrobass24)5068a4d: refactor(crossseed): gather all results for matching and refine TV based searching (#1871) (@Audionut)9d3e245: refactor(crossseed): improve anime/AKA handling (#1882) (@Audionut)6f2b94c: refactor(torrents): drop unused rename props from TorrentContextMenu (#1900) (@nitrobass24)3ec0605: refactor(web): clean up 180 multiline-ternary warnings repo-wide (#1905) (@nitrobass24)Full Changelog: autobrr/qui@v1.18.0...v1.19.0
Docker images
docker pull ghcr.io/autobrr/qui:v1.19.0docker pull ghcr.io/autobrr/qui:latestWhat to do next?
Thank you for using qui!
v1.18.0Compare Source
Changelog
New Features
b708bc8: feat(automations): add UPLOADED_OVER_SIZE condition field (#1830) (@com6056)565731e: feat(automations): cross-instance HARDLINK_SCOPE_CROSS (#1810) (@nitrobass24)a284860: feat(dirscan): add webhook download client filters (#1751) (@s0up4200)fd54124: feat(web): Add option to copy magnet link from the context menu (#1835) (@pietrocaselani)Bug Fixes
ea33304: fix(crossseed): broaden TV/movie torznab categories and skip year on TV (#1822) (@imSp4rky)3c3f944: fix(license): unblock stale polar license migration (#1799) (@s0up4200)941cf42: fix(qbit): stop serving stale maindata to the status bar (#1785) (@Zariel)ca7590a: fix(rss): populate legacy assignedCategory for qBittorrent < 5.0 comp… (#1836) (@frrad)278441a: fix(settings): explain disabled API keys (#1826) (@s0up4200)0f4eb52: fix(web): remove deprecated tsconfig baseUrl (#1840) (@s0up4200)Other Changes
c6dbf9a: chore(deps): bump postcss from 8.5.6 to 8.5.10 in /documentation (#1837) (@dependabot[bot])053c171: chore(deps): bump the github group across 1 directory with 3 updates (#1834) (@dependabot[bot])4cbedac: chore(deps): bump the golang group with 15 updates (#1832) (@dependabot[bot])dd661e8: chore(deps): bump the npm group in /web with 20 updates (#1833) (@dependabot[bot])82029d6: chore(deps): update go-qbittorrent for new qbt 5.2.x webAPI version (#1841) (@martylukyy)6b5b82e: refactor(time): use seconds and cleanup (#1823) (@Audionut)f5cb0c1: refactor: O(n²) cross-seed lookups in automations preview and execution paths (#1829) (@nitrobass24)Full Changelog: autobrr/qui@v1.17.0...v1.18.0
Docker images
docker pull ghcr.io/autobrr/qui:v1.18.0docker pull ghcr.io/autobrr/qui:latestWhat to do next?
Thank you for using qui!
v1.17.0Compare Source
Changelog
Bug Fixes
52c5e73: fix(automations): clarify cross-seed condition labels (#1763) (@nitrobass24)70e0032: fix(crossseed): skip link-mode category path warnings (#1753) (@s0up4200)85df3e7: fix(orphanscan): align content path root detection (#1771) (@s0up4200)117d617: fix(orphanscan): ignore qBittorrent incomplete files (#1761) (@nitrobass24)388415e: fix(web): fix add torrent/magnet urls (#1762) (@nitrobass24)Other Changes
845599a: chore(ci): speed up CI pipeline (9.3 min → 4.3 min for PRs) (#1750) (@nitrobass24)2b09cf3: chore: trim embedded web assets and Docker build context (#1723) (@nitrobass24)5262f7c: docs: add migration PR guidance (#1748) (@s0up4200)65c7046: refactor(search): table & cards cleanup (#1768) (@nuxencs)Full Changelog: autobrr/qui@v1.16.1...v1.17.0
Docker images
docker pull ghcr.io/autobrr/qui:v1.17.0docker pull ghcr.io/autobrr/qui:latestWhat to do next?
Thank you for using qui!
v1.16.1Compare Source
Changelog
Bug Fixes
e177ad9: fix(auth): harden OIDC PKCE flow (#1746) (@s0up4200)393e2b7: fix(dirscan): tighten flexible matching and improve diagnostics (#1742) (@s0up4200)Full Changelog: autobrr/qui@v1.16.0...v1.16.1
Docker images
docker pull ghcr.io/autobrr/qui:v1.16.1docker pull ghcr.io/autobrr/qui:latestWhat to do next?
Thank you for using qui!
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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 was generated by Mend Renovate. View the repository job log.