eca6f7ab00
update version
renovate / renovate (push) Successful in 1m16s
render-manifests-push / render-manifests-push (push) Failing after 2s
lint-test-helm / lint-helm (push) Successful in 28s
2025-12-14 15:57:28 -06:00
0a0de68fb2
Update caronc/apprise Docker tag to v1.3.0 ( #2511 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 2m15s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [caronc/apprise](https://github.com/caronc/apprise-api ) | minor | `1.2.6` -> `1.3.0` |
---
### Release Notes
<details>
<summary>caronc/apprise-api (caronc/apprise)</summary>
### [`v1.3.0`](https://github.com/caronc/apprise-api/releases/tag/v1.3.0 ): Apprise API Release v1.3.0
[Compare Source](https://github.com/caronc/apprise-api/compare/v1.2.6...v1.3.0 )
##### Overview
This is a signifigant release that refactors almost the entire website giving it a much more polished/improved look.
- Improved instructional text and layout in the configuration template.
- Minor template clean-up and formatting alignment for the help content.
- Updated the configuration list view to support API based calls so it can return JSON when requested,
instead of always rendering the template.
- This enables programmatic consumption of configuration IDs/keys.
- The API version is now exposed in headers in addition to the Apprise library
version, reducing confusion about the relationship between the two packages.
- `/cfg/<key>` now accepts `POST` in addition to the previous retrieval approach acting exactly how `/get/<key>` POST works. `/get/` would return the users configuration when it was posted to. It makes sense to use `/cfg/<key>` as well for users who copy/paste URL's from their Apprise API instance directly (from the browser URL). Basically `/cfg/<key>` is now an alias of `/get/<key>`
- `/get/<key>` remains supported for backwards compatibility. No plans on removing this either.
- Expanded `swagger.yaml` substantially to better document the service.
- Added a dedicated `docker-compose.swagger.yml` to launch Swagger UI pointing
at the repository `swagger.yaml` without altering Apprise-API runtime.
```bash
docker compose -f docker-compose.swagger.yml up -d
# Browse:
# http://localhost:8001
```
- improvements to README.md
- heath checks are now live when viewing the website
- heavy changes to workflow:
- development environment is now just `tox -e runserver`
- improvements to linting and formatting
##### 💡 Features
- Support HTTP\_PORT as Docker environment variable by [@​caronc](https://github.com/caronc ) in [#​280](https://github.com/caronc/apprise-api/pull/280 )
- Massive Application Refactor by [@​caronc](https://github.com/caronc ) in [#​283](https://github.com/caronc/apprise-api/pull/283 )
##### ❤️ Life Cycle
- Bump actions/checkout from 5 to 6 in the actions group by [@​dependabot](https://github.com/dependabot )\[bot] in [#​281](https://github.com/caronc/apprise-api/pull/281 )
**Full Changelog**: <https://github.com/caronc/apprise-api/compare/v1.2.6...v.1.3.0 >
</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: #2511
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-14 21:11:42 +00:00
b776ffbfc5
change script
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Has been cancelled
2025-12-13 14:47:40 -06:00
1c61d21ce0
Update ghcr.io/autobrr/qui Docker tag to v1.9.1 ( #2366 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 19s
renovate / renovate (push) Successful in 1m11s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui ) | minor | `v1.8.1` -> `v1.9.1` |
---
### Release Notes
<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>
### [`v1.9.1`](https://github.com/autobrr/qui/releases/tag/v1.9.1 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.9.0...v1.9.1 )
#### Changelog
##### Bug Fixes
- [`441418b`](441418b279 ): fix(api): remove user\_id session check from dashboard settings ([#​711](https://github.com/autobrr/qui/issues/711 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`bd2587b`](bd2587b0c5 ): fix(db): resolve cross-seed settings mutual exclusivity lockout ([#​714](https://github.com/autobrr/qui/issues/714 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.9.0...v1.9.1 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.9.1`
- `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!
### [`v1.9.0`](https://github.com/autobrr/qui/releases/tag/v1.9.0 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.8.1...v1.9.0 )
#### Changelog
##### Important
Cross-seeds are now added to `.cross`-suffixed categories by default. This is opt-out. The old delay logic is removed.
##### Highlights
- Customize your Dashboard-page (order, visibility)
- Tracker Breakdown section in Dashboard with import/export functionality
- Warnings and actions for cross-seeds when you attempt to delete torrents
- Show free space in torrent table footer
##### New Features
- [`1aa7360`](1aa73604d5 ): feat(dashboard): tracker breakdown and customizable layout ([#​637](https://github.com/autobrr/qui/issues/637 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`85fd74b`](85fd74b733 ): feat(jackett): propagate 429 rate limits with retry and cooldown ([#​684](https://github.com/autobrr/qui/issues/684 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`a5777c4`](a5777c4ed3 ): feat(reannounce): add configurable max retries setting ([#​685](https://github.com/autobrr/qui/issues/685 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`6451e56`](6451e56e8e ): feat(settings): add TMM relocation behavior settings ([#​664](https://github.com/autobrr/qui/issues/664 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`680fd25`](680fd2596b ): feat(torrents): add confirmation dialogs for TMM and Set Location ([#​687](https://github.com/autobrr/qui/issues/687 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`7f779f9`](7f779f9c68 ): feat(torrents): warn about cross-seeded torrents in delete dialogs ([#​670](https://github.com/autobrr/qui/issues/670 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`1c489bc`](1c489bc4b1 ): feat(ui): persist category collapse state in sidebar ([#​692](https://github.com/autobrr/qui/issues/692 )) ([@​jabloink](https://github.com/jabloink ))
- [`bdf807e`](bdf807e693 ): feat(web): Torrent list details bar shows free space ([#​691](https://github.com/autobrr/qui/issues/691 )) ([@​finevan](https://github.com/finevan ))
##### Bug Fixes
- [`9db8346`](9db834611e ): fix(crossseed): use matched torrent save path instead of category path ([#​700](https://github.com/autobrr/qui/issues/700 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`40d7778`](40d7778e72 ): fix(instance): intern empty string on demand for bypass auth ([#​693](https://github.com/autobrr/qui/issues/693 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`0aaf39e`](0aaf39e473 ): fix(jackett): fetch indexer capabilities in parallel with retries ([#​701](https://github.com/autobrr/qui/issues/701 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`50e585b`](50e585b24c ): fix(qbittorrent): cache tracker health counts in background ([#​662](https://github.com/autobrr/qui/issues/662 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`298ca05`](298ca059d6 ): fix(search): download torrent files via backend for remote instances ([#​686](https://github.com/autobrr/qui/issues/686 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`27ee31a`](27ee31aba5 ): fix(torrents): AddTorrentDialog uses the downloadPath api ([#​677](https://github.com/autobrr/qui/issues/677 )) ([@​finevan](https://github.com/finevan ))
- [`2427fdd`](2427fddab7 ): fix(ui): use full category paths in multi-select ([#​683](https://github.com/autobrr/qui/issues/683 )) ([@​jabloink](https://github.com/jabloink ))
- [`917c65e`](917c65ed47 ): fix(web): add iOS Safari compatibility for torrent file picker ([#​707](https://github.com/autobrr/qui/issues/707 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2ccdc28`](2ccdc2806f ): fix(web): dont hide free space when disk is full ([#​694](https://github.com/autobrr/qui/issues/694 )) ([@​ewenjo](https://github.com/ewenjo ))
##### Other Changes
- [`d684442`](d684442c13 ): chore(deps): bump the golang group with 7 updates ([#​660](https://github.com/autobrr/qui/issues/660 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e1267fa`](e1267fabd8 ): chore(deps): bump the npm group across 1 directory with 29 updates ([#​663](https://github.com/autobrr/qui/issues/663 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`8671971`](8671971d4e ): docs: Update README to remove size field description ([#​695](https://github.com/autobrr/qui/issues/695 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.8.1...v1.9.0 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.9.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/2366
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-11 04:11:44 +00:00
71dd70db02
Update ghcr.io/linuxserver/qbittorrent:5.1.4 Docker digest to 043498d ( #2307 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 1m30s
2025-12-07 08:02:07 +00:00
2cf3152190
Update Helm release app-template to v4.5.0 ( #2270 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 1m5s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.4.0` -> `4.5.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.5.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.5.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.4.0...app-template-4.5.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.5.0
- [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
- [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.5.0 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #2270
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-05 21:07:08 +00:00
77860fa57e
Update ghcr.io/linuxserver/qbittorrent:5.1.4 Docker digest to f0465db ( #2251 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 1m24s
2025-12-04 11:01:29 +00:00
99beb77bbd
Update ghcr.io/autobrr/qui Docker tag to v1.8.1 ( #2211 )
...
render-manifests / render-manifests (push) Failing after 24s
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 6m14s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui ) | minor | `v1.7.0` -> `v1.8.1` |
---
### Release Notes
<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>
### [`v1.8.1`](https://github.com/autobrr/qui/releases/tag/v1.8.1 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.8.0...v1.8.1 )
#### Changelog
##### Bug Fixes
- [`61c87e1`](61c87e1cac ): fix(torznab): use detached context for indexer tests ([#​659](https://github.com/autobrr/qui/issues/659 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.8.0...v1.8.1 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.8.1`
- `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!
### [`v1.8.0`](https://github.com/autobrr/qui/releases/tag/v1.8.0 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.7.0...v1.8.0 )
#### Changelog
##### New Features
- [`6903812`](6903812f17 ): feat(crossseed): batch torrent file lookups end-to-end ([#​625](https://github.com/autobrr/qui/issues/625 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`336ce48`](336ce480b8 ): feat(crossseed): persist seeded search settings ([#​618](https://github.com/autobrr/qui/issues/618 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`7b0b292`](7b0b292365 ): feat(docker): add curl to Dockerfiles ([#​570](https://github.com/autobrr/qui/issues/570 )) ([@​onedr0p](https://github.com/onedr0p ))
- [`91e1677`](91e1677116 ): feat(filters): default-hide empty status/category/tag groups ([#​581](https://github.com/autobrr/qui/issues/581 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f07bb8d`](f07bb8d04d ): feat(header): add missing links to header burger menu ([#​624](https://github.com/autobrr/qui/issues/624 )) ([@​nuxencs](https://github.com/nuxencs ))
- [`ee4c16b`](ee4c16b266 ): feat(instances): allow disabling qbit instances ([#​582](https://github.com/autobrr/qui/issues/582 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`477db14`](477db14618 ): feat(search): column filters ([#​633](https://github.com/autobrr/qui/issues/633 )) ([@​nuxencs](https://github.com/nuxencs ))
- [`cd6db45`](cd6db45004 ): feat(themes): add basic variation support ([#​569](https://github.com/autobrr/qui/issues/569 )) ([@​jabloink](https://github.com/jabloink ))
- [`979a0d4`](979a0d4d74 ): feat(torrents): add clear filters action for empty filtered state ([#​627](https://github.com/autobrr/qui/issues/627 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e06acb7`](e06acb7648 ): feat(torrents): add cross-seeding and search ([#​553](https://github.com/autobrr/qui/issues/553 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`95cef23`](95cef23327 ): feat(torrents): add reannounce monitor ([#​606](https://github.com/autobrr/qui/issues/606 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`098fdb0`](098fdb06a9 ): feat(torrents): add rename functionality in TorrentDetailsPanel ([#​590](https://github.com/autobrr/qui/issues/590 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`6e8fdbd`](6e8fdbd2b8 ): feat(torrents): implement drag-and-drop file upload to add torrents ([#​568](https://github.com/autobrr/qui/issues/568 )) ([@​dthinhle](https://github.com/dthinhle ))
- [`9240545`](92405457da ): feat(ui): add dense view mode for compact table display ([#​643](https://github.com/autobrr/qui/issues/643 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`77fad15`](77fad1532f ): feat(ui): improve torrent details panel file tree and rename UX ([#​650](https://github.com/autobrr/qui/issues/650 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`8b1e70e`](8b1e70e050 ): feat(web): Use original qBittorrent status names ([#​595](https://github.com/autobrr/qui/issues/595 )) ([@​FibreTTP](https://github.com/FibreTTP ))
- [`01dd553`](01dd553eaa ): feat(web): show listening port in connectable status tooltip ([#​635](https://github.com/autobrr/qui/issues/635 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`3140739`](3140739c0e ): feat: make tracker icon column sortable ([#​513](https://github.com/autobrr/qui/issues/513 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Bug Fixes
- [`240b40d`](240b40df39 ): fix(auth): avoid logout on license activation errors ([#​602](https://github.com/autobrr/qui/issues/602 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`7185408`](7185408486 ): fix(backups): do not persist ZIPs to disk ([#​632](https://github.com/autobrr/qui/issues/632 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`de0e00a`](de0e00a6ed ): fix(content): use Hints for detection ([#​621](https://github.com/autobrr/qui/issues/621 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`5f016a8`](5f016a8452 ): fix(cross): performance improvements ([#​629](https://github.com/autobrr/qui/issues/629 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`82c74ba`](82c74ba576 ): fix(crossseed): flip deduplication to maps ([#​622](https://github.com/autobrr/qui/issues/622 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`b78a079`](b78a079046 ): fix(crossseed): inherit TMM state from matched torrent ([#​654](https://github.com/autobrr/qui/issues/654 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2438fc6`](2438fc6c4a ): fix(crossseed): process full RSS feeds ([#​615](https://github.com/autobrr/qui/issues/615 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`6f57090`](6f5709090c ): fix(database): do not release mutex on tx err ([#​571](https://github.com/autobrr/qui/issues/571 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`74509d4`](74509d4e06 ): fix(incognito): prevent categories leaking ([#​592](https://github.com/autobrr/qui/issues/592 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f08eff2`](f08eff2789 ): fix(instances): support empty username for localhost bypass ([#​575](https://github.com/autobrr/qui/issues/575 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`cd3caaf`](cd3caaf53c ): fix(license): cap 7d offline grace, ignore transient errors ([#​617](https://github.com/autobrr/qui/issues/617 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`59c747b`](59c747b426 ): fix(reannounce): validate number fields and show min hints ([#​613](https://github.com/autobrr/qui/issues/613 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f6bd1e6`](f6bd1e658b ): fix(themes): correct Nightwalker description from purple to blue ([#​648](https://github.com/autobrr/qui/issues/648 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2b641c5`](2b641c59df ): fix(torznab): filter Prowlarr autodiscovery to enabled torrent indexers ([#​638](https://github.com/autobrr/qui/issues/638 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`1995783`](19957834b0 ): fix(ui): improve cross-seed mobile responsiveness ([#​647](https://github.com/autobrr/qui/issues/647 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`b83aebe`](b83aebe98f ): fix(web): align CrossSeedDialog indexers with search flows ([#​619](https://github.com/autobrr/qui/issues/619 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`3b60821`](3b60821476 ): fix(web): indent subcategories in SetCategoryDialog ([#​636](https://github.com/autobrr/qui/issues/636 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`82850cd`](82850cd2b9 ): fix: glob pattern formatting in tooltip content ([#​579](https://github.com/autobrr/qui/issues/579 )) ([@​onedr0p](https://github.com/onedr0p ))
##### Other Changes
- [`c20bc0a`](c20bc0a235 ): build(vite): enable default minification ([#​574](https://github.com/autobrr/qui/issues/574 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`ceac8ca`](ceac8cafbb ): chore(ci): upgrade Claude Code workflow to Opus 4.5 ([@​s0up4200](https://github.com/s0up4200 ))
- [`9d6c10e`](9d6c10e780 ): chore(deps): bump actions/checkout from 5 to 6 in the github group ([#​628](https://github.com/autobrr/qui/issues/628 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`f5704de`](f5704de372 ): chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 ([#​611](https://github.com/autobrr/qui/issues/611 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`0aae9aa`](0aae9aa5d6 ): chore(deps): bump the golang group with 3 updates ([#​546](https://github.com/autobrr/qui/issues/546 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`0d97087`](0d97087436 ): chore(themes): add crypto instructions in-app ([#​620](https://github.com/autobrr/qui/issues/620 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e778865`](e778865299 ): docs(funding): add donation methods and crypto addresses ([#​583](https://github.com/autobrr/qui/issues/583 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`563645c`](563645c815 ): docs: update qui image ([#​655](https://github.com/autobrr/qui/issues/655 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.7.0...v1.8.0 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.8.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2211
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 21:57:04 +00:00
5f68528f73
Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.6.5 ( #2198 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
2025-12-03 06:07:38 +00:00
b52d76cc58
migrate
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m18s
render-manifests / render-manifests-helm (push) Failing after 2m22s
2025-12-01 20:50:19 -06:00