Skip to content

Commit

Permalink
chore(deps): update container image ghcr.io/bitmagnet-io/bitmagnet to…
Browse files Browse the repository at this point in the history
… v0.9.0@1c1f1dc by renovate (#23110)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/bitmagnet-io/bitmagnet](https://github.com/bitmagnet-io/bitmagnet)
| minor | `v0.8.0` -> `v0.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bitmagnet-io/bitmagnet
(ghcr.io/bitmagnet-io/bitmagnet)</summary>

###
[`v0.9.0`](https://github.com/bitmagnet-io/bitmagnet/releases/tag/v0.9.0)

[Compare
Source](https://github.com/bitmagnet-io/bitmagnet/compare/v0.8.0...v0.9.0)

- The main improvement for v0.9.0 is ordering of results in the web UI
and GraphQL API
- An `--apisDisabled` flag was added to the reprocess command to allow
significantly faster reprocessing/classifying without any API calls
(i.e. TMDB), without disabling this globally.
- Optimisations were made to the web UI that significantly improve
responsiveness; the default pagination limit has therefore been
increased to 20
- Reprocessing is now done fully within the queue (so you'll no longer
see a progress bar when running `bitmagnet reprocess`, this is handled
by the new `process_torrent_batch` task)

**IMPORTANT:** Some refactoring of the database was needed to allow for
performant ordering. On first run, a database migration will be applied
that should take no longer than a few minutes, and tasks will be added
to the queue to reindex all torrents. The reindex tasks must complete
before ordering will work correctly; if you have millions of torrents in
your index this may take a day or more, but is significantly faster in
this release than prior versions. Please ensure you have no pending
items in your queue (at the `/metrics` endpoint) before opening any
issues about incorrect ordering.

#### What's Changed

- Use fontsource packages for fonts to ensure deterministic build by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/257](https://github.com/bitmagnet-io/bitmagnet/pull/257)
- More Filters against cp. by
[@&#8203;Ewoodss](https://github.com/Ewoodss) in
[https://github.com/bitmagnet-io/bitmagnet/pull/254](https://github.com/bitmagnet-io/bitmagnet/pull/254)
- Ordering by [@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/260](https://github.com/bitmagnet-io/bitmagnet/pull/260)
- Bump rexml from 3.2.6 to 3.2.8 in /bitmagnet.io by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/bitmagnet-io/bitmagnet/pull/259](https://github.com/bitmagnet-io/bitmagnet/pull/259)
- Split gen task to individual tasks by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/261](https://github.com/bitmagnet-io/bitmagnet/pull/261)
- Parallel search strategies by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/264](https://github.com/bitmagnet-io/bitmagnet/pull/264)
- Classifier runtime flags by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/265](https://github.com/bitmagnet-io/bitmagnet/pull/265)
- Bump nokogiri from 1.16.4 to 1.16.5 in /bitmagnet.io by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/bitmagnet-io/bitmagnet/pull/256](https://github.com/bitmagnet-io/bitmagnet/pull/256)
- ENH: Classification result protobuf includes content id and source by
[@&#8203;rraymondgh](https://github.com/rraymondgh) in
[https://github.com/bitmagnet-io/bitmagnet/pull/266](https://github.com/bitmagnet-io/bitmagnet/pull/266)
- Add batch reprocessing queue job and 0.9.0 upgrade hook by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/267](https://github.com/bitmagnet-io/bitmagnet/pull/267)
- Increase slow threshold by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/268](https://github.com/bitmagnet-io/bitmagnet/pull/268)
- Don't track imported info hashes by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/269](https://github.com/bitmagnet-io/bitmagnet/pull/269)
- Add sponsor links to web UI by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/270](https://github.com/bitmagnet-io/bitmagnet/pull/270)
- Website updates by [@&#8203;mgdigital](https://github.com/mgdigital)
in
[https://github.com/bitmagnet-io/bitmagnet/pull/271](https://github.com/bitmagnet-io/bitmagnet/pull/271)
- Tweak build flags by
[@&#8203;mgdigital](https://github.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/272](https://github.com/bitmagnet-io/bitmagnet/pull/272)

#### New Contributors

- [@&#8203;Ewoodss](https://github.com/Ewoodss) made their first
contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/254](https://github.com/bitmagnet-io/bitmagnet/pull/254)
- [@&#8203;rraymondgh](https://github.com/rraymondgh) made their first
contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/266](https://github.com/bitmagnet-io/bitmagnet/pull/266)

**Full Changelog**:
bitmagnet-io/bitmagnet@v0.8.0...v0.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
  • Loading branch information
truecharts-admin authored Jun 8, 2024
1 parent 918a4d1 commit 33cf571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stable/bitmagnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.8.0
appVersion: 0.9.0
dependencies:
- name: common
version: 24.0.0
Expand Down Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/bitmagnet-io/bitmagnet
- https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
type: application
version: 3.0.0
version: 3.1.0
2 changes: 1 addition & 1 deletion charts/stable/bitmagnet/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/bitmagnet-io/bitmagnet
tag: v0.8.0@sha256:c638773151d97e6bd2e19f181f0845be4c82893974975037aa06665c711e4466
tag: v0.9.0@sha256:1c1f1dce9ad53c712b7e3c1cab3dfdb74df247b4417edc69459cc9e78b9464a0
pullPolicy: IfNotPresent
service:
main:
Expand Down

0 comments on commit 33cf571

Please sign in to comment.