Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

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:

Package Update Change
ghcr.io/slskd/slskd (source) minor 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
  • Fix cryptic message if a remote client doesn't return any files when directory contents are requested by @​jpdillingham in #​1328

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 setting SLSKD_SLSK_PICTURE, or by setting the YAML key soulseek.picture.

@​samhatter added a right-click context menu to rooms:
image

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
New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Feb 9, 2025

--- 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

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Feb 9, 2025

--- 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

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Feb 9, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.33s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.76s
✅ YAML prettier 1 0 0 0.41s
✅ YAML yamllint 1 0 0 0.67s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-slskd-slskd-0.x branch from 990cadb to 2fddee8 Compare April 9, 2025 18:56
@renovate renovate bot changed the title fix(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.22.2 ) fix(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.22.3 ) Apr 9, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-slskd-slskd-0.x branch from 2fddee8 to 162c7b8 Compare April 13, 2025 02:01
@renovate renovate bot changed the title fix(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.22.3 ) fix(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.22.4 ) Apr 13, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-slskd-slskd-0.x branch from 162c7b8 to a323ca3 Compare April 15, 2025 03:36
@renovate renovate bot changed the title fix(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.22.4 ) fix(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.22.5 ) Apr 15, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-slskd-slskd-0.x branch from a323ca3 to 96d8dd7 Compare July 6, 2025 01:15
@renovate renovate bot changed the title fix(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.22.5 ) feat(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.23.0 ) Jul 6, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-slskd-slskd-0.x branch from 96d8dd7 to eb4d24c Compare July 7, 2025 01:42
@renovate renovate bot changed the title feat(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.23.0 ) feat(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.23.1 ) Jul 7, 2025
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| docker     | ghcr.io/slskd/slskd | 0.22.1 | 0.23.2 |
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-slskd-slskd-0.x branch from eb4d24c to 8835cef Compare August 11, 2025 01:03
@renovate renovate bot changed the title feat(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.23.1 ) feat(container): update image ghcr.io/slskd/slskd ( 0.22.1 → 0.23.2 ) Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants