From b56244bf2e3eb4c55c46fdbcf7b8abb883b8915e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 9 Nov 2025 21:02:52 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/delua?= =?UTF-8?q?n/navidrome=200.58.0=20=E2=86=92=200.58.5=20(#41578)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome) | patch | `2ae037d` -> `648ebd4` | --- > [!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
navidrome/navidrome (docker.io/deluan/navidrome) ### [`v0.58.5`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.58.5) [Compare Source](https://redirect.github.com/navidrome/navidrome/compare/v0.58.0...v0.58.5) This release focuses on stability improvements and bug fixes, with several important fixes for UI themes, translations, database operations, and scanner functionality. Notable improvements include fixes for ARM64 crashes, playlist sorting, and new Bosnian translation. #### Added - UI Features: - Add Genre column as optional field in playlist table view. ([aff9c7120](https://redirect.github.com/navidrome/navidrome/commit/aff9c7120) by [@​deluan](https://redirect.github.com/deluan)) - Add new Bosnian translation. ([#​4399](https://redirect.github.com/navidrome/navidrome/pull/4399) by [@​MuxBH28](https://redirect.github.com/MuxBH28)) - Subsonic API: - Implement indexBasedQueue extension for better queue management. ([#​4244](https://redirect.github.com/navidrome/navidrome/pull/4244) by [@​kgarner7](https://redirect.github.com/kgarner7)) - Populate Folder field with user's accessible library IDs. ([94d2696c8](https://redirect.github.com/navidrome/navidrome/commit/94d2696c8) by [@​deluan](https://redirect.github.com/deluan)) - Insights: - Detecting packaging method. ([#​3841](https://redirect.github.com/navidrome/navidrome/pull/3841) by [@​mintsoft](https://redirect.github.com/mintsoft)) #### Changed - Scanner: - Optimize update artist's statistics using normalized media\_file\_artists table. ([#​4641](https://redirect.github.com/navidrome/navidrome/pull/4641) by [@​deluan](https://redirect.github.com/deluan)) #### Fixed - UI: - Resolve transparent dropdown background in Ligera theme. ([#​4665](https://redirect.github.com/navidrome/navidrome/pull/4665) by [@​deluan](https://redirect.github.com/deluan)) - Fix Ligera theme's RaPaginationActions contrast. ([0bdd3e6f8](https://redirect.github.com/navidrome/navidrome/commit/0bdd3e6f8) by [@​deluan](https://redirect.github.com/deluan)) - Fix color of MuiIconButton in Gruvbox Dark theme. ([#​4585](https://redirect.github.com/navidrome/navidrome/pull/4585) by [@​konstantin-morenko](https://redirect.github.com/konstantin-morenko)) - Correct track ordering when sorting playlists by album. ([#​4657](https://redirect.github.com/navidrome/navidrome/pull/4657) by [@​deluan](https://redirect.github.com/deluan)) - Allow scrolling in play queue by adding delay. ([#​4562](https://redirect.github.com/navidrome/navidrome/pull/4562) by [@​pca006132](https://redirect.github.com/pca006132)) - Fix Playlist Italian translation. ([#​4642](https://redirect.github.com/navidrome/navidrome/pull/4642) by [@​nagiqui](https://redirect.github.com/nagiqui)) - Update Galician, Dutch, Thai translations from POEditor. ([#​4416](https://redirect.github.com/navidrome/navidrome/pull/4416) by [@​deluan](https://redirect.github.com/deluan)) - Update Korean translation. ([#​4443](https://redirect.github.com/navidrome/navidrome/pull/4443) by [@​DDinghoya](https://redirect.github.com/DDinghoya)) - Update Traditional Chinese translation. ([#​4454](https://redirect.github.com/navidrome/navidrome/pull/4454) by [@​york9675](https://redirect.github.com/york9675)) - Update Chinese simplified translation. ([#​4403](https://redirect.github.com/navidrome/navidrome/pull/4403) by [@​yanggqi](https://redirect.github.com/yanggqi)) - Update Deutsch, Galego, Italiano translations. ([#​4394](https://redirect.github.com/navidrome/navidrome/pull/4394) by [@​fuxii](https://redirect.github.com/fuxii)) - Scanner: - Restore basic tag extraction fallback mechanism for improved metadata parsing. ([#​4401](https://redirect.github.com/navidrome/navidrome/pull/4401) by [@​deluan](https://redirect.github.com/deluan)) - Server: - Album statistics not updating after deleting missing files. ([#​4668](https://redirect.github.com/navidrome/navidrome/pull/4668) by [@​deluan](https://redirect.github.com/deluan)) - Qualify user id filter to avoid ambiguous column. ([#​4511](https://redirect.github.com/navidrome/navidrome/pull/4511) by [@​deluan](https://redirect.github.com/deluan)) - Enable multi-valued releasetype in smart playlists. ([#​4621](https://redirect.github.com/navidrome/navidrome/pull/4621) by [@​deluan](https://redirect.github.com/deluan)) - Handle UTF BOM in lyrics and playlist files. ([#​4637](https://redirect.github.com/navidrome/navidrome/pull/4637) by [@​deluan](https://redirect.github.com/deluan)) - Slice share content label by UTF-8 runes. ([#​4634](https://redirect.github.com/navidrome/navidrome/pull/4634) by [@​beer-psi](https://redirect.github.com/beer-psi)) - Update wazero dependency to resolve ARM64 SIGILL crash. ([#​4655](https://redirect.github.com/navidrome/navidrome/pull/4655) by [@​deluan](https://redirect.github.com/deluan)) - Database: - Make playqueue position field an integer. ([#​4481](https://redirect.github.com/navidrome/navidrome/pull/4481) by [@​kgarner7](https://redirect.github.com/kgarner7)) - Docker: - Use standalone wget instead of the busybox one. ([#​4473](https://redirect.github.com/navidrome/navidrome/pull/4473) by [@​daniele-athome](https://redirect.github.com/daniele-athome)) #### New Contributors - [@​konstantin-morenko](https://redirect.github.com/konstantin-morenko) made their first contribution in [#​4585](https://redirect.github.com/navidrome/navidrome/pull/4585) - [@​nagiqui](https://redirect.github.com/nagiqui) made their first contribution in [#​4642](https://redirect.github.com/navidrome/navidrome/pull/4642) - [@​beer-psi](https://redirect.github.com/beer-psi) made their first contribution in [#​4634](https://redirect.github.com/navidrome/navidrome/pull/4634) - [@​fuxii](https://redirect.github.com/fuxii) made their first contribution in [#​4394](https://redirect.github.com/navidrome/navidrome/pull/4394) - [@​daniele-athome](https://redirect.github.com/daniele-athome) made their first contribution in [#​4473](https://redirect.github.com/navidrome/navidrome/pull/4473) - [@​pca006132](https://redirect.github.com/pca006132) made their first contribution in [#​4562](https://redirect.github.com/navidrome/navidrome/pull/4562) - [@​MuxBH28](https://redirect.github.com/MuxBH28) made their first contribution in [#​4399](https://redirect.github.com/navidrome/navidrome/pull/4399) **Full Changelog**: #### Helping out This release is only possible thanks to the support of some **awesome people**! Want to be one of them? You can [sponsor](https://redirect.github.com/sponsors/deluan), pay me a [Ko-fi](https://ko-fi.com/deluan), or [contribute with code](https://www.navidrome.org/docs/developers/). #### Where to go next? - Read installation instructions on our [website](https://www.navidrome.org/docs/installation/). - Host Navidrome on [PikaPods](https://www.pikapods.com/pods/navidrome) for a simple cloud solution. - Reach out on [Discord](https://discord.gg/xh7j7yF), [Reddit](https://www.reddit.com/r/navidrome/) and [Twitter](https://twitter.com/navidrome)!
--- ### 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/navidrome/Chart.yaml | 5 +++-- charts/stable/navidrome/values.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index f6a0f185b8c..6ee1f868d53 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.58.0 +appVersion: 0.58.5 dependencies: - name: common version: 28.26.3 @@ -36,8 +36,9 @@ maintainers: name: navidrome sources: - https://github.com/deluan/navidrome + - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 22.12.3 +version: 22.12.4 diff --git a/charts/stable/navidrome/values.yaml b/charts/stable/navidrome/values.yaml index 30d7652054b..4bca14f0c53 100644 --- a/charts/stable/navidrome/values.yaml +++ b/charts/stable/navidrome/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/deluan/navidrome pullPolicy: IfNotPresent - tag: 0.58.0@sha256:2ae037d464de9f802d047165a13b1c9dc2bdbb14920a317ae4aef1233adc0a3c + tag: 0.58.5@sha256:648ebd45c50c58edc7ad9f0cc3b4411a1bece16c81f0b3630a0ab0a739c6d7ec workload: main: podSpec: