Updater bot : navidrome updated to 0.58.5

This commit is contained in:
alexbelgium
2025-11-15 01:58:15 +01:00
parent 372e0c007f
commit 80253de332
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.58.5 (15-11-2025)
- Update to latest version from navidrome/navidrome (changelog : https://github.com/navidrome/navidrome/releases)
## 0.58.0-1 (15-11-2025) ## 0.58.0-1 (15-11-2025)
- Allow mounting local disks by adding the required Linux capabilities to the add-on. - Allow mounting local disks by adding the required Linux capabilities to the add-on.
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -57,5 +57,5 @@ schema:
slug: navidrome slug: navidrome
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/navidrome url: https://github.com/alexbelgium/hassio-addons/tree/master/navidrome
version: 0.58.0-1 version: "0.58.5"
webui: "[PROTO:ssl]://[HOST]:[PORT:4533]" webui: "[PROTO:ssl]://[HOST]:[PORT:4533]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "01-08-2025", "last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "navidrome", "slug": "navidrome",
"source": "github", "source": "github",
"upstream_repo": "navidrome/navidrome", "upstream_repo": "navidrome/navidrome",
"upstream_version": "0.58.0" "upstream_version": "0.58.5"
} }