chore(deps): update deluan/navidrome docker tag to v0.54.1 #266

Merged
renovate merged 1 commit from renovate/deluan-navidrome-0.x into master 2024-12-21 09:07:43 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
deluan/navidrome patch 0.54.0 -> 0.54.1

Release Notes

navidrome/navidrome (deluan/navidrome)

v0.54.1

Navidrome v0.54.1 Release Notes

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.

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 @​mintsoft for creating a MSI installer, for a smoother and more reliable installation process on Windows platforms.

Linux Package Installer: And thanks to @​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, @​kgarner7), making it easier than ever to safeguard your music library. Check the backup options in the configuration documentation. 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 to bring you Navidrome Guru. 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
Bug fixes
Documentation updates
Build process updates
Other work

Full Changelog: https://github.com/navidrome/navidrome/compare/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, pay me a Ko-fi or contribute with code.

Where to go next?


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [deluan/navidrome](https://github.com/navidrome/navidrome) | patch | `0.54.0` -> `0.54.1` | --- ### Release Notes <details> <summary>navidrome/navidrome (deluan/navidrome)</summary> ### [`v0.54.1`](https://github.com/navidrome/navidrome/releases/tag/v0.54.1) ### Navidrome v0.54.1 Release Notes 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://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://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://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://github.com/navidrome/navidrome/commit/8e2052ff95d5695a79f139793ae9b2bfeefe03f5): feat(Insights): add anonymous usage data collection ([#&#8203;3543](https://github.com/navidrome/navidrome/issues/3543)) ([@&#8203;deluan](https://github.com/deluan)) - [`9c3b456`](https://github.com/navidrome/navidrome/commit/9c3b4561652a15846993d477003e111f0df0c585): feat(build): MSI installer improvements ([#&#8203;3376](https://github.com/navidrome/navidrome/issues/3376)) ([@&#8203;mintsoft](https://github.com/mintsoft)) - [`8fb09e7`](https://github.com/navidrome/navidrome/commit/8fb09e71b6c982a9650e352fdc2a665a687b368a): feat(server): get artist images from Last.fm ([@&#8203;deluan](https://github.com/deluan)) - [`5573051`](https://github.com/navidrome/navidrome/commit/55730514ea59d5f1d0b8e3f8745569c29bdbf7b4): feat(server): provide native backup/restore mechanism ([#&#8203;3194](https://github.com/navidrome/navidrome/issues/3194)) ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`06c9c1e`](https://github.com/navidrome/navidrome/commit/06c9c1e64a14d31d971339217d0940199b46d81f): feat(server): require explicitly enabling reverse proxy auth for unix sockets ([#&#8203;3062](https://github.com/navidrome/navidrome/issues/3062)) ([@&#8203;crazygolem](https://github.com/crazygolem)) - [`0a650de`](https://github.com/navidrome/navidrome/commit/0a650de357babdcc8ce910fe37fee84acf4ed2fe): feat(subsonic): add MusicBrainz ID and Sort Name to getArtists ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`23bebe4`](https://github.com/navidrome/navidrome/commit/23bebe4e06124becf1000e88472ae71a6ca7de4c): feat(subsonic): getOpenSubsonicExtensions is now public ([@&#8203;deluan](https://github.com/deluan)) - [`8b5af67`](https://github.com/navidrome/navidrome/commit/8b5af676474871508dc73ff4e60b625705ac3dfa): feat(subsonic): support OS clearing play queue ([#&#8203;3399](https://github.com/navidrome/navidrome/issues/3399)) ([@&#8203;deluan](https://github.com/deluan)) - [`0281d06`](https://github.com/navidrome/navidrome/commit/0281d06b011d29962d210cdb0f11fb5c6197dabc): feat(ui): Allow drag-and-drop song title from player to sidebar playlist ([#&#8203;2435](https://github.com/navidrome/navidrome/issues/2435)) ([@&#8203;Egor3f](https://github.com/Egor3f)) - [`a9334b7`](https://github.com/navidrome/navidrome/commit/a9334b7787bd4cfe18bb329654e28b0702004127): feat(ui): show user's lastAccess ([#&#8203;3342](https://github.com/navidrome/navidrome/issues/3342)) ([@&#8203;deluan](https://github.com/deluan)) - [`768160b`](https://github.com/navidrome/navidrome/commit/768160b05e9929bf5d82359b7768e67ffffeb9b6): feat: Windows MSI installer and service support ([#&#8203;3125](https://github.com/navidrome/navidrome/issues/3125)) ([@&#8203;mintsoft](https://github.com/mintsoft)) - [`9ae898d`](https://github.com/navidrome/navidrome/commit/9ae898d071e32cf56261f3b13a639fd01092c201): feat: add Navidrome Guru on Gurubase.io ([#&#8203;3491](https://github.com/navidrome/navidrome/issues/3491)) ([@&#8203;kursataktas](https://github.com/kursataktas)) - [`cd0cf7c`](https://github.com/navidrome/navidrome/commit/cd0cf7c12be08d8035c038138d25e3f6431df021): feat: cache login background images ([#&#8203;3462](https://github.com/navidrome/navidrome/issues/3462)) ([@&#8203;deluan](https://github.com/deluan)) ##### Bug fixes - [`851f54e`](https://github.com/navidrome/navidrome/commit/851f54ea5741990d7df359a3f9df6fb7a91a084c): fix(ci): fix linux packages upload ([#&#8203;3569](https://github.com/navidrome/navidrome/issues/3569)) ([@&#8203;deluan](https://github.com/deluan)) - [`6bc4c03`](https://github.com/navidrome/navidrome/commit/6bc4c0317f024fbc6cb8ce056e04fad567d9d2c7): fix(insights): better status ([@&#8203;deluan](https://github.com/deluan)) - [`906ac63`](https://github.com/navidrome/navidrome/commit/906ac635c296acacd9e560409c09236ca3d64aaa): fix(insights): check if running in a container ([@&#8203;deluan](https://github.com/deluan)) - [`6c11649`](https://github.com/navidrome/navidrome/commit/6c11649b06afdf0bc9b8303c8c791ae5aecc698c): fix(insights): fix issues and improve reports ([#&#8203;3558](https://github.com/navidrome/navidrome/issues/3558)) ([@&#8203;deluan](https://github.com/deluan)) - [`82633d7`](https://github.com/navidrome/navidrome/commit/82633d7490df13b825a01164afe1be4f7d2d0a66): fix(playlists): make the m3u parser case-insensitive again [#&#8203;3410](https://github.com/navidrome/navidrome/issues/3410) ([@&#8203;caiocotts](https://github.com/caiocotts)) - [`92a1f19`](https://github.com/navidrome/navidrome/commit/92a1f19271ded3cb363b228f0a850a7205e81cf4): fix(scanner): make activity panel update rate configurable ([@&#8203;deluan](https://github.com/deluan)) - [`2866878`](https://github.com/navidrome/navidrome/commit/28668782c61b85f6f6f08ff7b57f7a8e2c8c08d0): fix(server): FFmpegPath can contain spaces ([@&#8203;deluan](https://github.com/deluan)) - [`627417d`](https://github.com/navidrome/navidrome/commit/627417dae33eda27e1dcc3072bde832c2bb4061e): fix(server): add disc number to fake path. ([@&#8203;deluan](https://github.com/deluan)) - [`8808ead`](https://github.com/navidrome/navidrome/commit/8808eadddaa517ab58ce33a70d08f37b0ffdef0e): fix(server): allow extra spaces in transcoding commands ([@&#8203;deluan](https://github.com/deluan)) - [`9cbdb20`](https://github.com/navidrome/navidrome/commit/9cbdb20a318a49daf95888b1fd207d4d729b55f1): fix(server): don't try to save JWT if it fails to encrypt ([@&#8203;deluan](https://github.com/deluan)) - [`7f030b0`](https://github.com/navidrome/navidrome/commit/7f030b0859653593fd2ac0df69f4a313f9caf9ff): fix(server): encrypt jwt secret at rest ([@&#8203;deluan](https://github.com/deluan)) - [`fcb5e1b`](https://github.com/navidrome/navidrome/commit/fcb5e1b80624ecb8b7e1d80656f799f0cb2b80f9): fix(server): fix case-insensitive sort order and add indexes to improve performance ([#&#8203;3425](https://github.com/navidrome/navidrome/issues/3425)) ([@&#8203;deluan](https://github.com/deluan)) - [`177a1f8`](https://github.com/navidrome/navidrome/commit/177a1f853f1e1fe55f2b951873a12c634fa851ce): fix(server): more race conditions when updating artist/album from external sources ([@&#8203;deluan](https://github.com/deluan)) - [`2b0bfbd`](https://github.com/navidrome/navidrome/commit/2b0bfbd75addb2ba7480ef9e7398c64738c29614): fix(server): race condition when updating artist/album from external sources ([@&#8203;deluan](https://github.com/deluan)) - [`3e47819`](https://github.com/navidrome/navidrome/commit/3e47819f7abbc6e14409e855a9f1cbc62dc69e30): fix(server): reduce album placeholder image size by converting it to webp ([@&#8203;deluan](https://github.com/deluan)) - [`3fda744`](https://github.com/navidrome/navidrome/commit/3fda7445b02bc54302295d9a78bf604fdac641bc): fix(server): try to find proper embedded front cover - only for vorbis comments for now ([#&#8203;3348](https://github.com/navidrome/navidrome/issues/3348)) ([@&#8203;deluan](https://github.com/deluan)) - [`b7285b2`](https://github.com/navidrome/navidrome/commit/b7285b28cf7118165dea732a4077ad53f800d0ac): fix(test): vitest was hanging due to vite-plugin-eslint plugin ([@&#8203;deluan](https://github.com/deluan)) - [`cbf5e3d`](https://github.com/navidrome/navidrome/commit/cbf5e3d51b27aa01b802e436272d5be9de713b78): fix(ui): PWA not updating properly in new Vite config ([#&#8203;3493](https://github.com/navidrome/navidrome/issues/3493)) ([@&#8203;deluan](https://github.com/deluan)) - [`dcc84e2`](https://github.com/navidrome/navidrome/commit/dcc84e29d962820efd219ec4e7d2ad1b50c6e022): fix(ui): Update Chinese (simplified) Translation ([#&#8203;3490](https://github.com/navidrome/navidrome/issues/3490)) ([@&#8203;qx100](https://github.com/qx100)) - [`32afe96`](https://github.com/navidrome/navidrome/commit/32afe9698cc51e815939b0377dff3ba215b63274): fix(ui): completed the translation of zh-Hant and zh-Hans ([#&#8203;3450](https://github.com/navidrome/navidrome/issues/3450)) ([@&#8203;york9675](https://github.com/york9675)) - [`2d8507c`](https://github.com/navidrome/navidrome/commit/2d8507cfd72656609d3b38487dc6053f4090ed3d): fix(ui): don't hide Last.fm scrobble switch ([#&#8203;3561](https://github.com/navidrome/navidrome/issues/3561)) ([@&#8203;deluan](https://github.com/deluan)) - [`4f8cd53`](https://github.com/navidrome/navidrome/commit/4f8cd5307cf5f387bbf14bd4647ef3324facc90f): fix(ui): fix play queue for play button and context menus ([#&#8203;3559](https://github.com/navidrome/navidrome/issues/3559)) ([@&#8203;caiocotts](https://github.com/caiocotts)) - [`1a36f06`](https://github.com/navidrome/navidrome/commit/1a36f06147628e3b1f976135c300d16305dc9371): fix(ui): service worker crashing on precacheAndRoute ([#&#8203;3528](https://github.com/navidrome/navidrome/issues/3528)) ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`0232afd`](https://github.com/navidrome/navidrome/commit/0232afd98d3d40f42a0bf3aed64f736bb0308666): fix(ui): service worker does not load new version of ui ([#&#8203;3402](https://github.com/navidrome/navidrome/issues/3402)) ([@&#8203;deluan](https://github.com/deluan)) - [`04f296c`](https://github.com/navidrome/navidrome/commit/04f296cc734cd99707e9cb0060dbc9a4dee5e8c5): fix(ui): show last.fm api-key missing in a `FormHelperText` ([@&#8203;deluan](https://github.com/deluan)) - [`0d520de`](https://github.com/navidrome/navidrome/commit/0d520dea2d117e014979c44257b94d3e3713d292): fix(ui): update Basque ([#&#8203;3542](https://github.com/navidrome/navidrome/issues/3542)) ([@&#8203;xabirequejo](https://github.com/xabirequejo)) - [`de04393`](https://github.com/navidrome/navidrome/commit/de04393b47ff65acce629bb25b3aa77859cd1bcd): fix(ui): update German translation ([#&#8203;3345](https://github.com/navidrome/navidrome/issues/3345)) ([@&#8203;Lokke](https://github.com/Lokke)) - [`640a734`](https://github.com/navidrome/navidrome/commit/640a734896fd255fce8b751c9465c4397413a0c0): fix(ui): update Hungarian translation ([#&#8203;3346](https://github.com/navidrome/navidrome/issues/3346)) ([@&#8203;ChekeredList71](https://github.com/ChekeredList71)) - [`a358d10`](https://github.com/navidrome/navidrome/commit/a358d107aaaa1143947a5708ca27d9e472c9e6c5): fix(ui): update Serbian translation ([#&#8203;3361](https://github.com/navidrome/navidrome/issues/3361)) ([@&#8203;eevan78](https://github.com/eevan78)) - [`3e7c4b6`](https://github.com/navidrome/navidrome/commit/3e7c4b6f70ea0e8b75912490e7e3585e4a86abd8): fix(ui): update Turkish, Galician and Polish translations from POEditor ([#&#8203;3426](https://github.com/navidrome/navidrome/issues/3426)) ([@&#8203;deluan](https://github.com/deluan)) - [`3713032`](https://github.com/navidrome/navidrome/commit/3713032f57eea19ffb2ce96bacb497e471b8f395): fix(ui): update translations from POEditor ([#&#8203;3349](https://github.com/navidrome/navidrome/issues/3349)) ([@&#8203;deluan](https://github.com/deluan)) - [`72a0f59`](https://github.com/navidrome/navidrome/commit/72a0f59be316df7e0b4c7be91a82e277552a55ac): fix(ui): update translations from POEditor ([#&#8203;3568](https://github.com/navidrome/navidrome/issues/3568)) ([@&#8203;deluan](https://github.com/deluan)) - [`ae6499b`](https://github.com/navidrome/navidrome/commit/ae6499b941542964ed41743e4edd03f5ff50a7d3): fix: PRs should not try to push to docker ([#&#8203;3393](https://github.com/navidrome/navidrome/issues/3393)) ([@&#8203;deluan](https://github.com/deluan)) - [`16d1314`](https://github.com/navidrome/navidrome/commit/16d1314a680bff39641e76f3b8f8e9f7c00f9020): fix: do not add nil filters ([#&#8203;3394](https://github.com/navidrome/navidrome/issues/3394)) ([@&#8203;deluan](https://github.com/deluan)) - [`943b456`](https://github.com/navidrome/navidrome/commit/943b456d3f3f34bd8b39c5a398c2862733f10fd9): fix: do not try to push to ghcr.io without proper permissions ([#&#8203;3395](https://github.com/navidrome/navidrome/issues/3395)) ([@&#8203;deluan](https://github.com/deluan)) - [`6c6223f`](https://github.com/navidrome/navidrome/commit/6c6223f2f9db2c8c253e0d40a192e3519c9037d1): fix: forcing transcoding when client does not specify transcoding options ([#&#8203;3455](https://github.com/navidrome/navidrome/issues/3455)) ([@&#8203;deluan](https://github.com/deluan)) - [`ccce1c0`](https://github.com/navidrome/navidrome/commit/ccce1c0f6dbff1497fb76b830f92654e1a386458): fix: pre-cache square images, or else they are not useful for the Album Grid ([@&#8203;deluan](https://github.com/deluan)) - [`9c46e2b`](https://github.com/navidrome/navidrome/commit/9c46e2b2622e7ed4fb3a068f92e98efe928fe0dd): fix: use docker buildx, as required by Linux ([@&#8203;deluan](https://github.com/deluan)) - [`00c6a0e`](https://github.com/navidrome/navidrome/commit/00c6a0ed1f3c7a27f3d3a027c4a2723b1f3f7fc4): fix: use target platform to build final image ([#&#8203;3397](https://github.com/navidrome/navidrome/issues/3397)) ([@&#8203;deluan](https://github.com/deluan)) - [`bbb3182`](https://github.com/navidrome/navidrome/commit/bbb3182bc97605020af5b4a76efc58a3cf2a7b88): refactor(server): remove ffmpeg unused code ([@&#8203;deluan](https://github.com/deluan)) ##### Documentation updates - [`21dd04c`](https://github.com/navidrome/navidrome/commit/21dd04cb7db557f2d7e44c50f1b467fe04c8feec): docs: set org.opencontainers.image.source label in Dockerfile ([#&#8203;3564](https://github.com/navidrome/navidrome/issues/3564)) ([@&#8203;dmarcoux](https://github.com/dmarcoux)) ##### Build process updates - [`af1add4`](https://github.com/navidrome/navidrome/commit/af1add43121937cc0520e910b0b569c9cc09bd32): Revert "build: new pipeline, new way to cross-compile and build docker images locally. ([#&#8203;3383](https://github.com/navidrome/navidrome/issues/3383))" ([@&#8203;deluan](https://github.com/deluan)) - [`d9fa19d`](https://github.com/navidrome/navidrome/commit/d9fa19dab32e2c177a18956dbf51c7c4934e0337): build(ci): bump goreleaser to 2.3.2 ([@&#8203;deluan](https://github.com/deluan)) - [`9e5849e`](https://github.com/navidrome/navidrome/commit/9e5849e4dc9852f18cae5746f1ba647619054420): build(dependabot): add docker configuration ([@&#8203;deluan](https://github.com/deluan)) - [`69e2a6d`](https://github.com/navidrome/navidrome/commit/69e2a6d6209487903dd8b6cb0119c9e1cfa2cf7d): build(netgo): make sure the project is always compiled with `netgo` build tag ([#&#8203;3428](https://github.com/navidrome/navidrome/issues/3428)) ([@&#8203;deluan](https://github.com/deluan)) - [`fcdd30b`](https://github.com/navidrome/navidrome/commit/fcdd30ba8fbba7ed296d6ab003396103481d5110): build(ui): migrate from CRA/Jest to Vite/Vitest ([#&#8203;3311](https://github.com/navidrome/navidrome/issues/3311)) ([@&#8203;deluan](https://github.com/deluan)) - [`154e13f`](https://github.com/navidrome/navidrome/commit/154e13f7c910cbf429daef1c1049c3b75478d9c7): build: add packages for deb and rpm to release ([#&#8203;3202](https://github.com/navidrome/navidrome/issues/3202)) ([@&#8203;kgarner7](https://github.com/kgarner7)) - [`5f6a90e`](https://github.com/navidrome/navidrome/commit/5f6a90e5aa66103d74397e89c0a3205995fdbf58): build: fix build on FreeBSD ([#&#8203;3403](https://github.com/navidrome/navidrome/issues/3403)) ([@&#8203;jan666](https://github.com/jan666)) - [`b14c790`](https://github.com/navidrome/navidrome/commit/b14c7906411b896f507181ac9e53c57b6920152a): build: new pipeline, new way to cross-compile and build docker images locally. ([#&#8203;3383](https://github.com/navidrome/navidrome/issues/3383)) ([@&#8203;deluan](https://github.com/deluan)) - [`214287e`](https://github.com/navidrome/navidrome/commit/214287e00dd64f31f6ab24b940f5d9e057a7c647): build: new pipeline, new way to cross-compile and build docker images locally. ([#&#8203;3388](https://github.com/navidrome/navidrome/issues/3388)) ([@&#8203;deluan](https://github.com/deluan)) - [`9d8c497`](https://github.com/navidrome/navidrome/commit/9d8c49750e7800208482bd11478cbda411ce4bbf): ci: ignore refactor commits in release notes ([@&#8203;deluan](https://github.com/deluan)) ##### Other work - [`297f72f`](https://github.com/navidrome/navidrome/commit/297f72ff1a679d1308e7b733be649ab2795bdcf7): chore(deps): bump Alpine version ([@&#8203;deluan](https://github.com/deluan)) - [`6e5eea9`](https://github.com/navidrome/navidrome/commit/6e5eea980d35934f76516c23ed5ad404df26e352): chore(deps): bump Go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`faed2ea`](https://github.com/navidrome/navidrome/commit/faed2ea8d765f5b152ee3ad43e07dcf90f6bb51f): chore(deps): bump Go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`181c296`](https://github.com/navidrome/navidrome/commit/181c29613f55c9e92370503b87d3ca5ce43d9fca): chore(deps): bump Go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`2bb918f`](https://github.com/navidrome/navidrome/commit/2bb918f8a117cc3f527198e781b1becc13f6f6d5): chore(deps): bump Go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`3671598`](https://github.com/navidrome/navidrome/commit/3671598121742c1263dd2818c55bb3e8cc89f519): chore(deps): bump Go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`94bc1a1`](https://github.com/navidrome/navidrome/commit/94bc1a1d4138572f38364f9313158d1bce1b1c0b): chore(deps): bump Go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`eab6aad`](https://github.com/navidrome/navidrome/commit/eab6aadc0f83f65cf6537e80e61de97907e88672): chore(deps): bump Go to 1.23.2 ([@&#8203;deluan](https://github.com/deluan)) - [`6ff7ab5`](https://github.com/navidrome/navidrome/commit/6ff7ab52f4a62e65d59b6c6eb9b9f47eb976c43b): chore(deps): bump JS dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`1c0ebb9`](https://github.com/navidrome/navidrome/commit/1c0ebb946076a9c3ed018f1cb2c5ffc6135cff46): chore(deps): bump JS dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`c952dc3`](https://github.com/navidrome/navidrome/commit/c952dc343afb7e9e64acaf1a1b64d87ac13a57cf): chore(deps): bump JS dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`44bc70b`](https://github.com/navidrome/navidrome/commit/44bc70b26953e896fd33fcad3ec854bb95d096df): chore(deps): bump JS dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`6040a50`](https://github.com/navidrome/navidrome/commit/6040a502976a86db87096b5d64e4d7de9966cf72): chore(deps): bump alpine from 3.18 to 3.20 in /.github/workflows ([#&#8203;3326](https://github.com/navidrome/navidrome/issues/3326)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`dd48a23`](https://github.com/navidrome/navidrome/commit/dd48a23f92530646415c24f6c9ee9a29f61bcdee): chore(deps): bump github.com/unrolled/secure from 1.15.0 to 1.16.0 ([#&#8203;3327](https://github.com/navidrome/navidrome/issues/3327)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`075a7e2`](https://github.com/navidrome/navidrome/commit/075a7e26404fab17ad4d67a81f5b38cf28b22d2d): chore(deps): bump go dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`cf69df8`](https://github.com/navidrome/navidrome/commit/cf69df877a713608a2a67644dbbe9e05cebdb43b): chore(deps): bump js dependencies ([@&#8203;deluan](https://github.com/deluan)) - [`270ae35`](https://github.com/navidrome/navidrome/commit/270ae3549df165e7dd4b465e0ba2f6b2944aa954): chore(deps): bump peter-evans/create-pull-request from 6 to 7 ([@&#8203;deluan](https://github.com/deluan)) - [`bc3576e`](https://github.com/navidrome/navidrome/commit/bc3576e092597b2f3c9ef28483e892f17b2d81ae): chore(deps): bump prettier ([@&#8203;deluan](https://github.com/deluan)) - [`ed3ab53`](https://github.com/navidrome/navidrome/commit/ed3ab5385dd867fb0394c95dcce8aa8bfd7f5551): chore(deps): bump rollup from 2.79.1 to 2.79.2 in /ui ([@&#8203;deluan](https://github.com/deluan)) - [`a9b301d`](https://github.com/navidrome/navidrome/commit/a9b301dfc50910b0ab426cd40a03cd163c111725): chore(deps-dev): bump [@&#8203;testing-library/jest-dom](https://github.com/testing-library/jest-dom) in /ui ([#&#8203;3418](https://github.com/navidrome/navidrome/issues/3418)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`936af2d`](https://github.com/navidrome/navidrome/commit/936af2d895e34bab6c675bcde8204ed6e855c020): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.6.1 to 22.7.4 in /ui ([#&#8203;3335](https://github.com/navidrome/navidrome/issues/3335)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`bc4aa55`](https://github.com/navidrome/navidrome/commit/bc4aa55de3cce310ef14f1e33d627a06a53600cd): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.7.4 to 22.7.5 in /ui ([#&#8203;3378](https://github.com/navidrome/navidrome/issues/3378)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b86a695`](https://github.com/navidrome/navidrome/commit/b86a69567d25f1390dda04972b6cb3d49d804000): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.7.6 to 22.7.7 in /ui ([#&#8203;3417](https://github.com/navidrome/navidrome/issues/3417)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`67474b7`](https://github.com/navidrome/navidrome/commit/67474b776cf01f9b15eea05b3e9b49fb0211d63c): chore(deps-dev): bump [@&#8203;vitejs/plugin-react](https://github.com/vitejs/plugin-react) from 4.3.2 to 4.3.3 in /ui ([#&#8203;3415](https://github.com/navidrome/navidrome/issues/3415)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b2eb533`](https://github.com/navidrome/navidrome/commit/b2eb5330826177978770a278ba617ac430878f7f): chore(deps-dev): bump [@&#8203;vitejs/plugin-react-swc](https://github.com/vitejs/plugin-react-swc) in /ui ([#&#8203;3339](https://github.com/navidrome/navidrome/issues/3339)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`fd81039`](https://github.com/navidrome/navidrome/commit/fd81039f1b76db2f082766d82c6bd1ab73c51aa1): chore(deps-dev): bump [@&#8203;vitest/coverage-v8](https://github.com/vitest/coverage-v8) from 2.1.1 to 2.1.3 in /ui ([#&#8203;3379](https://github.com/navidrome/navidrome/issues/3379)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`15b2dc6`](https://github.com/navidrome/navidrome/commit/15b2dc6b486acb7938b6060aad8449b039a3409b): chore(deps-dev): bump eslint-plugin-jsx-a11y in /ui ([#&#8203;3416](https://github.com/navidrome/navidrome/issues/3416)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5e8085b`](https://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://github.com/navidrome/navidrome/issues/3334)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ff79ac4`](https://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://github.com/navidrome/navidrome/issues/3362)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8d37781`](https://github.com/navidrome/navidrome/commit/8d37781a47d22a5da6cb2ac550afa29aeaca68c5): chore(deps-dev): bump eslint-plugin-react-hooks in /ui ([#&#8203;3381](https://github.com/navidrome/navidrome/issues/3381)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1c48a55`](https://github.com/navidrome/navidrome/commit/1c48a5575920ca66fc19e08ca0579f4b939ad748): chore(deps-dev): bump eslint-plugin-react-refresh in /ui ([#&#8203;3419](https://github.com/navidrome/navidrome/issues/3419)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`a6fb7fd`](https://github.com/navidrome/navidrome/commit/a6fb7fd705e337f7d3b5fda162da8950f8233964): chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /ui ([#&#8203;3380](https://github.com/navidrome/navidrome/issues/3380)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b1c18a4`](https://github.com/navidrome/navidrome/commit/b1c18a428bea161c9abc31fa3a4fadf068a292e3): chore(deps-dev): bump vite from 5.4.7 to 5.4.8 in /ui ([#&#8203;3340](https://github.com/navidrome/navidrome/issues/3340)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6ec6ac1`](https://github.com/navidrome/navidrome/commit/6ec6ac1595e7b3ce77bf18ffe9fbdbdceaddd859): chore(deps-dev): bump vite from 5.4.8 to 5.4.9 in /ui ([#&#8203;3382](https://github.com/navidrome/navidrome/issues/3382)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1fac9cc`](https://github.com/navidrome/navidrome/commit/1fac9cc3ee2c4168f96e582b941c46b63cd270a2): chore: add poeditor logo to readme ([#&#8203;3329](https://github.com/navidrome/navidrome/issues/3329)) ([@&#8203;deluan](https://github.com/deluan)) - [`054946d`](https://github.com/navidrome/navidrome/commit/054946dc42304edbbc25b64f602da43998cced57): chore: update sanitize with updated diacritics ([@&#8203;deluan](https://github.com/deluan)) - [`97c06ab`](https://github.com/navidrome/navidrome/commit/97c06aba1a49cb51836aa73227c175deafada405): perf(server): add index for sort tags. ([@&#8203;deluan](https://github.com/deluan)) - [`3982ba7`](https://github.com/navidrome/navidrome/commit/3982ba725883e71d4e3e618c61d5140eeb8d850a): revert: separation of write and read DBs ([@&#8203;deluan](https://github.com/deluan)) **Full Changelog**: https://github.com/navidrome/navidrome/compare/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://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> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-12-21 09:07:36 +01:00
chore(deps): update deluan/navidrome docker tag to v0.54.1
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 8s
ansible-lint / gitleaks (push) Successful in 8s
ansible-lint / Ansible Lint (pull_request) Successful in 1m23s
ansible-lint / Ansible Lint (push) Successful in 1m22s
67b621adbc
renovate scheduled this pull request to auto merge when all checks succeed 2024-12-21 09:07:38 +01:00
renovate merged commit 67b621adbc into master 2024-12-21 09:07:43 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mg/homeserver#266
No description provided.