Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image ghcr.io/music-assistant/server ( 2.3.2 → 2.3.6 ) #5418

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/music-assistant/server patch 2.3.2 -> 2.3.6

Release Notes

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

v2.3.6

Compare Source

What’s Changed

  • A few (temporary) measurements to prevent too much load at startup and calls to streaming providers
  • Fix some streaming issues

v2.3.5

Compare Source

What’s Changed

  • A couple of small bugfixes
  • Fix playback issues on Home Assistant Voice PE

Full Changelog: music-assistant/server@2.3.4...2.3.5

v2.3.4

Compare Source

What’s Changed

⬆️ Dependencies

12 changes

v2.3.3

Compare Source

Bug Fixes
  • Can't delete item in queue when queue is not active (07df754)
  • Check if metadata job exists before clearing it (0b78ba0)
  • leftover issues after repo split up (cec5e7f)
  • use relative path for all default images and collages (fdc942f)
  • Don't Stop the Music for Subsonic and remove Podcast hacks (#​1774) (da42973)
  • Handle retry exception during authentication in Bluesound provider (#​1778) (4744d18)
  • Ignore airplay for broken Sonos devices (0d76599)
  • Sonos airplay mode infinite loop (c710d9b)
Chore/Maintenance
  • pre-install all requirements in the docker image (7c69c66)
  • Reorganize repository to contain only the server code (36a706f)
  • Use dedicated directory for cache files (5ab2d36)

Full Changelog: music-assistant/server@2.3.2...2.3.3


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Nov 16, 2024

--- kubernetes/cluster-0/apps/home/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: home/home-assistant

+++ kubernetes/cluster-0/apps/home/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: home/home-assistant

@@ -94,13 +94,13 @@

               fsGroup: 1000
               runAsGroup: 1000
               runAsUser: 1000
           music-assistant:
             image:
               repository: ghcr.io/music-assistant/server
-              tag: 2.3.2@sha256:2e6f769f0a9863acea3a39d3207e41b39f325d3f36536851cc7e0509272d8a19
+              tag: 2.3.6@sha256:7c43aadfaf9109feab4c514648124701bf6b70410932ffcbf0c9daa7bdfbc2b2
             probes:
               liveness:
                 enabled: false
               readiness:
                 enabled: false
               startup:

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Nov 16, 2024

--- HelmRelease: home/home-assistant Deployment: home/home-assistant

+++ HelmRelease: home/home-assistant Deployment: home/home-assistant

@@ -140,13 +140,13 @@

           runAsUser: 1000
         volumeMounts:
         - mountPath: /config/logs
           name: logs
         - mountPath: /config/tts
           name: tts
-      - image: ghcr.io/music-assistant/server:2.3.2@sha256:2e6f769f0a9863acea3a39d3207e41b39f325d3f36536851cc7e0509272d8a19
+      - image: ghcr.io/music-assistant/server:2.3.6@sha256:7c43aadfaf9109feab4c514648124701bf6b70410932ffcbf0c9daa7bdfbc2b2
         name: music-assistant
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 5m

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Nov 16, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 2.79s
✅ REPOSITORY git_diff yes no 0.1s
✅ REPOSITORY secretlint yes no 7.56s
⚠️ YAML prettier 1 1 1.42s
✅ YAML yamllint 1 0 0.82s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title fix(container): update image ghcr.io/music-assistant/server ( 2.3.2 → 2.3.3 ) fix(container): update image ghcr.io/music-assistant/server ( 2.3.2 → 2.3.4 ) Dec 20, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-music-assistant-server-2.x branch from eea6985 to c3c7e4c Compare December 20, 2024 22:34
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-music-assistant-server-2.x branch from c3c7e4c to a97c122 Compare January 2, 2025 19:37
@renovate renovate bot changed the title fix(container): update image ghcr.io/music-assistant/server ( 2.3.2 → 2.3.4 ) fix(container): update image ghcr.io/music-assistant/server ( 2.3.2 → 2.3.5 ) Jan 2, 2025
… 2.3.6 )

| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| docker     | ghcr.io/music-assistant/server | 2.3.2 | 2.3.6 |
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-music-assistant-server-2.x branch from a97c122 to 0a90601 Compare January 8, 2025 15:18
@renovate renovate bot changed the title fix(container): update image ghcr.io/music-assistant/server ( 2.3.2 → 2.3.5 ) fix(container): update image ghcr.io/music-assistant/server ( 2.3.2 → 2.3.6 ) Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants