-
Notifications
You must be signed in to change notification settings - Fork 14
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
tinfoild
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-navidrome-navidrome-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying jjgadgets-biohazard with Cloudflare Pages
|
tinfoild
bot
added
kube/deploy/apps
renovate/datasource/docker
renovate/type/minor
labels
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 |
--- 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
bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
December 21, 2024 05:06
abc23be
to
4500a1f
Compare
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
bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
December 22, 2024 00:20
4500a1f
to
4e10212
Compare
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
bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
December 29, 2024 02:30
4e10212
to
d1c3084
Compare
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
bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
January 15, 2025 04:07
d1c3084
to
7715a19
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.53.3
->0.54.4
Release Notes
navidrome/navidrome (ghcr.io/navidrome/navidrome)
v0.54.4
Compare Source
Changelog
New Features
d60e831
: feat(cli): support getting playlists via cli (#3634) (@kgarner7)Bug fixes
3179966
: fix(metrics): write system metrics on start (#3641) (@kgarner7)acce3c9
: fix(release): make binaries executable before packaging (@deluan)beff1af
: fix(subsonic): make Share's lastVisited optional (@deluan)f1478d4
: fix(ui): fix for typo in hu.json (#3635) (@ChekeredList71)920fd53
: fix(ui): remove index.html from service worker cache after creating admin user (#3642) (@kgarner7)73ccfbd
: fix(ui): update Türkçe translations from POEditor (#3636) (@deluan)Other work
537e2fc
: chore(deps): bump go dependencies (@deluan)ba2623e
: chore(server): add more logs to backup (@deluan)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
1eedee9
: fix(insights): add more linux fs types (@deluan)51eed74
: fix(release): change owner of cache to Navidrome user (#3599) (@kgarner7)0299e48
: fix(server): backup and restore issues from the cli (#3579) (@deluan)630c304
: fix(server): typo in backup prune message (#3582) (@whorfin)f030252
: fix(server): use cancellable context instead of Sleep for initial insights delay (#3593) (@kgarner7)734eb30
: fix(ui): update Suomi, Polski, Türkçe translations from POEditor (#3592) (@deluan)Build process updates
0bebd39
: build(ci): use the head commit sha in PR versions (@deluan)Other work
3942275
: chore(deps): bump github.com/andybalholm/cascadia from 1.3.2 to 1.3.3 (@deluan)98b038c
: chore(deps): upgrade golang.org/x/net (CVE-2024-45338) (@deluan)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
99dfb83
: fix(insights): get Windows version (@deluan)c8f174e
: fix(server): change log level for some last.fm warnings (@deluan)8880f67
: fix(ui): update Español, Français, Svenska translations from POEditor (#3576) (@deluan)972229d
: fix(ui): update Hungarian translation (#3574) (@ChekeredList71)Build process updates
d4dc818
: build(ci): fix release version label and package names (#3573) (@deluan)0b18489
: build(poeditor): change commit message for translation update PRs (@deluan)Other work
51c16aa
: chore: add PikaPods to release notes (@deluan)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
(orND_ENABLEINSIGHTSCOLLECTOR
env var) tofalse
(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
8e2052f
: feat(Insights): add anonymous usage data collection (#3543) (@deluan)9c3b456
: feat(build): MSI installer improvements (#3376) (@mintsoft)8fb09e7
: feat(server): get artist images from Last.fm (@deluan)5573051
: feat(server): provide native backup/restore mechanism (#3194) (@kgarner7)06c9c1e
: feat(server): require explicitly enabling reverse proxy auth for unix sockets (#3062) (@crazygolem)0a650de
: feat(subsonic): add MusicBrainz ID and Sort Name to getArtists (@kgarner7)23bebe4
: feat(subsonic): getOpenSubsonicExtensions is now public (@deluan)8b5af67
: feat(subsonic): support OS clearing play queue (#3399) (@deluan)0281d06
: feat(ui): Allow drag-and-drop song title from player to sidebar playlist (#2435) (@Egor3f)a9334b7
: feat(ui): show user's lastAccess (#3342) (@deluan)768160b
: feat: Windows MSI installer and service support (#3125) (@mintsoft)9ae898d
: feat: add Navidrome Guru on Gurubase.io (#3491) (@kursataktas)cd0cf7c
: feat: cache login background images (#3462) (@deluan)Bug fixes
851f54e
: fix(ci): fix linux packages upload (#3569) (@deluan)6bc4c03
: fix(insights): better status (@deluan)906ac63
: fix(insights): check if running in a container (@deluan)6c11649
: fix(insights): fix issues and improve reports (#3558) (@deluan)82633d7
: fix(playlists): make the m3u parser case-insensitive again #3410 (@caiocotts)92a1f19
: fix(scanner): make activity panel update rate configurable (@deluan)2866878
: fix(server): FFmpegPath can contain spaces (@deluan)627417d
: fix(server): add disc number to fake path. (@deluan)8808ead
: fix(server): allow extra spaces in transcoding commands (@deluan)9cbdb20
: fix(server): don't try to save JWT if it fails to encrypt (@deluan)7f030b0
: fix(server): encrypt jwt secret at rest (@deluan)fcb5e1b
: fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425) (@deluan)177a1f8
: fix(server): more race conditions when updating artist/album from external sources (@deluan)2b0bfbd
: fix(server): race condition when updating artist/album from external sources (@deluan)3e47819
: fix(server): reduce album placeholder image size by converting it to webp (@deluan)3fda744
: fix(server): try to find proper embedded front cover - only for vorbis comments for now (#3348) (@deluan)b7285b2
: fix(test): vitest was hanging due to vite-plugin-eslint plugin (@deluan)cbf5e3d
: fix(ui): PWA not updating properly in new Vite config (#3493) (@deluan)dcc84e2
: fix(ui): Update Chinese (simplified) Translation (#3490) (@qx100)32afe96
: fix(ui): completed the translation of zh-Hant and zh-Hans (#3450) (@york9675)2d8507c
: fix(ui): don't hide Last.fm scrobble switch (#3561) (@deluan)4f8cd53
: fix(ui): fix play queue for play button and context menus (#3559) (@caiocotts)1a36f06
: fix(ui): service worker crashing on precacheAndRoute (#3528) (@kgarner7)0232afd
: fix(ui): service worker does not load new version of ui (#3402) (@deluan)04f296c
: fix(ui): show last.fm api-key missing in aFormHelperText
(@deluan)0d520de
: fix(ui): update Basque (#3542) (@xabirequejo)de04393
: fix(ui): update German translation (#3345) (@Lokke)640a734
: fix(ui): update Hungarian translation (#3346) (@ChekeredList71)a358d10
: fix(ui): update Serbian translation (#3361) (@eevan78)3e7c4b6
: fix(ui): update Turkish, Galician and Polish translations from POEditor (#3426) (@deluan)3713032
: fix(ui): update translations from POEditor (#3349) (@deluan)72a0f59
: fix(ui): update translations from POEditor (#3568) (@deluan)ae6499b
: fix: PRs should not try to push to docker (#3393) (@deluan)16d1314
: fix: do not add nil filters (#3394) (@deluan)943b456
: fix: do not try to push to ghcr.io without proper permissions (#3395) (@deluan)6c6223f
: fix: forcing transcoding when client does not specify transcoding options (#3455) (@deluan)ccce1c0
: fix: pre-cache square images, or else they are not useful for the Album Grid (@deluan)9c46e2b
: fix: use docker buildx, as required by Linux (@deluan)00c6a0e
: fix: use target platform to build final image (#3397) (@deluan)bbb3182
: refactor(server): remove ffmpeg unused code (@deluan)Documentation updates
21dd04c
: docs: set org.opencontainers.image.source label in Dockerfile (#3564) (@dmarcoux)Build process updates
af1add4
: Revert "build: new pipeline, new way to cross-compile and build docker images locally. (#3383)" (@deluan)d9fa19d
: build(ci): bump goreleaser to 2.3.2 (@deluan)9e5849e
: build(dependabot): add docker configuration (@deluan)69e2a6d
: build(netgo): make sure the project is always compiled withnetgo
build tag (#3428) (@deluan)fcdd30b
: build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) (@deluan)154e13f
: build: add packages for deb and rpm to release (#3202) (@kgarner7)5f6a90e
: build: fix build on FreeBSD (#3403) (@jan666)b14c790
: build: new pipeline, new way to cross-compile and build docker images locally. (#3383) (@deluan)214287e
: build: new pipeline, new way to cross-compile and build docker images locally. (#3388) (@deluan)9d8c497
: ci: ignore refactor commits in release notes (@deluan)Other work
297f72f
: chore(deps): bump Alpine version (@deluan)6e5eea9
: chore(deps): bump Go dependencies (@deluan)faed2ea
: chore(deps): bump Go dependencies (@deluan)181c296
: chore(deps): bump Go dependencies (@deluan)2bb918f
: chore(deps): bump Go dependencies (@deluan)3671598
: chore(deps): bump Go dependencies (@deluan)94bc1a1
: chore(deps): bump Go dependencies (@deluan)eab6aad
: chore(deps): bump Go to 1.23.2 (@deluan)6ff7ab5
: chore(deps): bump JS dependencies (@deluan)1c0ebb9
: chore(deps): bump JS dependencies (@deluan)c952dc3
: chore(deps): bump JS dependencies (@deluan)44bc70b
: chore(deps): bump JS dependencies (@deluan)6040a50
: chore(deps): bump alpine from 3.18 to 3.20 in /.github/workflows (#3326) (@dependabot[bot])dd48a23
: chore(deps): bump github.com/unrolled/secure from 1.15.0 to 1.16.0 (#3327) (@dependabot[bot])075a7e2
: chore(deps): bump go dependencies (@deluan)cf69df8
: chore(deps): bump js dependencies (@deluan)270ae35
: chore(deps): bump peter-evans/create-pull-request from 6 to 7 (@deluan)bc3576e
: chore(deps): bump prettier (@deluan)ed3ab53
: chore(deps): bump rollup from 2.79.1 to 2.79.2 in /ui (@deluan)a9b301d
: chore(deps-dev): bump @testing-library/jest-dom in /ui (#3418) (@dependabot[bot])936af2d
: chore(deps-dev): bump @types/node from 22.6.1 to 22.7.4 in /ui (#3335) (@dependabot[bot])bc4aa55
: chore(deps-dev): bump @types/node from 22.7.4 to 22.7.5 in /ui (#3378) (@dependabot[bot])b86a695
: chore(deps-dev): bump @types/node from 22.7.6 to 22.7.7 in /ui (#3417) (@dependabot[bot])67474b7
: chore(deps-dev): bump @vitejs/plugin-react from 4.3.2 to 4.3.3 in /ui (#3415) (@dependabot[bot])b2eb533
: chore(deps-dev): bump @vitejs/plugin-react-swc in /ui (#3339) (@dependabot[bot])fd81039
: chore(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.3 in /ui (#3379) (@dependabot[bot])15b2dc6
: chore(deps-dev): bump eslint-plugin-jsx-a11y in /ui (#3416) (@dependabot[bot])5e8085b
: chore(deps-dev): bump eslint-plugin-react from 7.36.1 to 7.37.0 in /ui (#3334) (@dependabot[bot])ff79ac4
: chore(deps-dev): bump eslint-plugin-react from 7.37.0 to 7.37.1 in /ui (#3362) (@dependabot[bot])8d37781
: chore(deps-dev): bump eslint-plugin-react-hooks in /ui (#3381) (@dependabot[bot])1c48a55
: chore(deps-dev): bump eslint-plugin-react-refresh in /ui (#3419) (@dependabot[bot])a6fb7fd
: chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /ui (#3380) (@dependabot[bot])b1c18a4
: chore(deps-dev): bump vite from 5.4.7 to 5.4.8 in /ui (#3340) (@dependabot[bot])6ec6ac1
: chore(deps-dev): bump vite from 5.4.8 to 5.4.9 in /ui (#3382) (@dependabot[bot])1fac9cc
: chore: add poeditor logo to readme (#3329) (@deluan)054946d
: chore: update sanitize with updated diacritics (@deluan)97c06ab
: perf(server): add index for sort tags. (@deluan)3982ba7
: revert: separation of write and read DBs (@deluan)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.
This PR has been generated by Renovate Bot.