feat(container): update image ghcr.io/autobrr/qui ( v1.16.0 ➔ v1.19.0 )#3194
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/autobrr/qui ( v1.16.0 ➔ v1.19.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.19.0@sha256:baa07db5326f75f8c2246703603cbe2132476c8ad0ab31c976a960cb4c4731f5
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.19.0@sha256:baa07db5326f75f8c2246703603cbe2132476c8ad0ab31c976a960cb4c4731f5
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
a34c217 to
fa7b038
Compare
fa7b038 to
6ce42fb
Compare
6ce42fb to
5d4faa2
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.19.0Release Notes
autobrr/qui (ghcr.io/autobrr/qui)
v1.19.0Compare Source
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.