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

feat(container): update image ghcr.io/navidrome/navidrome to v0.54.2 #1777

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/navidrome/navidrome minor 0.53.3 -> 0.54.2

Release Notes

navidrome/navidrome (ghcr.io/navidrome/navidrome)

v0.54.2

Compare Source

Changelog

Bug fixes
Build process updates
Other work

Full Changelog: navidrome/navidrome@v0.54.1...v0.54.2

Helping out

This release is 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?

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.

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: 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, pay me a Ko-fi or contribute with code.

Where to go next?


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Dec 21, 2024
Copy link

github-actions bot commented Dec 21, 2024

--- kubernetes/main/apps/default/navidrome/app Kustomization: flux-system/navidrome HelmRelease: default/navidrome

+++ kubernetes/main/apps/default/navidrome/app Kustomization: flux-system/navidrome HelmRelease: default/navidrome

@@ -39,13 +39,13 @@

               ND_PROMETHEUS_ENABLED: true
               ND_REVERSEPROXYWHITELIST: 10.42.0.0/16,10.43.0.0/16
               ND_SCANSCHEDULE: 1h
               TZ: America/Toronto
             image:
               repository: ghcr.io/navidrome/navidrome
-              tag: 0.53.3@sha256:d864c5ddbae508920b157d73b08bd48e93ec8c422003a491edd01a889497582a
+              tag: 0.54.2@sha256:d6b2288fb7311ce81e1eaa01e72f9c201c34893627b07e4813b4059dbb5a064d
             probes:
               liveness:
                 enabled: true
                 path: /ping
                 type: HTTP
               readiness:

Copy link

github-actions bot commented Dec 21, 2024

--- HelmRelease: default/navidrome StatefulSet: default/navidrome

+++ HelmRelease: default/navidrome StatefulSet: default/navidrome

@@ -51,13 +51,13 @@

         - name: ND_REVERSEPROXYWHITELIST
           value: 10.42.0.0/16,10.43.0.0/16
         - name: ND_SCANSCHEDULE
           value: 1h
         - name: TZ
           value: America/Toronto
-        image: ghcr.io/navidrome/navidrome:0.53.3@sha256:d864c5ddbae508920b157d73b08bd48e93ec8c422003a491edd01a889497582a
+        image: ghcr.io/navidrome/navidrome:0.54.2@sha256:d6b2288fb7311ce81e1eaa01e72f9c201c34893627b07e4813b4059dbb5a064d
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 4533
             scheme: HTTP

@renovate renovate bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch from 69144f9 to 2cb36ba Compare December 22, 2024 01:43
@renovate renovate bot changed the title feat(container): update image ghcr.io/navidrome/navidrome to v0.54.1 feat(container): update image ghcr.io/navidrome/navidrome to v0.54.2 Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants