Skip to content

Commit

Permalink
feat(container): update image ghcr.io/navidrome/navidrome ( 0.53.3 → …
Browse files Browse the repository at this point in the history
…0.54.1 ) (#4867)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/navidrome/navidrome](https://redirect.github.com/navidrome/navidrome)
| minor | `0.53.3` -> `0.54.1` |

---

### Release Notes

<details>
<summary>navidrome/navidrome (ghcr.io/navidrome/navidrome)</summary>

###
[`v0.54.1`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.54.1)

We are thrilled to announce the release of **Navidrome version 0.54.1**!
This update introduces several new features, enhancements, and important
bug fixes to elevate your music streaming experience. (Yes, ChatGPT is
our new Public Relations intern 😄)

#### 🔐 Important Security Bugfix

**JWT secrets are now stored encrypted in the Database**. A CVE Advisory
will be published soon.

#### 🎉 Noteworthy New Features

##### 📊 Anonymous Usage Data Collection

As discussed with the community (in Discord and Reddit), Navidrome now
includes **anonymous usage data collection** (opt-out) to help us
understand how you interact with the application. This data assists in
improving features and performance while ensuring your privacy is
respected. For details on what is collected and how, read
[this](https://www.navidrome.org/docs/getting-started/insights/).

For the TL;DR opt-out instructions, set the new config option
`EnableInsightsCollector` (or `ND_ENABLEINSIGHTSCOLLECTOR` env var) to
`false` (but we really hope you consider leaving it enabled — your
participation will be much appreciated).

##### 🖥️ Enhanced Packaging Support

**New MSI Installer**: Thanks to
[@&#8203;mintsoft](https://redirect.github.com/mintsoft) for creating a
MSI installer, for a smoother and more reliable installation process on
Windows platforms.

**Linux Package Installer**: And thanks to
[@&#8203;kgarner7](https://redirect.github.com/kgarner7), we now
distribute `.deb` and `.rpm` packages for Navidrome, which automatically
install it as a service on compatible Linux distributions.

**Apple Silicon Binaries**: We finally offer ARM builds for macOS,
optimized for the Apple processors.

##### 🔄 Native Backup and Restore

Introducing a **native automatic backup mechanism** (thanks again,
[@&#8203;kgarner7](https://redirect.github.com/kgarner7)), making it
easier than ever to safeguard your music library. Check the backup
options in the [configuration
documentation](https://www.navidrome.org/docs/usage/configuration-options/).
More documentation to follow.

##### 🎨 Artists from Last.fm

Navidrome now also fetches **artist images directly from Last.fm**. No
need to create a Spotify account anymore :)

##### 🎧 User Interface Improvements

**Drag-and-Drop Playlists**: You can now **drag and drop song titles**
from the player directly to the sidebar playlist, making playlist
management more intuitive and efficient.

##### 🌟 Navidrome Guru on Gurubase.io

We’ve partnered with [Gurubase.io](https://gurubase.io/) to bring you
[Navidrome Guru](https://gurubase.io/g/navidrome). Now you can chat with
an AI that is (almost) expert on Navidrome configuration and issues.
More information is being added to it everyday, so it will only get
better. Give it a try and let us what is missing and how it can improve.

##### ⚙️ Other Improvements

And as usual, lots of bug fix and improvements. For more details look at
the complete changelog.

#### Changelog

##### New Features

-
[`8e2052f`](https://redirect.github.com/navidrome/navidrome/commit/8e2052ff95d5695a79f139793ae9b2bfeefe03f5):
feat(Insights): add anonymous usage data collection
([#&#8203;3543](https://redirect.github.com/navidrome/navidrome/issues/3543))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9c3b456`](https://redirect.github.com/navidrome/navidrome/commit/9c3b4561652a15846993d477003e111f0df0c585):
feat(build): MSI installer improvements
([#&#8203;3376](https://redirect.github.com/navidrome/navidrome/issues/3376))
([@&#8203;mintsoft](https://redirect.github.com/mintsoft))
-
[`8fb09e7`](https://redirect.github.com/navidrome/navidrome/commit/8fb09e71b6c982a9650e352fdc2a665a687b368a):
feat(server): get artist images from Last.fm
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`5573051`](https://redirect.github.com/navidrome/navidrome/commit/55730514ea59d5f1d0b8e3f8745569c29bdbf7b4):
feat(server): provide native backup/restore mechanism
([#&#8203;3194](https://redirect.github.com/navidrome/navidrome/issues/3194))
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`06c9c1e`](https://redirect.github.com/navidrome/navidrome/commit/06c9c1e64a14d31d971339217d0940199b46d81f):
feat(server): require explicitly enabling reverse proxy auth for unix
sockets
([#&#8203;3062](https://redirect.github.com/navidrome/navidrome/issues/3062))
([@&#8203;crazygolem](https://redirect.github.com/crazygolem))
-
[`0a650de`](https://redirect.github.com/navidrome/navidrome/commit/0a650de357babdcc8ce910fe37fee84acf4ed2fe):
feat(subsonic): add MusicBrainz ID and Sort Name to getArtists
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`23bebe4`](https://redirect.github.com/navidrome/navidrome/commit/23bebe4e06124becf1000e88472ae71a6ca7de4c):
feat(subsonic): getOpenSubsonicExtensions is now public
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`8b5af67`](https://redirect.github.com/navidrome/navidrome/commit/8b5af676474871508dc73ff4e60b625705ac3dfa):
feat(subsonic): support OS clearing play queue
([#&#8203;3399](https://redirect.github.com/navidrome/navidrome/issues/3399))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`0281d06`](https://redirect.github.com/navidrome/navidrome/commit/0281d06b011d29962d210cdb0f11fb5c6197dabc):
feat(ui): Allow drag-and-drop song title from player to sidebar playlist
([#&#8203;2435](https://redirect.github.com/navidrome/navidrome/issues/2435))
([@&#8203;Egor3f](https://redirect.github.com/Egor3f))
-
[`a9334b7`](https://redirect.github.com/navidrome/navidrome/commit/a9334b7787bd4cfe18bb329654e28b0702004127):
feat(ui): show user's lastAccess
([#&#8203;3342](https://redirect.github.com/navidrome/navidrome/issues/3342))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`768160b`](https://redirect.github.com/navidrome/navidrome/commit/768160b05e9929bf5d82359b7768e67ffffeb9b6):
feat: Windows MSI installer and service support
([#&#8203;3125](https://redirect.github.com/navidrome/navidrome/issues/3125))
([@&#8203;mintsoft](https://redirect.github.com/mintsoft))
-
[`9ae898d`](https://redirect.github.com/navidrome/navidrome/commit/9ae898d071e32cf56261f3b13a639fd01092c201):
feat: add Navidrome Guru on Gurubase.io
([#&#8203;3491](https://redirect.github.com/navidrome/navidrome/issues/3491))
([@&#8203;kursataktas](https://redirect.github.com/kursataktas))
-
[`cd0cf7c`](https://redirect.github.com/navidrome/navidrome/commit/cd0cf7c12be08d8035c038138d25e3f6431df021):
feat: cache login background images
([#&#8203;3462](https://redirect.github.com/navidrome/navidrome/issues/3462))
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Bug fixes

-
[`851f54e`](https://redirect.github.com/navidrome/navidrome/commit/851f54ea5741990d7df359a3f9df6fb7a91a084c):
fix(ci): fix linux packages upload
([#&#8203;3569](https://redirect.github.com/navidrome/navidrome/issues/3569))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6bc4c03`](https://redirect.github.com/navidrome/navidrome/commit/6bc4c0317f024fbc6cb8ce056e04fad567d9d2c7):
fix(insights): better status
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`906ac63`](https://redirect.github.com/navidrome/navidrome/commit/906ac635c296acacd9e560409c09236ca3d64aaa):
fix(insights): check if running in a container
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6c11649`](https://redirect.github.com/navidrome/navidrome/commit/6c11649b06afdf0bc9b8303c8c791ae5aecc698c):
fix(insights): fix issues and improve reports
([#&#8203;3558](https://redirect.github.com/navidrome/navidrome/issues/3558))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`82633d7`](https://redirect.github.com/navidrome/navidrome/commit/82633d7490df13b825a01164afe1be4f7d2d0a66):
fix(playlists): make the m3u parser case-insensitive again
[#&#8203;3410](https://redirect.github.com/navidrome/navidrome/issues/3410)
([@&#8203;caiocotts](https://redirect.github.com/caiocotts))
-
[`92a1f19`](https://redirect.github.com/navidrome/navidrome/commit/92a1f19271ded3cb363b228f0a850a7205e81cf4):
fix(scanner): make activity panel update rate configurable
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2866878`](https://redirect.github.com/navidrome/navidrome/commit/28668782c61b85f6f6f08ff7b57f7a8e2c8c08d0):
fix(server): FFmpegPath can contain spaces
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`627417d`](https://redirect.github.com/navidrome/navidrome/commit/627417dae33eda27e1dcc3072bde832c2bb4061e):
fix(server): add disc number to fake path.
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`8808ead`](https://redirect.github.com/navidrome/navidrome/commit/8808eadddaa517ab58ce33a70d08f37b0ffdef0e):
fix(server): allow extra spaces in transcoding commands
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9cbdb20`](https://redirect.github.com/navidrome/navidrome/commit/9cbdb20a318a49daf95888b1fd207d4d729b55f1):
fix(server): don't try to save JWT if it fails to encrypt
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`7f030b0`](https://redirect.github.com/navidrome/navidrome/commit/7f030b0859653593fd2ac0df69f4a313f9caf9ff):
fix(server): encrypt jwt secret at rest
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`fcb5e1b`](https://redirect.github.com/navidrome/navidrome/commit/fcb5e1b80624ecb8b7e1d80656f799f0cb2b80f9):
fix(server): fix case-insensitive sort order and add indexes to improve
performance
([#&#8203;3425](https://redirect.github.com/navidrome/navidrome/issues/3425))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`177a1f8`](https://redirect.github.com/navidrome/navidrome/commit/177a1f853f1e1fe55f2b951873a12c634fa851ce):
fix(server): more race conditions when updating artist/album from
external sources ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2b0bfbd`](https://redirect.github.com/navidrome/navidrome/commit/2b0bfbd75addb2ba7480ef9e7398c64738c29614):
fix(server): race condition when updating artist/album from external
sources ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3e47819`](https://redirect.github.com/navidrome/navidrome/commit/3e47819f7abbc6e14409e855a9f1cbc62dc69e30):
fix(server): reduce album placeholder image size by converting it to
webp ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3fda744`](https://redirect.github.com/navidrome/navidrome/commit/3fda7445b02bc54302295d9a78bf604fdac641bc):
fix(server): try to find proper embedded front cover - only for vorbis
comments for now
([#&#8203;3348](https://redirect.github.com/navidrome/navidrome/issues/3348))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`b7285b2`](https://redirect.github.com/navidrome/navidrome/commit/b7285b28cf7118165dea732a4077ad53f800d0ac):
fix(test): vitest was hanging due to vite-plugin-eslint plugin
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`cbf5e3d`](https://redirect.github.com/navidrome/navidrome/commit/cbf5e3d51b27aa01b802e436272d5be9de713b78):
fix(ui): PWA not updating properly in new Vite config
([#&#8203;3493](https://redirect.github.com/navidrome/navidrome/issues/3493))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`dcc84e2`](https://redirect.github.com/navidrome/navidrome/commit/dcc84e29d962820efd219ec4e7d2ad1b50c6e022):
fix(ui): Update Chinese (simplified) Translation
([#&#8203;3490](https://redirect.github.com/navidrome/navidrome/issues/3490))
([@&#8203;qx100](https://redirect.github.com/qx100))
-
[`32afe96`](https://redirect.github.com/navidrome/navidrome/commit/32afe9698cc51e815939b0377dff3ba215b63274):
fix(ui): completed the translation of zh-Hant and zh-Hans
([#&#8203;3450](https://redirect.github.com/navidrome/navidrome/issues/3450))
([@&#8203;york9675](https://redirect.github.com/york9675))
-
[`2d8507c`](https://redirect.github.com/navidrome/navidrome/commit/2d8507cfd72656609d3b38487dc6053f4090ed3d):
fix(ui): don't hide Last.fm scrobble switch
([#&#8203;3561](https://redirect.github.com/navidrome/navidrome/issues/3561))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`4f8cd53`](https://redirect.github.com/navidrome/navidrome/commit/4f8cd5307cf5f387bbf14bd4647ef3324facc90f):
fix(ui): fix play queue for play button and context menus
([#&#8203;3559](https://redirect.github.com/navidrome/navidrome/issues/3559))
([@&#8203;caiocotts](https://redirect.github.com/caiocotts))
-
[`1a36f06`](https://redirect.github.com/navidrome/navidrome/commit/1a36f06147628e3b1f976135c300d16305dc9371):
fix(ui): service worker crashing on precacheAndRoute
([#&#8203;3528](https://redirect.github.com/navidrome/navidrome/issues/3528))
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`0232afd`](https://redirect.github.com/navidrome/navidrome/commit/0232afd98d3d40f42a0bf3aed64f736bb0308666):
fix(ui): service worker does not load new version of ui
([#&#8203;3402](https://redirect.github.com/navidrome/navidrome/issues/3402))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`04f296c`](https://redirect.github.com/navidrome/navidrome/commit/04f296cc734cd99707e9cb0060dbc9a4dee5e8c5):
fix(ui): show last.fm api-key missing in a `FormHelperText`
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`0d520de`](https://redirect.github.com/navidrome/navidrome/commit/0d520dea2d117e014979c44257b94d3e3713d292):
fix(ui): update Basque
([#&#8203;3542](https://redirect.github.com/navidrome/navidrome/issues/3542))
([@&#8203;xabirequejo](https://redirect.github.com/xabirequejo))
-
[`de04393`](https://redirect.github.com/navidrome/navidrome/commit/de04393b47ff65acce629bb25b3aa77859cd1bcd):
fix(ui): update German translation
([#&#8203;3345](https://redirect.github.com/navidrome/navidrome/issues/3345))
([@&#8203;Lokke](https://redirect.github.com/Lokke))
-
[`640a734`](https://redirect.github.com/navidrome/navidrome/commit/640a734896fd255fce8b751c9465c4397413a0c0):
fix(ui): update Hungarian translation
([#&#8203;3346](https://redirect.github.com/navidrome/navidrome/issues/3346))
([@&#8203;ChekeredList71](https://redirect.github.com/ChekeredList71))
-
[`a358d10`](https://redirect.github.com/navidrome/navidrome/commit/a358d107aaaa1143947a5708ca27d9e472c9e6c5):
fix(ui): update Serbian translation
([#&#8203;3361](https://redirect.github.com/navidrome/navidrome/issues/3361))
([@&#8203;eevan78](https://redirect.github.com/eevan78))
-
[`3e7c4b6`](https://redirect.github.com/navidrome/navidrome/commit/3e7c4b6f70ea0e8b75912490e7e3585e4a86abd8):
fix(ui): update Turkish, Galician and Polish translations from POEditor
([#&#8203;3426](https://redirect.github.com/navidrome/navidrome/issues/3426))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3713032`](https://redirect.github.com/navidrome/navidrome/commit/3713032f57eea19ffb2ce96bacb497e471b8f395):
fix(ui): update translations from POEditor
([#&#8203;3349](https://redirect.github.com/navidrome/navidrome/issues/3349))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`72a0f59`](https://redirect.github.com/navidrome/navidrome/commit/72a0f59be316df7e0b4c7be91a82e277552a55ac):
fix(ui): update translations from POEditor
([#&#8203;3568](https://redirect.github.com/navidrome/navidrome/issues/3568))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`ae6499b`](https://redirect.github.com/navidrome/navidrome/commit/ae6499b941542964ed41743e4edd03f5ff50a7d3):
fix: PRs should not try to push to docker
([#&#8203;3393](https://redirect.github.com/navidrome/navidrome/issues/3393))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`16d1314`](https://redirect.github.com/navidrome/navidrome/commit/16d1314a680bff39641e76f3b8f8e9f7c00f9020):
fix: do not add nil filters
([#&#8203;3394](https://redirect.github.com/navidrome/navidrome/issues/3394))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`943b456`](https://redirect.github.com/navidrome/navidrome/commit/943b456d3f3f34bd8b39c5a398c2862733f10fd9):
fix: do not try to push to ghcr.io without proper permissions
([#&#8203;3395](https://redirect.github.com/navidrome/navidrome/issues/3395))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6c6223f`](https://redirect.github.com/navidrome/navidrome/commit/6c6223f2f9db2c8c253e0d40a192e3519c9037d1):
fix: forcing transcoding when client does not specify transcoding
options
([#&#8203;3455](https://redirect.github.com/navidrome/navidrome/issues/3455))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`ccce1c0`](https://redirect.github.com/navidrome/navidrome/commit/ccce1c0f6dbff1497fb76b830f92654e1a386458):
fix: pre-cache square images, or else they are not useful for the Album
Grid ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9c46e2b`](https://redirect.github.com/navidrome/navidrome/commit/9c46e2b2622e7ed4fb3a068f92e98efe928fe0dd):
fix: use docker buildx, as required by Linux
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`00c6a0e`](https://redirect.github.com/navidrome/navidrome/commit/00c6a0ed1f3c7a27f3d3a027c4a2723b1f3f7fc4):
fix: use target platform to build final image
([#&#8203;3397](https://redirect.github.com/navidrome/navidrome/issues/3397))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`bbb3182`](https://redirect.github.com/navidrome/navidrome/commit/bbb3182bc97605020af5b4a76efc58a3cf2a7b88):
refactor(server): remove ffmpeg unused code
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Documentation updates

-
[`21dd04c`](https://redirect.github.com/navidrome/navidrome/commit/21dd04cb7db557f2d7e44c50f1b467fe04c8feec):
docs: set org.opencontainers.image.source label in Dockerfile
([#&#8203;3564](https://redirect.github.com/navidrome/navidrome/issues/3564))
([@&#8203;dmarcoux](https://redirect.github.com/dmarcoux))

##### Build process updates

-
[`af1add4`](https://redirect.github.com/navidrome/navidrome/commit/af1add43121937cc0520e910b0b569c9cc09bd32):
Revert "build: new pipeline, new way to cross-compile and build docker
images locally.
([#&#8203;3383](https://redirect.github.com/navidrome/navidrome/issues/3383))"
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`d9fa19d`](https://redirect.github.com/navidrome/navidrome/commit/d9fa19dab32e2c177a18956dbf51c7c4934e0337):
build(ci): bump goreleaser to 2.3.2
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9e5849e`](https://redirect.github.com/navidrome/navidrome/commit/9e5849e4dc9852f18cae5746f1ba647619054420):
build(dependabot): add docker configuration
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`69e2a6d`](https://redirect.github.com/navidrome/navidrome/commit/69e2a6d6209487903dd8b6cb0119c9e1cfa2cf7d):
build(netgo): make sure the project is always compiled with `netgo`
build tag
([#&#8203;3428](https://redirect.github.com/navidrome/navidrome/issues/3428))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`fcdd30b`](https://redirect.github.com/navidrome/navidrome/commit/fcdd30ba8fbba7ed296d6ab003396103481d5110):
build(ui): migrate from CRA/Jest to Vite/Vitest
([#&#8203;3311](https://redirect.github.com/navidrome/navidrome/issues/3311))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`154e13f`](https://redirect.github.com/navidrome/navidrome/commit/154e13f7c910cbf429daef1c1049c3b75478d9c7):
build: add packages for deb and rpm to release
([#&#8203;3202](https://redirect.github.com/navidrome/navidrome/issues/3202))
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`5f6a90e`](https://redirect.github.com/navidrome/navidrome/commit/5f6a90e5aa66103d74397e89c0a3205995fdbf58):
build: fix build on FreeBSD
([#&#8203;3403](https://redirect.github.com/navidrome/navidrome/issues/3403))
([@&#8203;jan666](https://redirect.github.com/jan666))
-
[`b14c790`](https://redirect.github.com/navidrome/navidrome/commit/b14c7906411b896f507181ac9e53c57b6920152a):
build: new pipeline, new way to cross-compile and build docker images
locally.
([#&#8203;3383](https://redirect.github.com/navidrome/navidrome/issues/3383))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`214287e`](https://redirect.github.com/navidrome/navidrome/commit/214287e00dd64f31f6ab24b940f5d9e057a7c647):
build: new pipeline, new way to cross-compile and build docker images
locally.
([#&#8203;3388](https://redirect.github.com/navidrome/navidrome/issues/3388))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9d8c497`](https://redirect.github.com/navidrome/navidrome/commit/9d8c49750e7800208482bd11478cbda411ce4bbf):
ci: ignore refactor commits in release notes
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Other work

-
[`297f72f`](https://redirect.github.com/navidrome/navidrome/commit/297f72ff1a679d1308e7b733be649ab2795bdcf7):
chore(deps): bump Alpine version
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6e5eea9`](https://redirect.github.com/navidrome/navidrome/commit/6e5eea980d35934f76516c23ed5ad404df26e352):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`faed2ea`](https://redirect.github.com/navidrome/navidrome/commit/faed2ea8d765f5b152ee3ad43e07dcf90f6bb51f):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`181c296`](https://redirect.github.com/navidrome/navidrome/commit/181c29613f55c9e92370503b87d3ca5ce43d9fca):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2bb918f`](https://redirect.github.com/navidrome/navidrome/commit/2bb918f8a117cc3f527198e781b1becc13f6f6d5):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3671598`](https://redirect.github.com/navidrome/navidrome/commit/3671598121742c1263dd2818c55bb3e8cc89f519):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`94bc1a1`](https://redirect.github.com/navidrome/navidrome/commit/94bc1a1d4138572f38364f9313158d1bce1b1c0b):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`eab6aad`](https://redirect.github.com/navidrome/navidrome/commit/eab6aadc0f83f65cf6537e80e61de97907e88672):
chore(deps): bump Go to 1.23.2
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6ff7ab5`](https://redirect.github.com/navidrome/navidrome/commit/6ff7ab52f4a62e65d59b6c6eb9b9f47eb976c43b):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`1c0ebb9`](https://redirect.github.com/navidrome/navidrome/commit/1c0ebb946076a9c3ed018f1cb2c5ffc6135cff46):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`c952dc3`](https://redirect.github.com/navidrome/navidrome/commit/c952dc343afb7e9e64acaf1a1b64d87ac13a57cf):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`44bc70b`](https://redirect.github.com/navidrome/navidrome/commit/44bc70b26953e896fd33fcad3ec854bb95d096df):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6040a50`](https://redirect.github.com/navidrome/navidrome/commit/6040a502976a86db87096b5d64e4d7de9966cf72):
chore(deps): bump alpine from 3.18 to 3.20 in /.github/workflows
([#&#8203;3326](https://redirect.github.com/navidrome/navidrome/issues/3326))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`dd48a23`](https://redirect.github.com/navidrome/navidrome/commit/dd48a23f92530646415c24f6c9ee9a29f61bcdee):
chore(deps): bump github.com/unrolled/secure from 1.15.0 to 1.16.0
([#&#8203;3327](https://redirect.github.com/navidrome/navidrome/issues/3327))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`075a7e2`](https://redirect.github.com/navidrome/navidrome/commit/075a7e26404fab17ad4d67a81f5b38cf28b22d2d):
chore(deps): bump go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`cf69df8`](https://redirect.github.com/navidrome/navidrome/commit/cf69df877a713608a2a67644dbbe9e05cebdb43b):
chore(deps): bump js dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`270ae35`](https://redirect.github.com/navidrome/navidrome/commit/270ae3549df165e7dd4b465e0ba2f6b2944aa954):
chore(deps): bump peter-evans/create-pull-request from 6 to 7
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`bc3576e`](https://redirect.github.com/navidrome/navidrome/commit/bc3576e092597b2f3c9ef28483e892f17b2d81ae):
chore(deps): bump prettier
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`ed3ab53`](https://redirect.github.com/navidrome/navidrome/commit/ed3ab5385dd867fb0394c95dcce8aa8bfd7f5551):
chore(deps): bump rollup from 2.79.1 to 2.79.2 in /ui
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`a9b301d`](https://redirect.github.com/navidrome/navidrome/commit/a9b301dfc50910b0ab426cd40a03cd163c111725):
chore(deps-dev): bump
[@&#8203;testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom)
in /ui
([#&#8203;3418](https://redirect.github.com/navidrome/navidrome/issues/3418))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`936af2d`](https://redirect.github.com/navidrome/navidrome/commit/936af2d895e34bab6c675bcde8204ed6e855c020):
chore(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 22.6.1
to 22.7.4 in /ui
([#&#8203;3335](https://redirect.github.com/navidrome/navidrome/issues/3335))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`bc4aa55`](https://redirect.github.com/navidrome/navidrome/commit/bc4aa55de3cce310ef14f1e33d627a06a53600cd):
chore(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 22.7.4
to 22.7.5 in /ui
([#&#8203;3378](https://redirect.github.com/navidrome/navidrome/issues/3378))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`b86a695`](https://redirect.github.com/navidrome/navidrome/commit/b86a69567d25f1390dda04972b6cb3d49d804000):
chore(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 22.7.6
to 22.7.7 in /ui
([#&#8203;3417](https://redirect.github.com/navidrome/navidrome/issues/3417))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`67474b7`](https://redirect.github.com/navidrome/navidrome/commit/67474b776cf01f9b15eea05b3e9b49fb0211d63c):
chore(deps-dev): bump
[@&#8203;vitejs/plugin-react](https://redirect.github.com/vitejs/plugin-react)
from 4.3.2 to 4.3.3 in /ui
([#&#8203;3415](https://redirect.github.com/navidrome/navidrome/issues/3415))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`b2eb533`](https://redirect.github.com/navidrome/navidrome/commit/b2eb5330826177978770a278ba617ac430878f7f):
chore(deps-dev): bump
[@&#8203;vitejs/plugin-react-swc](https://redirect.github.com/vitejs/plugin-react-swc)
in /ui
([#&#8203;3339](https://redirect.github.com/navidrome/navidrome/issues/3339))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`fd81039`](https://redirect.github.com/navidrome/navidrome/commit/fd81039f1b76db2f082766d82c6bd1ab73c51aa1):
chore(deps-dev): bump
[@&#8203;vitest/coverage-v8](https://redirect.github.com/vitest/coverage-v8)
from 2.1.1 to 2.1.3 in /ui
([#&#8203;3379](https://redirect.github.com/navidrome/navidrome/issues/3379))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`15b2dc6`](https://redirect.github.com/navidrome/navidrome/commit/15b2dc6b486acb7938b6060aad8449b039a3409b):
chore(deps-dev): bump eslint-plugin-jsx-a11y in /ui
([#&#8203;3416](https://redirect.github.com/navidrome/navidrome/issues/3416))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`5e8085b`](https://redirect.github.com/navidrome/navidrome/commit/5e8085bf3ce85a3bf7b46065585449c53593ca10):
chore(deps-dev): bump eslint-plugin-react from 7.36.1 to 7.37.0 in /ui
([#&#8203;3334](https://redirect.github.com/navidrome/navidrome/issues/3334))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`ff79ac4`](https://redirect.github.com/navidrome/navidrome/commit/ff79ac4336b6d6a5ded313539381e83d2d1c715f):
chore(deps-dev): bump eslint-plugin-react from 7.37.0 to 7.37.1 in /ui
([#&#8203;3362](https://redirect.github.com/navidrome/navidrome/issues/3362))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`8d37781`](https://redirect.github.com/navidrome/navidrome/commit/8d37781a47d22a5da6cb2ac550afa29aeaca68c5):
chore(deps-dev): bump eslint-plugin-react-hooks in /ui
([#&#8203;3381](https://redirect.github.com/navidrome/navidrome/issues/3381))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`1c48a55`](https://redirect.github.com/navidrome/navidrome/commit/1c48a5575920ca66fc19e08ca0579f4b939ad748):
chore(deps-dev): bump eslint-plugin-react-refresh in /ui
([#&#8203;3419](https://redirect.github.com/navidrome/navidrome/issues/3419))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`a6fb7fd`](https://redirect.github.com/navidrome/navidrome/commit/a6fb7fd705e337f7d3b5fda162da8950f8233964):
chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /ui
([#&#8203;3380](https://redirect.github.com/navidrome/navidrome/issues/3380))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`b1c18a4`](https://redirect.github.com/navidrome/navidrome/commit/b1c18a428bea161c9abc31fa3a4fadf068a292e3):
chore(deps-dev): bump vite from 5.4.7 to 5.4.8 in /ui
([#&#8203;3340](https://redirect.github.com/navidrome/navidrome/issues/3340))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`6ec6ac1`](https://redirect.github.com/navidrome/navidrome/commit/6ec6ac1595e7b3ce77bf18ffe9fbdbdceaddd859):
chore(deps-dev): bump vite from 5.4.8 to 5.4.9 in /ui
([#&#8203;3382](https://redirect.github.com/navidrome/navidrome/issues/3382))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`1fac9cc`](https://redirect.github.com/navidrome/navidrome/commit/1fac9cc3ee2c4168f96e582b941c46b63cd270a2):
chore: add poeditor logo to readme
([#&#8203;3329](https://redirect.github.com/navidrome/navidrome/issues/3329))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`054946d`](https://redirect.github.com/navidrome/navidrome/commit/054946dc42304edbbc25b64f602da43998cced57):
chore: update sanitize with updated diacritics
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`97c06ab`](https://redirect.github.com/navidrome/navidrome/commit/97c06aba1a49cb51836aa73227c175deafada405):
perf(server): add index for sort tags.
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3982ba7`](https://redirect.github.com/navidrome/navidrome/commit/3982ba725883e71d4e3e618c61d5140eeb8d850a):
revert: separation of write and read DBs
([@&#8203;deluan](https://redirect.github.com/deluan))

**Full Changelog**:
navidrome/navidrome@v0.53.3...v0.54.1

#### Helping out

This release was 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/).
- Reach out on [Discord](https://discord.gg/xh7j7yF),
[Reddit](https://www.reddit.com/r/navidrome/) and
[Twitter](https://twitter.com/navidrome)!

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Dec 21, 2024
1 parent 41cf79a commit 54b9c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/media/navidrome/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
main:
image:
repository: ghcr.io/navidrome/navidrome
tag: 0.53.3@sha256:d864c5ddbae508920b157d73b08bd48e93ec8c422003a491edd01a889497582a
tag: 0.54.1@sha256:adce9ea704d75cc4f68cc59237f299314ea04bd9fc7210d0f21932a957c97960
env:
TZ: ${CONFIG_TIMEZONE}
ND_AUTHREQUESTLIMIT: 0
Expand Down

0 comments on commit 54b9c40

Please sign in to comment.