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.4 #1822

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

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

Release Notes

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

v0.54.4

Compare Source

Changelog
New Features
Bug fixes
Other work

Full Changelog: navidrome/navidrome@v0.54.3...v0.54.4

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.3

Compare Source

Changelog
Bug fixes
Build process updates
Other work

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

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.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 these updates 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 Jan 11, 2025
Copy link

github-actions bot commented Jan 11, 2025

--- 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.4@sha256:5c15cb7792c8e0b3a3bed212609c2072ba70bbff91e6ddff651ba2829101d4c1
             probes:
               liveness:
                 enabled: true
                 path: /ping
                 type: HTTP
               readiness:

Copy link

github-actions bot commented Jan 11, 2025

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

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

@@ -52,13 +52,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.4@sha256:5c15cb7792c8e0b3a3bed212609c2072ba70bbff91e6ddff651ba2829101d4c1
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 4533
             scheme: HTTP

@qlonik qlonik force-pushed the main branch 11 times, most recently from 71588f0 to 0b8cbe5 Compare January 12, 2025 03:00
@renovate renovate bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch from b245aa3 to 5b413f8 Compare January 15, 2025 05:02
@renovate renovate bot changed the title feat(container): update image ghcr.io/navidrome/navidrome to v0.54.3 feat(container): update image ghcr.io/navidrome/navidrome to v0.54.4 Jan 15, 2025
@qlonik qlonik force-pushed the main branch 12 times, most recently from e386583 to 075aec3 Compare January 18, 2025 23:57
@qlonik qlonik force-pushed the main branch 7 times, most recently from 22ea073 to 444233d Compare January 19, 2025 02:05
@renovate renovate bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch 2 times, most recently from 1ffcaba to b94a6dd Compare January 25, 2025 05:14
@renovate renovate bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch from b94a6dd to ce9ac93 Compare February 1, 2025 08:24
@qlonik qlonik merged commit 37e988e into main Feb 2, 2025
5 of 10 checks passed
@qlonik qlonik deleted the renovate/ghcr.io-navidrome-navidrome-0.x branch February 2, 2025 21:51
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.

1 participant