Skip to content

feat(container): update ghcr.io/slskd/slskd ( 0.22.5 → 0.23.0 ) #2915

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

Merged
merged 1 commit into from
Jul 6, 2025

Conversation

home-gitops-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/slskd/slskd (source) minor 0.22.5 -> 0.23.0

Release Notes

slskd/slskd (ghcr.io/slskd/slskd)

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


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 has been generated by Renovate Bot.

Copy link

Deploying kubernetes-schemas with  Cloudflare Pages  Cloudflare Pages

Latest commit: a199b73
Status: ✅  Deploy successful!
Preview URL: https://4f214380.kubernetes-schemas-5e0.pages.dev
Branch Preview URL: https://renovate-ghcr-io-slskd-slskd.kubernetes-schemas-5e0.pages.dev

View logs

@dmfrey dmfrey merged commit 3e2085a into main Jul 6, 2025
14 checks passed
@home-gitops-bot home-gitops-bot bot deleted the renovate/ghcr.io-slskd-slskd-0.x branch July 6, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant