rwlove / home-ops

Lovenet Cluster Configuration
https://rwlove.github.io/home-ops/
8 stars 0 forks source link

fix(container): update image ghcr.io/music-assistant/server to v2.3.0b15 #7099

Closed rosey-the-renovator-bot[bot] closed 2 weeks ago

rosey-the-renovator-bot[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
ghcr.io/music-assistant/server patch 2.3.0b8 -> 2.3.0b15

Release Notes

music-assistant/server (ghcr.io/music-assistant/server) ### [`v2.3.0b15`](https://redirect.github.com/music-assistant/server/releases/tag/2.3.0b15): 2.3.0 BETA 15 [Compare Source](https://redirect.github.com/music-assistant/server/compare/2.3.0b8...2.3.0b15) #### What's Changed - Fix snapcast state not updating by [@​marcelveldt](https://redirect.github.com/marcelveldt) in [https://github.com/music-assistant/server/pull/1626](https://redirect.github.com/music-assistant/server/pull/1626) - Add Korean to supported languages by [@​OzGav](https://redirect.github.com/OzGav) in [https://github.com/music-assistant/server/pull/1623](https://redirect.github.com/music-assistant/server/pull/1623) - Bump actions/setup-python from 5.1.1 to 5.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/music-assistant/server/pull/1628](https://redirect.github.com/music-assistant/server/pull/1628) - Fix a typo by [@​OzGav](https://redirect.github.com/OzGav) in [https://github.com/music-assistant/server/pull/1627](https://redirect.github.com/music-assistant/server/pull/1627) - Switch base image to Alpine by [@​marcelveldt](https://redirect.github.com/marcelveldt) in [https://github.com/music-assistant/server/pull/1629](https://redirect.github.com/music-assistant/server/pull/1629) - Fix Album tracks connected to the wrong album in UI - Fix several small quirks with streaming - Bump ffmpeg to check if that helps with the BBC streams - Add a bit of retry logic if a stream fails NOTE: betas 9-14 were flawed due the switch of our base image. **Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b8...2.3.0b15

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

rosey-the-renovator-bot[bot] commented 2 weeks ago
--- kubernetes/main/apps/media/music-assistant/app Kustomization: flux-system/media-music-assistant HelmRelease: media/music-assistant

+++ kubernetes/main/apps/media/music-assistant/app Kustomization: flux-system/media-music-assistant HelmRelease: media/music-assistant

@@ -38,13 +38,13 @@

         containers:
           main:
             env:
               TZ: America/New_York
             image:
               repository: ghcr.io/music-assistant/server
-              tag: 2.3.0b8
+              tag: 2.3.0b15
             resources:
               limits:
                 memory: 2500Mi
               requests:
                 cpu: 500m
                 memory: 2500Mi
rosey-the-renovator-bot[bot] commented 2 weeks ago
--- HelmRelease: media/music-assistant StatefulSet: media/music-assistant

+++ HelmRelease: media/music-assistant StatefulSet: media/music-assistant

@@ -44,13 +44,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: TZ
           value: America/New_York
-        image: ghcr.io/music-assistant/server:2.3.0b8
+        image: ghcr.io/music-assistant/server:2.3.0b15
         name: main
         resources:
           limits:
             memory: 2500Mi
           requests:
             cpu: 500m