mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 08:01:20 -03:00
chore(helm): update image docker.io/deluan/navidrome 0.54.3 → 0.54.4 (#30948)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome) | patch | `4915ec6` -> `5c15cb7` | --- > [!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.54.4`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.54.4) [Compare Source](https://redirect.github.com/navidrome/navidrome/compare/v0.54.3...v0.54.4) #### Changelog ##### New Features - [`d60e831`](d60e83176c): feat(cli): support getting playlists via cli ([#​3634](https://redirect.github.com/navidrome/navidrome/issues/3634)) ([@​kgarner7](https://redirect.github.com/kgarner7)) ##### Bug fixes - [`3179966`](3179966270): fix(metrics): write system metrics on start ([#​3641](https://redirect.github.com/navidrome/navidrome/issues/3641)) ([@​kgarner7](https://redirect.github.com/kgarner7)) - [`acce3c9`](acce3c97d5): fix(release): make binaries executable before packaging ([@​deluan](https://redirect.github.com/deluan)) - [`beff1af`](beff1afad7): fix(subsonic): make Share's lastVisited optional ([@​deluan](https://redirect.github.com/deluan)) - [`f1478d4`](f1478d40f5): fix(ui): fix for typo in hu.json ([#​3635](https://redirect.github.com/navidrome/navidrome/issues/3635)) ([@​ChekeredList71](https://redirect.github.com/ChekeredList71)) - [`920fd53`](920fd53e58): fix(ui): remove index.html from service worker cache after creating admin user ([#​3642](https://redirect.github.com/navidrome/navidrome/issues/3642)) ([@​kgarner7](https://redirect.github.com/kgarner7)) - [`73ccfbd`](73ccfbd839): fix(ui): update Türkçe translations from POEditor ([#​3636](https://redirect.github.com/navidrome/navidrome/issues/3636)) ([@​deluan](https://redirect.github.com/deluan)) ##### Other work - [`537e2fc`](537e2fc033): chore(deps): bump go dependencies ([@​deluan](https://redirect.github.com/deluan)) - [`ba2623e`](ba2623e3f1): chore(server): add more logs to backup ([@​deluan](https://redirect.github.com/deluan)) **Full Changelog**: https://github.com/navidrome/navidrome/compare/v0.54.3...v0.54.4 #### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.54.3
|
||||
appVersion: 0.54.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/navidrome
|
||||
- https://hub.docker.com/r/deluan/navidrome
|
||||
type: application
|
||||
version: 21.6.0
|
||||
version: 21.6.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/deluan/navidrome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.54.3@sha256:4915ec6ad11ff76167491654184dfb7bbf341042fea498c20b2534af3dde587f
|
||||
tag: 0.54.4@sha256:5c15cb7792c8e0b3a3bed212609c2072ba70bbff91e6ddff651ba2829101d4c1
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user