mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 16:51:24 -03:00
fix(navidrome): update image docker.io/deluan/navidrome 0.60.2 → 0.60.3 (#44751)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome) | patch | `1b3f955` → `a5dce8f` | --- > [!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 <details> <summary>navidrome/navidrome (docker.io/deluan/navidrome)</summary> ### [`v0.60.3`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.60.3) [Compare Source](https://redirect.github.com/navidrome/navidrome/compare/v0.60.2...v0.60.3) #### Changelog ##### New Features - [`34c6f12`](34c6f12aee): feat(server): add explicit status support in smart playlists ([#​5031](https://redirect.github.com/navidrome/navidrome/issues/5031)) ([@​kgarner7](https://redirect.github.com/kgarner7)) ##### Bug fixes - [`408aa78`](408aa78ed5): fix(scanner): log warning when metadata extraction fails ([@​deluan](https://redirect.github.com/deluan)) - [`ed79a88`](ed79a8897b): fix(scanner): pass filename hint to gotaglib's OpenStream for format detection ([#​5012](https://redirect.github.com/navidrome/navidrome/issues/5012)) ([@​deluan](https://redirect.github.com/deluan)) - [`fd09ca1`](fd09ca103f): fix(scanner): resolve data race on conf.Server access in getScanner ([@​deluan](https://redirect.github.com/deluan)) - [`0a47228`](0a4722802a): fix(subsonic): validate JSONP callback parameter ([@​deluan](https://redirect.github.com/deluan)) - [`eb9ebc3`](eb9ebc3fba): fix(ui): add missing keys in Danish translation ([#​5011](https://redirect.github.com/navidrome/navidrome/issues/5011)) ([@​denisarissa](https://redirect.github.com/denisarissa)) - [`62f9c3a`](62f9c3a458): fix: linux service should restart when upgrading ([#​5001](https://redirect.github.com/navidrome/navidrome/issues/5001)) ([@​mintsoft](https://redirect.github.com/mintsoft)) - [`e05a7e2`](e05a7e230f): fix: prevent data race on conf.Server during cleanup in e2e tests ([@​deluan](https://redirect.github.com/deluan)) - [`bee0305`](bee0305831): fix: split reflex -R flags to preserve directory exclusion optimization ([@​deluan](https://redirect.github.com/deluan)) ##### Other work - [`302d99a`](302d99aa8b): chore(deps): update dependencies in go.mod and go.sum ([@​deluan](https://redirect.github.com/deluan)) - [`c80ef8a`](c80ef8ae41): chore: ignore \_test.go files in reflex conf ([@​deluan](https://redirect.github.com/deluan)) - [`8319905`](8319905d2c): test(subsonic): add comprehensive e2e test suite for Subsonic API ([#​5003](https://redirect.github.com/navidrome/navidrome/issues/5003)) ([@​deluan](https://redirect.github.com/deluan)) **Full Changelog**: <https://github.com/navidrome/navidrome/compare/v0.60.2...v0.60.3> #### 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)! </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL25hdmlkcm9tZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.60.2
|
||||
appVersion: 0.60.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/navidrome
|
||||
- https://hub.docker.com/r/deluan/navidrome
|
||||
type: application
|
||||
version: 22.16.1
|
||||
version: 22.16.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/deluan/navidrome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.60.2@sha256:1b3f9556fc4f70cb1c2d3995543e734bdc90c762c9c6ee9a7c5f6a9745efbc3e
|
||||
tag: 0.60.3@sha256:a5dce8f33304714dd138e870cca0dcab3d937ca236be1a9f2b97da009d1a0048
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user