-
Notifications
You must be signed in to change notification settings - Fork 15
feat(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.23.2 ) #5490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-ghcr.io-slskd-slskd-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/cluster-0/apps/media/slskd/app Kustomization: flux-system/slskd HelmRelease: media/slskd
+++ kubernetes/cluster-0/apps/media/slskd/app Kustomization: flux-system/slskd HelmRelease: media/slskd
@@ -43,13 +43,13 @@
TZ: America/New_York
envFrom:
- secretRef:
name: slskd-secret
image:
repository: ghcr.io/slskd/slskd
- tag: 0.22.1@sha256:ab52af766b54b8a0f6b61969c77a2204ce4ef95f0217a627d09ebda8346c451c
+ tag: 0.22.2@sha256:e2e4b25f6d12fc6018fa91d1e95311f1734d3f809f02b32f3fd9457b1113e06f
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
--- HelmRelease: media/slskd Deployment: media/slskd
+++ HelmRelease: media/slskd Deployment: media/slskd
@@ -59,13 +59,13 @@
value: '50300'
- name: TZ
value: America/New_York
envFrom:
- secretRef:
name: slskd-secret
- image: ghcr.io/slskd/slskd:0.22.1@sha256:ab52af766b54b8a0f6b61969c77a2204ce4ef95f0217a627d09ebda8346c451c
+ image: ghcr.io/slskd/slskd:0.22.2@sha256:e2e4b25f6d12fc6018fa91d1e95311f1734d3f809f02b32f3fd9457b1113e06f
livenessProbe:
failureThreshold: 3
httpGet:
path: /health
port: 80
initialDelaySeconds: 0 |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
990cadb
to
2fddee8
Compare
2fddee8
to
162c7b8
Compare
162c7b8
to
a323ca3
Compare
a323ca3
to
96d8dd7
Compare
96d8dd7
to
eb4d24c
Compare
| datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | docker | ghcr.io/slskd/slskd | 0.22.1 | 0.23.2 |
eb4d24c
to
8835cef
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
0.22.1
->0.23.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
slskd/slskd (ghcr.io/slskd/slskd)
v0.23.2
Compare Source
What's Changed
New Contributors
Full Changelog: slskd/slskd@0.23.1...0.23.2
v0.23.1
Compare Source
What's Changed
Full Changelog: slskd/slskd@0.23.0...0.23.1
v0.23.0
Compare Source
🎉 Database Migrations (that preserve data!)
This release introduces a new system that performs database migrations on existing data (#1343), which was necessary to migrate the Transfers database to correct an out of memory issue at startup for users with a large number of transfer records (see #1291).
Upon first start after upgrading to 0.23.0 the application will apply the initial migration to the Transfers database (
transfers.db
), if there is one. Depending on the system and the amount of data present, this may take a while, and the UI will be inaccessible during the process.Backups of existing databases are taken prior to the start of the process (you can find them in
/data/backups
) and they aren't deleted automatically, so your historical data is safe. A feature to add auto deletion after a period of time will come later.In the unlikely event that the process fails to complete successfully, follow the directions in the new migration docs, which explain what to do if something goes wrong, and how to get the application back to a working state if the migration can't be completed.
If you find that your database can't be migrated successfully, please file an issue and I can work on providing a standalone migration tool.
What's Changed
Full Changelog: slskd/slskd@0.22.5...0.23.0
v0.22.5
Compare Source
What's Changed
Full Changelog: slskd/slskd@0.22.4...0.22.5
v0.22.4
Compare Source
What's Changed
Full Changelog: slskd/slskd@0.22.3...0.22.4
v0.22.3
Compare Source
📢 New Features
@dkschruteBeets added the ability to configure profile pictures! Configure one by specifying the file path in
--slsk-picture
, by settingSLSKD_SLSK_PICTURE
, or by setting the YAML keysoulseek.picture
.@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.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
jq
by @onedr0p in #1277New Contributors
Full Changelog: slskd/slskd@0.22.2...0.22.3
v0.22.2
Compare Source
What's Changed
Full Changelog: slskd/slskd@0.22.1...0.22.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.