From 4fc214b4256cc5433438c11c05c51eb15ac3cb10 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Jul 2025 01:55:44 +0200 Subject: [PATCH] Updater bot : calibre updated to 8.6.0 --- calibre/CHANGELOG.md | 3 +++ calibre/config.json | 13 ++++++++++--- calibre/updater.json | 4 ++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index b18e12680..5fe80448d 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 8.6.0 (12-07-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) ## 8.5.0 (21-06-2025) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.json b/calibre/config.json index 36511c50e..c09bacfae 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "description": "e-book manager", "devices": [ "/dev/dri", @@ -100,7 +103,11 @@ "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui", "9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "schema": { "CLI_ARGS": "str?", "PASSWORD": "str?", @@ -116,6 +123,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "8.5.0", + "version": "8.6.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index aa552d3d0..c6e1d731d 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "21-06-2025", + "last_update": "12-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "8.5.0" + "upstream_version": "8.6.0" }