Update ghcr.io/music-assistant/server Docker tag in stack snapcast from 2.8.9 to v2.9.0 #198

Closed
renovate-bot wants to merge 1 commit from renovate/ghcr.io-music-assistant-server-2.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/music-assistant/server minor 2.8.92.9.0

Release Notes

music-assistant/server (ghcr.io/music-assistant/server)

v2.9.0

Compare Source

📦 Stable Release

Changes since 2.8.9

🚀 Features and enhancements
🐛 Bugfixes
🎨 Frontend Changes
🧰 Maintenance and dependency bumps
37 changes

🙇 Thanks to our contributors

Special thanks to the following contributors who helped with this release:

@​CodeCommander, @​MarvinSchenkel, @​OzGav, @​anatosun, @​chrisuthe, @​dmoo500, @​marcelveldt, @​maximmaxim345, @​mcaulifn, @​rnewman, @​sdhomecode, @​stvncode, @​teancom


Configuration

📅 Schedule: (UTC)

  • 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 | |---|---|---| | [ghcr.io/music-assistant/server](https://github.com/music-assistant/server) | minor | `2.8.9` → `2.9.0` | --- ### Release Notes <details> <summary>music-assistant/server (ghcr.io/music-assistant/server)</summary> ### [`v2.9.0`](https://github.com/music-assistant/server/releases/tag/2.9.0) [Compare Source](https://github.com/music-assistant/server/compare/2.8.9...2.9.0) #### 📦 Stable Release *Changes since [2.8.9](https://github.com/music-assistant/server/releases/tag/2.8.9)* ##### 🚀 Features and enhancements - Separate library artist views from per-provider artist listings (by [@&#8203;marcelveldt](https://github.com/marcelveldt) in [#&#8203;4039](https://github.com/music-assistant/server/issues/4039)) - Add Settings to allow Control of default similar\_track action (by [@&#8203;chrisuthe](https://github.com/chrisuthe) in [#&#8203;4053](https://github.com/music-assistant/server/issues/4053)) - Add album\_type filter to smart playlist rules (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;4059](https://github.com/music-assistant/server/issues/4059)) - Cache recommendations() for sonic\_similarity and audiobookshelf (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4099](https://github.com/music-assistant/server/issues/4099)) - Speed up YouTube Music recommendations loading (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4120](https://github.com/music-assistant/server/issues/4120)) - Spread metadata maintenance schedule across the day (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4126](https://github.com/music-assistant/server/issues/4126)) - Add get\_artist\_toptracks to lastfm recommendations provider (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4141](https://github.com/music-assistant/server/issues/4141)) - Enable WiiM and Last.fm Recommendations by default (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4142](https://github.com/music-assistant/server/issues/4142)) - Smart playlists: optional AI-generated descriptions (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4144](https://github.com/music-assistant/server/issues/4144)) - Lastfm improvements (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4148](https://github.com/music-assistant/server/issues/4148)) - Improve playlog for artists and albums (by [@&#8203;chrisuthe](https://github.com/chrisuthe) in [#&#8203;4149](https://github.com/music-assistant/server/issues/4149)) - ACoustID Switch to shared API key by default (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4154](https://github.com/music-assistant/server/issues/4154)) - Default artist fix (by [@&#8203;chrisuthe](https://github.com/chrisuthe) in [#&#8203;4163](https://github.com/music-assistant/server/issues/4163)) - Add unofficial-integration disclaimer to streaming provider settings (by [@&#8203;marcelveldt](https://github.com/marcelveldt) in [#&#8203;4164](https://github.com/music-assistant/server/issues/4164)) ##### 🐛 Bugfixes - Plex Connect: refactor and fixes plugin (by [@&#8203;anatosun](https://github.com/anatosun) in [#&#8203;3510](https://github.com/music-assistant/server/issues/3510)) - Make universal player merge deterministic when link counts tie (by [@&#8203;sdhomecode](https://github.com/sdhomecode) in [#&#8203;4017](https://github.com/music-assistant/server/issues/4017)) - Fix AcoustID scan coverage stalling (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4070](https://github.com/music-assistant/server/issues/4070)) - Fix smart playlist dedup for streaming (non-library) tracks (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4082](https://github.com/music-assistant/server/issues/4082)) - Fix genre icons disappearing after install path changes (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4083](https://github.com/music-assistant/server/issues/4083)) - Fix YouTube Music search() signature (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4085](https://github.com/music-assistant/server/issues/4085)) - Fix WiiM volume\_set by using HTTP command instead of UPnP (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4086](https://github.com/music-assistant/server/issues/4086)) - Reconcile smart playlist library entries on load to recover after DB reset (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;4088](https://github.com/music-assistant/server/issues/4088)) - Apple Music: stream library tracks and harden transient-error handling (by [@&#8203;teancom](https://github.com/teancom) in [#&#8203;4089](https://github.com/music-assistant/server/issues/4089)) - Fix YTMusic provider not retrying when PO Token server is slow to start (by [@&#8203;CodeCommander](https://github.com/CodeCommander) in [#&#8203;4093](https://github.com/music-assistant/server/issues/4093)) - Fix radio station logos rendering as black or failing to load (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4094](https://github.com/music-assistant/server/issues/4094)) - Phishin Change fallback album image URL (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4097](https://github.com/music-assistant/server/issues/4097)) - AirPlay: fix mDNS cross-match when device name is substring of another device name (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4098](https://github.com/music-assistant/server/issues/4098)) - Fix None handling in music controller track/resume lookups (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4102](https://github.com/music-assistant/server/issues/4102)) - Avoid event loop block in YouTube Music recommendations and skip SoundCloud default avatar (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4104](https://github.com/music-assistant/server/issues/4104)) - Only advertise extended ICY headers on flow stream when ICY metadata is requested (by [@&#8203;mcaulifn](https://github.com/mcaulifn) in [#&#8203;4105](https://github.com/music-assistant/server/issues/4105)) - Fix Apple Music library-only album artwork by caching blobstore URLs (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;4106](https://github.com/music-assistant/server/issues/4106)) - Added None guard (by [@&#8203;anatosun](https://github.com/anatosun) in [#&#8203;4107](https://github.com/music-assistant/server/issues/4107)) - Fix library-only tracks/albums showing as unavailable in shared playlists (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;4108](https://github.com/music-assistant/server/issues/4108)) - Fix transfer\_queue losing position when source queue is paused/idle (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4115](https://github.com/music-assistant/server/issues/4115)) - AirPlay: Ignore mDNS address updates that replace a routable IP with a Docker bridge address (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4117](https://github.com/music-assistant/server/issues/4117)) - Re-add configurable output buffer for AirPlay 1 (RAOP) players (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4118](https://github.com/music-assistant/server/issues/4118)) - Fix version parsing for titles with nested parentheses (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4119](https://github.com/music-assistant/server/issues/4119)) - Audio analysis: re-scan stale-version tracks in background scan (by [@&#8203;chrisuthe](https://github.com/chrisuthe) in [#&#8203;4123](https://github.com/music-assistant/server/issues/4123)) - Don't enqueue next track onto a stopped queue (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4127](https://github.com/music-assistant/server/issues/4127)) - Bump `aiosendspin` to 6.0.2 to fix spec conformance issues (by [@&#8203;maximmaxim345](https://github.com/maximmaxim345) in [#&#8203;4128](https://github.com/music-assistant/server/issues/4128)) - Fix volume jump when crossfade intro and body normalize differently (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4129](https://github.com/music-assistant/server/issues/4129)) - Send Sendspin album artwork for radio and Spotify Connect streams (by [@&#8203;maximmaxim345](https://github.com/maximmaxim345) in [#&#8203;4130](https://github.com/music-assistant/server/issues/4130)) - Adjust Chromecast playback defaults (HTTP Profile 3 + flow mode) (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4133](https://github.com/music-assistant/server/issues/4133)) - Fix misleading smart-crossfade FFmpeg failure log message (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4139](https://github.com/music-assistant/server/issues/4139)) - Separate Phish.in artist tracks from top tracks (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4140](https://github.com/music-assistant/server/issues/4140)) - Fix disappearing Sendspin Visualizer clients (by [@&#8203;maximmaxim345](https://github.com/maximmaxim345) in [#&#8203;4143](https://github.com/music-assistant/server/issues/4143)) - Align MusicBrainz throttler with mirror rate limit (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4146](https://github.com/music-assistant/server/issues/4146)) - Fix Sendspin not playing when grouping ESPHome devices (by [@&#8203;maximmaxim345](https://github.com/maximmaxim345) in [#&#8203;4147](https://github.com/music-assistant/server/issues/4147)) - end of queue results in track being reported as played twice (by [@&#8203;chrisuthe](https://github.com/chrisuthe) in [#&#8203;4150](https://github.com/music-assistant/server/issues/4150)) - Fix sendspin unmute (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4151](https://github.com/music-assistant/server/issues/4151)) - Cap concurrent MusicBrainz ISRC lookups in Last.fm recommendations (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4155](https://github.com/music-assistant/server/issues/4155)) - Fix cache cleanup missing most records and skip needless startup vacuum (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4156](https://github.com/music-assistant/server/issues/4156)) - Last.fm provider search bug fixes (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4159](https://github.com/music-assistant/server/issues/4159)) - Fix 30s delay when grouping some Sendspin devices (by [@&#8203;maximmaxim345](https://github.com/maximmaxim345) in [#&#8203;4160](https://github.com/music-assistant/server/issues/4160)) - Prevent out-of-memory crash when compacting the library database (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;4161](https://github.com/music-assistant/server/issues/4161)) ##### 🎨 Frontend Changes - Show Smart Playlist provider in playlists provider filter (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;1848](https://github.com/music-assistant/frontend/pull/1848)) - Fanart for top picks (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1854](https://github.com/music-assistant/frontend/pull/1854)) - Fix play button centering + banner behind tile (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1852](https://github.com/music-assistant/frontend/pull/1852)) - Prune stale provider ids from stored listing filters (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;1727](https://github.com/music-assistant/frontend/pull/1727)) - Derive library membership from in\_library flag (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;1810](https://github.com/music-assistant/frontend/pull/1810)) - fix(theme): fix dark-mode rendering (by [@&#8203;teancom](https://github.com/teancom) in [#&#8203;1811](https://github.com/music-assistant/frontend/pull/1811)) - Show catalog providers in library provider filter (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;1851](https://github.com/music-assistant/frontend/pull/1851)) - Fix album/playlist track order when played directly from a list (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;1850](https://github.com/music-assistant/frontend/pull/1850)) - Lower smart playlist dedup\_hours max to 2160h (90 days) (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;1861](https://github.com/music-assistant/frontend/pull/1861)) - Always show lights and visualisers in the group list (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;1860](https://github.com/music-assistant/frontend/pull/1860)) - Add link to background analysis Concurrency Setting (by [@&#8203;chrisuthe](https://github.com/chrisuthe) in [#&#8203;1830](https://github.com/music-assistant/frontend/pull/1830)) - Add back provider icon in discover pge + fix fanart (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1859](https://github.com/music-assistant/frontend/pull/1859)) - Add back provider icon in discover pge + fix fanart (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1859](https://github.com/music-assistant/frontend/pull/1859)) - Fix genre display in smart playlist rule picker (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;1864](https://github.com/music-assistant/frontend/pull/1864)) - Put play button to the right for consistency (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1868](https://github.com/music-assistant/frontend/pull/1868)) - Hide/Show top picks and replace v-btn by shadcn one (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1867](https://github.com/music-assistant/frontend/pull/1867)) - Add album type filter to smart playlist rules (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;1847](https://github.com/music-assistant/frontend/pull/1847)) - Fix server spam for fresh recommandation with debounce (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1869](https://github.com/music-assistant/frontend/pull/1869)) - Fix erroneous underline on Audio Analysis concurrency link (by [@&#8203;chrisuthe](https://github.com/chrisuthe) in [#&#8203;1872](https://github.com/music-assistant/frontend/pull/1872)) - Only refetch recommendations on track end, not periodic progress (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1870](https://github.com/music-assistant/frontend/pull/1870)) - Lokalise: Translations update (by [@&#8203;marcelveldt](https://github.com/marcelveldt) in [#&#8203;1875](https://github.com/music-assistant/frontend/pull/1875)) - Fix queue items disappearing in fullscreen player (by [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel) in [#&#8203;1874](https://github.com/music-assistant/frontend/pull/1874)) - Single artist detail view with provider filter (by [@&#8203;marcelveldt](https://github.com/marcelveldt) in [#&#8203;1829](https://github.com/music-assistant/frontend/pull/1829)) - Fix: Update overflow menu on shortcuts change and album tracks on navigation (by [@&#8203;dmoo500](https://github.com/dmoo500) in [#&#8203;1892](https://github.com/music-assistant/frontend/pull/1892)) - Add refresh top picks + Fix two shorcut bugs (by [@&#8203;stvncode](https://github.com/stvncode) in [#&#8203;1901](https://github.com/music-assistant/frontend/pull/1901)) - Store some settings per user (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;1335](https://github.com/music-assistant/frontend/pull/1335)) - Lokalise: Translations update (by [@&#8203;marcelveldt](https://github.com/marcelveldt) in [#&#8203;1904](https://github.com/music-assistant/frontend/pull/1904)) ##### 🧰 Maintenance and dependency bumps <details> <summary>37 changes</summary> - Bump stages on 2.9 release (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;3942](https://github.com/music-assistant/server/issues/3942)) - Treat Retry-After as a floor for rate limits, not an exact target (by [@&#8203;rnewman](https://github.com/rnewman) in [#&#8203;4067](https://github.com/music-assistant/server/issues/4067)) - Some Typing fixes for Apple Music (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4073](https://github.com/music-assistant/server/issues/4073)) - Final Typing fixes for Bluesound provider (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4074](https://github.com/music-assistant/server/issues/4074)) - Add PGH003 mypy rule (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4075](https://github.com/music-assistant/server/issues/4075)) - ⬆️ Update music-assistant-models to 1.1.129 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4076](https://github.com/music-assistant/server/issues/4076)) - ⬆️ Update music-assistant-frontend to 2.17.175 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4077](https://github.com/music-assistant/server/issues/4077)) - Further typing fixes for Apple Music (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4078](https://github.com/music-assistant/server/issues/4078)) - Bump aiohttp from 3.13.5 to 3.14.0 (by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4079](https://github.com/music-assistant/server/issues/4079)) - Remove ignore from Bluesound player.py (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4080](https://github.com/music-assistant/server/issues/4080)) - Type throttle\_with\_retries via Protocol instead of Provider bound (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4081](https://github.com/music-assistant/server/issues/4081)) - Final typing fixes for Apple Music (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4084](https://github.com/music-assistant/server/issues/4084)) - Some typing fixes for the YouTube Music provider (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4087](https://github.com/music-assistant/server/issues/4087)) - Final typing fixes for YouTube Music (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4090](https://github.com/music-assistant/server/issues/4090)) - Type-check plex and plex\_connect providers, treat plexapi as untyped (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4091](https://github.com/music-assistant/server/issues/4091)) - Typing fixes for the music controller - stage 1 (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4092](https://github.com/music-assistant/server/issues/4092)) - ⬆️ Update music-assistant-frontend to 2.17.176 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4096](https://github.com/music-assistant/server/issues/4096)) - ⬆️ Update music-assistant-frontend to 2.17.177 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4100](https://github.com/music-assistant/server/issues/4100)) - Typing fixes for the music controller stage 2 (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4101](https://github.com/music-assistant/server/issues/4101)) - Enable ruff UP043 and drop unnecessary default type arguments (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4103](https://github.com/music-assistant/server/issues/4103)) - ⬆️ Update music-assistant-frontend to 2.17.178 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4111](https://github.com/music-assistant/server/issues/4111)) - ⬆️ Update music-assistant-frontend to 2.17.179 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4113](https://github.com/music-assistant/server/issues/4113)) - Final typing fixes for the Music controller (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4114](https://github.com/music-assistant/server/issues/4114)) - Add translation\_key to builtin playlists (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4122](https://github.com/music-assistant/server/issues/4122)) - ⬆️ Update music-assistant-frontend to 2.17.180 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4125](https://github.com/music-assistant/server/issues/4125)) - Pin Sendspin Cast app id to the frozen `ma-2.9` channel (by [@&#8203;maximmaxim345](https://github.com/maximmaxim345) in [#&#8203;4131](https://github.com/music-assistant/server/issues/4131)) - ⬆️ Update music-assistant-frontend to 2.17.181 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4132](https://github.com/music-assistant/server/issues/4132)) - Bump pyblu from 2.0.7 to 2.0.8 (by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4134](https://github.com/music-assistant/server/issues/4134)) - Bump lyricsgenius from 3.11.0 to 3.12.2 (by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4136](https://github.com/music-assistant/server/issues/4136)) - ⬆️ Update music-assistant-frontend to 2.17.182 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4137](https://github.com/music-assistant/server/issues/4137)) - Add more translation keys (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4138](https://github.com/music-assistant/server/issues/4138)) - ⬆️ Update music-assistant-frontend to 2.17.183 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4145](https://github.com/music-assistant/server/issues/4145)) - Use the standalone hue-entertainment library in the Hue Lights Sync plugin (by [@&#8203;marcelveldt](https://github.com/marcelveldt) in [#&#8203;4152](https://github.com/music-assistant/server/issues/4152)) - Fix guard\_single\_request type-var bound so media controllers don't need ignores (by [@&#8203;OzGav](https://github.com/OzGav) in [#&#8203;4153](https://github.com/music-assistant/server/issues/4153)) - ⬆️ Update music-assistant-frontend to 2.17.184 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4157](https://github.com/music-assistant/server/issues/4157)) - ⬆️ Update music-assistant-frontend to 2.17.185 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4162](https://github.com/music-assistant/server/issues/4162)) - ⬆️ Update music-assistant-frontend to 2.17.186 (by [@&#8203;music-assistant-machine](https://github.com/music-assistant-machine) in [#&#8203;4165](https://github.com/music-assistant/server/issues/4165)) </details> #### :bow: Thanks to our contributors Special thanks to the following contributors who helped with this release: [@&#8203;CodeCommander](https://github.com/CodeCommander), [@&#8203;MarvinSchenkel](https://github.com/MarvinSchenkel), [@&#8203;OzGav](https://github.com/OzGav), [@&#8203;anatosun](https://github.com/anatosun), [@&#8203;chrisuthe](https://github.com/chrisuthe), [@&#8203;dmoo500](https://github.com/dmoo500), [@&#8203;marcelveldt](https://github.com/marcelveldt), [@&#8203;maximmaxim345](https://github.com/maximmaxim345), [@&#8203;mcaulifn](https://github.com/mcaulifn), [@&#8203;rnewman](https://github.com/rnewman), [@&#8203;sdhomecode](https://github.com/sdhomecode), [@&#8203;stvncode](https://github.com/stvncode), [@&#8203;teancom](https://github.com/teancom) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJtaW5vciIsInJlbm92YXRlIl19-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-06-11 01:04:10 -04:00
Kevin closed this pull request 2026-06-11 01:25:16 -04:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.9.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`2.9.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Pull request closed

Sign in to join this conversation.
No reviewers
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
Kevin/docker-l2!198
No description provided.