From c2ed712b916d1f9fef0af96dc2e7687d934cb766 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 24 Jul 2024 15:35:55 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/bitmagnet-io/bitmagnet to v0.9.5@7bf4688 by renovate (#24084) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/bitmagnet-io/bitmagnet](https://togithub.com/bitmagnet-io/bitmagnet) | patch | `v0.9.3` -> `v0.9.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
bitmagnet-io/bitmagnet (ghcr.io/bitmagnet-io/bitmagnet) ### [`v0.9.5`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.9.5) [Compare Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.9.4...v0.9.5) Allow rate limit "burst" for TMDB API when using the default API key, allowing the limit to average to 1 second with a lot less blocking, which became more important as the default queue concurrency was reduced to 1. #### What's Changed - Increase rate limit burst when using default TMDB API key by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/296](https://togithub.com/bitmagnet-io/bitmagnet/pull/296) **Full Changelog**: https://github.com/bitmagnet-io/bitmagnet/compare/v0.9.4...v0.9.5 ### [`v0.9.4`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.9.4) [Compare Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.9.3...v0.9.4) This release includes 2 optimizations that should reduce the load that queue jobs place on the database, including for the 0.9.0 upgrade job. It should also reduce instances of `ERROR: canceling statement due to user request` in the Postgres logs, but note that Bitmagnet does cancel some database queries because it sometimes tries 2 query strategies in a race and cancels the slowest one, so this message doesn't indicate a problem. #### What's Changed - Add local_search_enabled flag to classifier by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/291](https://togithub.com/bitmagnet-io/bitmagnet/pull/291) - Reduce CTE strategy usage when not needed by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/292](https://togithub.com/bitmagnet-io/bitmagnet/pull/292) **Full Changelog**: https://github.com/bitmagnet-io/bitmagnet/compare/v0.9.3...v0.9.4
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/bitmagnet/Chart.yaml | 4 ++-- charts/stable/bitmagnet/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/bitmagnet/Chart.yaml b/charts/stable/bitmagnet/Chart.yaml index dac63d2b919..3b7e0896544 100644 --- a/charts/stable/bitmagnet/Chart.yaml +++ b/charts/stable/bitmagnet/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.9.3 +appVersion: 0.9.5 dependencies: - name: common version: 24.1.5 @@ -34,4 +34,4 @@ sources: - https://github.com/bitmagnet-io/bitmagnet - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet type: application -version: 3.2.4 +version: 3.2.5 diff --git a/charts/stable/bitmagnet/values.yaml b/charts/stable/bitmagnet/values.yaml index 71fb8684141..2030ac8fca8 100644 --- a/charts/stable/bitmagnet/values.yaml +++ b/charts/stable/bitmagnet/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/bitmagnet-io/bitmagnet - tag: v0.9.3@sha256:09b05574a45a4f1c090edac29f3c30ecb9851af43df6997beb3e2bc369637093 + tag: v0.9.5@sha256:7bf46883d18c520616cd8d11a08a29be2f49e7295843742c9cb363b499239b25 pullPolicy: IfNotPresent service: main: