mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 14:01:21 -03:00
chore(deps): update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.7@45784df by renovate (#18619)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/bitmagnet-io/bitmagnet](https://togithub.com/bitmagnet-io/bitmagnet) | patch | `0.7.5` -> `0.7.7` | --- > [!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.7.7`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.7.7) [Compare Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.7.5...v0.7.7) 2 small but impactful changes in this release: ##### Files theshold changes - When file count is over the `dht_crawler.save_files_threshold`, files are saved up to the threshold, instead of discarding all files - The default threshold has been increased from 50 to 100 - The `torrents` table now stores the total files count - Increasing the threshold will re-crawl torrents that have missing files info according to the new threshold ##### WebUI optimisations A few tweaks that *significantly* improve performance of the web app. **Note:** skipping a version number due to issues in aborted v0.7.6 release #### What's Changed - Fix typos on docsite by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/175](https://togithub.com/bitmagnet-io/bitmagnet/pull/175) - dht_crawler.save_files_threshold changes by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/176](https://togithub.com/bitmagnet-io/bitmagnet/pull/176) - WebUI optimisations and improvements by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/177](https://togithub.com/bitmagnet-io/bitmagnet/pull/177) - Select missing field by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/178](https://togithub.com/bitmagnet-io/bitmagnet/pull/178) - Add missing file by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/179](https://togithub.com/bitmagnet-io/bitmagnet/pull/179) **Full Changelog**: https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.5...v0.7.7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.7.5
|
||||
appVersion: 0.7.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.2
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png
|
||||
keywords:
|
||||
- torrent
|
||||
- bitmagnet
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
|
||||
- https://ghcr.io/bitmagnet-io/bitmagnet
|
||||
type: application
|
||||
version: 1.1.2
|
||||
version: 1.1.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/bitmagnet-io/bitmagnet
|
||||
tag: 0.7.5@sha256:40c91a1fc711d1988a5d630968f7051e59733446f340ff745d27b65a624c7b41
|
||||
tag: 0.7.7@sha256:45784df41956eede054a09553cc6f89139b228f94e9ea69837d95d6e559caadd
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user