Renovate Bot e6eef886fd
All checks were successful
lint-test-helm / helm-lint (push) Successful in 25s
renovate / renovate (push) Successful in 1m51s
Update ghcr.io/autobrr/qui Docker tag to v1.6.0 (#1889)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.5.0` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>

### [`v1.6.0`](https://github.com/autobrr/qui/releases/tag/v1.6.0)

[Compare Source](https://github.com/autobrr/qui/compare/v1.5.0...v1.6.0)

#### Changelog

##### New Features

- New Nord theme for supporters
- [`ef69130`](ef691301d2): feat(TrackerManager): dynamic TTL for trackers ([#&#8203;477](https://github.com/autobrr/qui/issues/477)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`e282a39`](e282a397ee): feat(dashboard): implement more stats ([#&#8203;488](https://github.com/autobrr/qui/issues/488)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`1baa358`](1baa35891f): feat(database): implement stmts ([#&#8203;460](https://github.com/autobrr/qui/issues/460)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`2a9d6b4`](2a9d6b4ea3): feat(debounce): implement debouncer ([#&#8203;481](https://github.com/autobrr/qui/issues/481)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`7b79c59`](7b79c5901d): feat(proxy): log user agent with invalid API keys ([#&#8203;516](https://github.com/autobrr/qui/issues/516)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`48a2eab`](48a2eab214): feat(proxy): use data from SyncManager ([#&#8203;475](https://github.com/autobrr/qui/issues/475)) ([@&#8203;Audionut](https://github.com/Audionut))
- [`540f61a`](540f61a68a): feat(torrents): add alternative layout to table ([#&#8203;520](https://github.com/autobrr/qui/issues/520)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`60a7e23`](60a7e23ede): feat(torrents): add ctrl+a select all shortcut ([#&#8203;503](https://github.com/autobrr/qui/issues/503)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`11758ef`](11758efd6e): feat(web): add peer flag tooltips in torrent details ([#&#8203;517](https://github.com/autobrr/qui/issues/517)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`37d262e`](37d262ebce): feat(web): streamline torrent footer controls ([#&#8203;522](https://github.com/autobrr/qui/issues/522)) ([@&#8203;s0up4200](https://github.com/s0up4200))

##### Bug Fixes

- [`7946441`](7946441575): fix(backups): handle incomplete jobs at startup ([#&#8203;486](https://github.com/autobrr/qui/issues/486)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`199a732`](199a7327b6): fix(database): refresh closed sqlite statements ([#&#8203;523](https://github.com/autobrr/qui/issues/523)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`e7f79fa`](e7f79fad61): fix(hooks): change default mode to normal in usePersistedCompactViewState ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`3b8bab4`](3b8bab4dcc): fix(http): handle network errors ([#&#8203;498](https://github.com/autobrr/qui/issues/498)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`85bd923`](85bd923b05): fix(proxy): respect base url in service worker ([#&#8203;491](https://github.com/autobrr/qui/issues/491)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`12240f0`](12240f0dda): fix(pwa): ignore proxy path ([#&#8203;487](https://github.com/autobrr/qui/issues/487)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`9e09387`](9e09387f19): fix(qbittorrent): detect unregistered during tracker update ([#&#8203;525](https://github.com/autobrr/qui/issues/525)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`147d9ca`](147d9ca099): fix(test): isolate backup tests with unique database names ([#&#8203;495](https://github.com/autobrr/qui/issues/495)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`381679e`](381679ef2b): fix(torrents): persist delete files checkbox ([#&#8203;496](https://github.com/autobrr/qui/issues/496)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`6c8cf2c`](6c8cf2ceee): fix(torrents): tighten filter sidebar hover feedback ([#&#8203;518](https://github.com/autobrr/qui/issues/518)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`b1ef5d7`](b1ef5d793e): fix(tracker): restore early exit for empty tracker fetches ([#&#8203;512](https://github.com/autobrr/qui/issues/512)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`7625ed3`](7625ed3a32): fix(web): implement virtualization for tags and cats ([#&#8203;483](https://github.com/autobrr/qui/issues/483)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`5ed2800`](5ed2800300): fix(web): keep tag search and selection in sync ([#&#8203;500](https://github.com/autobrr/qui/issues/500)) ([@&#8203;s0up4200](https://github.com/s0up4200))

##### Other Changes

- [`d611070`](d611070e86): Revert "perf(qbittorrent): reuse tracker cache without forced sync" ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`177a3d5`](177a3d5848): docs(readme): mark some seedbox installers as tested ([#&#8203;514](https://github.com/autobrr/qui/issues/514)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`398faf6`](398faf686b): perf(qbittorrent): reuse tracker cache without forced sync ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`1377547`](1377547d47): refactor(logging): remove dumb arrow prefix ([#&#8203;524](https://github.com/autobrr/qui/issues/524)) ([@&#8203;s0up4200](https://github.com/s0up4200))

**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.5.0...v1.6.0>

#### Docker images

- `docker pull ghcr.io/autobrr/qui:v1.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1889
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-29 17:48:00 +00:00
2025-10-20 19:41:19 -05:00
2025-05-15 00:16:59 -05:00
2024-05-22 12:49:28 -05:00
2024-05-22 12:49:28 -05:00
2025-06-28 16:47:31 -05:00

alexlebens.net

GitOps definied infrastrucutre for the alexlebens.net domain.

License

This project is licensed under the terms of the Apache 2.0 License license.

Description
No description provided
Readme Apache-2.0 18 MiB