chore(helm): update image ghcr.io/slskd/slskd 0.22.2 → 0.22.3 (#34173)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/slskd/slskd](https://slskd.org) ([source](https://redirect.github.com/slskd/slskd)) | patch | `e2e4b25` -> `c7447d6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>slskd/slskd (ghcr.io/slskd/slskd)</summary> ### [`v0.22.3`](https://redirect.github.com/slskd/slskd/releases/tag/0.22.3) [Compare Source](https://redirect.github.com/slskd/slskd/compare/0.22.2...0.22.3) #### 📢 New Features [@​dkschruteBeets](https://redirect.github.com/dkschruteBeets) added the ability to configure [profile pictures](https://redirect.github.com/slskd/slskd/blob/master/docs/config.md#other)! Configure one by specifying the file path in `--slsk-picture`, by setting `SLSKD_SLSK_PICTURE`, or by setting the YAML key `soulseek.picture`. [@​samhatter](https://redirect.github.com/samhatter) added a right-click context menu to rooms:  User-defined scripts were refactored, including some breaking changes. The major (22) version wasn't bumped for these changes because the previous implementation of scripts was broken. Additionally, `jq` is now available inside of the slskd container to help with scripts, thanks to [@​onedr0p](https://redirect.github.com/onedr0p). Lastly, some improvements to the way searches are stored in the database should provide some relief to users who are experiencing 'stuck' searches when using external apps for automation. Included with these improvements is a queuing mechanism that caps the number of concurrent searches at 10, enqueuing subsequent searches. This will help with resource contention and should provide some protection against server bans should automation go awry. #### What's Changed - Fix log retention to be days in docs by [@​SpyrosRoum](https://redirect.github.com/SpyrosRoum) in [https://github.com/slskd/slskd/pull/1290](https://redirect.github.com/slskd/slskd/pull/1290) - Refactor user-defined scripts by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1292](https://redirect.github.com/slskd/slskd/pull/1292) - Bump serialize-javascript from 6.0.1 to 6.0.2 in /src/web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/slskd/slskd/pull/1299](https://redirect.github.com/slskd/slskd/pull/1299) - feat(container): Add `jq` by [@​onedr0p](https://redirect.github.com/onedr0p) in [https://github.com/slskd/slskd/pull/1277](https://redirect.github.com/slskd/slskd/pull/1277) - Fix search retention example by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1307](https://redirect.github.com/slskd/slskd/pull/1307) - Adding context menu to rooms with reply, view user profile, and browse shares by [@​samhatter](https://redirect.github.com/samhatter) in [https://github.com/slskd/slskd/pull/1298](https://redirect.github.com/slskd/slskd/pull/1298) - Refactor search logic to help prevent 'hanging' records by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1310](https://redirect.github.com/slskd/slskd/pull/1310) - Feature/add profile picture support by [@​dkschruteBeets](https://redirect.github.com/dkschruteBeets) in [https://github.com/slskd/slskd/pull/1303](https://redirect.github.com/slskd/slskd/pull/1303) - Add the ability to set a profile picture by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1321](https://redirect.github.com/slskd/slskd/pull/1321) - Remove erroneous mention of --generate-api-key by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1322](https://redirect.github.com/slskd/slskd/pull/1322) #### New Contributors - [@​SpyrosRoum](https://redirect.github.com/SpyrosRoum) made their first contribution in [https://github.com/slskd/slskd/pull/1290](https://redirect.github.com/slskd/slskd/pull/1290) - [@​dkschruteBeets](https://redirect.github.com/dkschruteBeets) made their first contribution in [https://github.com/slskd/slskd/pull/1303](https://redirect.github.com/slskd/slskd/pull/1303) **Full Changelog**: https://github.com/slskd/slskd/compare/0.22.2...0.22.3 </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.22.2
|
||||
appVersion: 0.22.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,4 +37,5 @@ sources:
|
||||
- https://github.com/ansible-slskd/slskd
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/slskd
|
||||
type: application
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/slskd/slskd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.22.2@sha256:e2e4b25f6d12fc6018fa91d1e95311f1734d3f809f02b32f3fd9457b1113e06f
|
||||
tag: 0.22.3@sha256:c7447d6b1764985f9b1115c969f52687ce9a7c86cc2a22b30418ef90d4b22cac
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user