chore(deps): update container image ghcr.io/bitmagnet-io/bitmagnet to v0.9.1@aecbbdc by renovate (#23303)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/bitmagnet-io/bitmagnet](https://togithub.com/bitmagnet-io/bitmagnet) | patch | `v0.9.0` -> `v0.9.1` | --- > [!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.1`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.9.1) [Compare Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.9.0...v0.9.1) This release includes an optimization may improve reprocess performance on more modest hardware. #### What's Changed - Processor optimisation - reduce concurrency by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/277](https://togithub.com/bitmagnet-io/bitmagnet/pull/277) - Bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bitmagnet-io/bitmagnet/pull/274](https://togithub.com/bitmagnet-io/bitmagnet/pull/274) - Processor optimization by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/278](https://togithub.com/bitmagnet-io/bitmagnet/pull/278) **Full Changelog**: https://github.com/bitmagnet-io/bitmagnet/compare/v0.9.0...v0.9.1 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.0
|
||||
appVersion: 0.9.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.1
|
||||
@@ -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.1.1
|
||||
version: 3.1.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/bitmagnet-io/bitmagnet
|
||||
tag: v0.9.0@sha256:1c1f1dce9ad53c712b7e3c1cab3dfdb74df247b4417edc69459cc9e78b9464a0
|
||||
tag: v0.9.1@sha256:aecbbdc0eb20bc167f443a2b5d0e2436659b364ce26735df8abef61d93b99b8a
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user