Update ghcr.io/autobrr/qui Docker tag to v1.11.0 (#2734)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.10.0` -> `v1.11.0` | --- ### Release Notes <details> <summary>autobrr/qui (ghcr.io/autobrr/qui)</summary> ### [`v1.11.0`](https://github.com/autobrr/qui/releases/tag/v1.11.0) [Compare Source](https://github.com/autobrr/qui/compare/v1.10.0...v1.11.0) #### Changelog ##### New Features - [`6e65de4`](6e65de4d28): feat(torrents): add "não registrado" to unregistered status ([#​794](https://github.com/autobrr/qui/issues/794)) ([@​fabricionaweb](https://github.com/fabricionaweb)) - [`ac5f8f3`](ac5f8f3fc3): feat(torrents): add web seeds table ([#​808](https://github.com/autobrr/qui/issues/808)) ([@​s0up4200](https://github.com/s0up4200)) - [`24559c9`](24559c9654): feat(web): add Size default sort option to Tracker Breakdown table settings ([#​786](https://github.com/autobrr/qui/issues/786)) ([@​thesecretlifeofabunny](https://github.com/thesecretlifeofabunny)) ##### Bug Fixes - [`69ed1a3`](69ed1a3a71): fix(api): respect baseURL for path autocompletion cap ([#​798](https://github.com/autobrr/qui/issues/798)) ([@​Ryu481](https://github.com/Ryu481)) - [`0a721d0`](0a721d04da): fix(crossseed): add verification and retry for async file renames ([#​789](https://github.com/autobrr/qui/issues/789)) ([@​s0up4200](https://github.com/s0up4200)) - [`e9fcbda`](e9fcbda129): fix(crossseed): pass source filters through to FindCandidates ([#​802](https://github.com/autobrr/qui/issues/802)) ([@​s0up4200](https://github.com/s0up4200)) - [`b4f1ffa`](b4f1ffa524): fix(crossseed): require strict HDR and Collection matching ([#​799](https://github.com/autobrr/qui/issues/799)) ([@​s0up4200](https://github.com/s0up4200)) - [`4f3365b`](4f3365b908): fix(sync): edited trackers no longer appear under old domain in sidebar ([#​792](https://github.com/autobrr/qui/issues/792)) ([@​s0up4200](https://github.com/s0up4200)) - [`fcb081e`](fcb081ef8b): fix(web): move global stats to bottom of torrents page ([#​800](https://github.com/autobrr/qui/issues/800)) ([@​s0up4200](https://github.com/s0up4200)) - [`13b40b5`](13b40b5d3c): fix(web): prevent Edit Tracker Name dialog overflow ([#​797](https://github.com/autobrr/qui/issues/797)) ([@​s0up4200](https://github.com/s0up4200)) - [`8e3b352`](8e3b35275c): fix(web): replace completion filter inputs with MultiSelect dropdowns ([#​791](https://github.com/autobrr/qui/issues/791)) ([@​s0up4200](https://github.com/s0up4200)) - [`adfd5bb`](adfd5bb349): fix(web): restore piece size display in torrent details panel ([#​790](https://github.com/autobrr/qui/issues/790)) ([@​s0up4200](https://github.com/s0up4200)) - [`5d97b49`](5d97b49fa8): fix(web): sort trackers by display name in filter sidebar ([#​810](https://github.com/autobrr/qui/issues/810)) ([@​s0up4200](https://github.com/s0up4200)) - [`2fad4e8`](2fad4e880d): fix(web): use total counts for Seeds/Peers column filtering ([#​796](https://github.com/autobrr/qui/issues/796)) ([@​s0up4200](https://github.com/s0up4200)) ##### Other Changes - [`1bf1b6e`](1bf1b6e7c0): chore(crossseed): add debug logging for RSS and webhook source filters ([#​795](https://github.com/autobrr/qui/issues/795)) ([@​s0up4200](https://github.com/s0up4200)) - [`95e4bc0`](95e4bc0581): chore(deps): bump github.com/expr-lang/expr from 1.17.6 to 1.17.7 ([#​809](https://github.com/autobrr/qui/issues/809)) ([@​dependabot](https://github.com/dependabot)\[bot]) **Full Changelog**: <https://github.com/autobrr/qui/compare/v1.10.0...v1.11.0> #### Docker images - `docker pull ghcr.io/autobrr/qui:v1.11.0` - `docker pull ghcr.io/autobrr/qui:latest` #### What to do next? - Join our [Discord server](https://discord.autobrr.com/qui) Thank you for using qui! </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2734 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #2734.
This commit is contained in:
@@ -198,7 +198,7 @@ qbittorrent:
|
|||||||
qui:
|
qui:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/autobrr/qui
|
repository: ghcr.io/autobrr/qui
|
||||||
tag: v1.10.0
|
tag: v1.11.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: QUI__METRICS_ENABLED
|
- name: QUI__METRICS_ENABLED
|
||||||
|
|||||||
Reference in New Issue
Block a user