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(oci/navidrome): update 0.53.3 ➼ 0.54.4 #1548

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

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Dec 21, 2024

This PR contains the following updates:

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

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 - 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 has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented Dec 21, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7715a19
Status: ✅  Deploy successful!
Preview URL: https://f7be20cc.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ghcr-io-navidrome-n.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 21, 2024

--- kube/deploy/apps/navidrome/app Kustomization: flux-system/navidrome-app HelmRelease: navidrome/navidrome

+++ kube/deploy/apps/navidrome/app Kustomization: flux-system/navidrome-app HelmRelease: navidrome/navidrome

@@ -70,13 +70,13 @@

               TZ: null
             envFrom:
             - secretRef:
                 name: navidrome-secrets
             image:
               repository: ghcr.io/navidrome/navidrome
-              tag: 0.53.3@sha256:d864c5ddbae508920b157d73b08bd48e93ec8c422003a491edd01a889497582a
+              tag: 0.54.4@sha256:5c15cb7792c8e0b3a3bed212609c2072ba70bbff91e6ddff651ba2829101d4c1
             resources:
               limits:
                 cpu: 3000m
                 memory: 1Gi
               requests:
                 cpu: 10m

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 21, 2024

--- HelmRelease: navidrome/navidrome Deployment: navidrome/navidrome

+++ HelmRelease: navidrome/navidrome Deployment: navidrome/navidrome

@@ -100,13 +100,13 @@

           value: Welcome to JJGadgets Music.
         - name: TZ
           value: null
         envFrom:
         - secretRef:
             name: navidrome-secrets
-        image: ghcr.io/navidrome/navidrome:0.53.3@sha256:d864c5ddbae508920b157d73b08bd48e93ec8c422003a491edd01a889497582a
+        image: ghcr.io/navidrome/navidrome:0.54.4@sha256:5c15cb7792c8e0b3a3bed212609c2072ba70bbff91e6ddff651ba2829101d4c1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080

@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch from abc23be to 4500a1f Compare December 21, 2024 05:06
@tinfoild tinfoild bot changed the title feat(oci/navidrome): update 0.53.3 ➼ 0.54.0 feat(oci/navidrome): update 0.53.3 ➼ 0.54.1 Dec 21, 2024
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch from 4500a1f to 4e10212 Compare December 22, 2024 00:20
@tinfoild tinfoild bot changed the title feat(oci/navidrome): update 0.53.3 ➼ 0.54.1 feat(oci/navidrome): update 0.53.3 ➼ 0.54.2 Dec 22, 2024
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch from 4e10212 to d1c3084 Compare December 29, 2024 02:30
@tinfoild tinfoild bot changed the title feat(oci/navidrome): update 0.53.3 ➼ 0.54.2 feat(oci/navidrome): update 0.53.3 ➼ 0.54.3 Dec 29, 2024
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-navidrome-navidrome-0.x branch from d1c3084 to 7715a19 Compare January 15, 2025 04:07
@tinfoild tinfoild bot changed the title feat(oci/navidrome): update 0.53.3 ➼ 0.54.3 feat(oci/navidrome): update 0.53.3 ➼ 0.54.4 Jan 15, 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