From 3b2193db2543d67f52d81137e695f973ee52f94d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 6 Jul 2025 08:09:09 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/slskd/s?= =?UTF-8?q?lskd=200.22.5=20=E2=86=92=200.23.0=20(#37003)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/slskd/slskd](https://slskd.org) ([source](https://redirect.github.com/slskd/slskd)) | minor | `f5150c3` -> `4c17d5f` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
slskd/slskd (ghcr.io/slskd/slskd) ### [`v0.23.0`](https://redirect.github.com/slskd/slskd/releases/tag/0.23.0) [Compare Source](https://redirect.github.com/slskd/slskd/compare/0.22.5...0.23.0) ### 🎉 Database Migrations (that preserve data!) This release introduces a new system that performs database migrations on existing data ([#​1343](https://redirect.github.com/slskd/slskd/issues/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](https://redirect.github.com/slskd/slskd/issues/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](https://redirect.github.com/slskd/slskd/blob/master/docs/migrations.md), 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 - Add a system to perform database migrations by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1343](https://redirect.github.com/slskd/slskd/pull/1343) - Fix remaining transfter State queries using HasFlag() by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1356](https://redirect.github.com/slskd/slskd/pull/1356) - Extend health check startup to 60 minutes, set $SHELL for docker container, and bump the GC memory limit from 500MiB to 2GiB by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1359](https://redirect.github.com/slskd/slskd/pull/1359) - Bump Soulseek.NET to 7.1.0 by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1363](https://redirect.github.com/slskd/slskd/pull/1363) - Update documentation for scripts by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1384](https://redirect.github.com/slskd/slskd/pull/1384) - Bump http-proxy-middleware from 2.0.6 to 2.0.9 in /src/web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/slskd/slskd/pull/1329](https://redirect.github.com/slskd/slskd/pull/1329) **Full Changelog**: https://github.com/slskd/slskd/compare/0.22.5...0.23.0
--- ### 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. --- - [ ] 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). --- charts/stable/slskd/Chart.yaml | 4 ++-- charts/stable/slskd/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/slskd/Chart.yaml b/charts/stable/slskd/Chart.yaml index 2dbfae59d5e..5ee9aff6bfe 100644 --- a/charts/stable/slskd/Chart.yaml +++ b/charts/stable/slskd/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.22.5 +appVersion: 0.23.0 dependencies: - name: common version: 28.12.1 @@ -37,5 +37,5 @@ sources: - https://github.com/ansible-slskd/slskd - https://github.com/truecharts/charts/tree/master/charts/stable/slskd type: application -version: 4.0.0 +version: 4.1.0 diff --git a/charts/stable/slskd/values.yaml b/charts/stable/slskd/values.yaml index c290e931c6e..3792b7af164 100644 --- a/charts/stable/slskd/values.yaml +++ b/charts/stable/slskd/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/slskd/slskd pullPolicy: IfNotPresent - tag: 0.22.5@sha256:f5150c39758353c31788e8e3d6aa9f9c2910f2a46591d810fc2f4d0bac81a96a + tag: 0.23.0@sha256:4c17d5f8e7871e02d589be4217fb701ebf415afa10b78627d1fd229262a9bef4 securityContext: container: