From 12d3d6ffb1ea42a6e1354625adbfe03923f8231c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 Sep 2025 01:55:39 +0200 Subject: [PATCH] Updater bot : calibre updated to 8.10.0 --- calibre/CHANGELOG.md | 3 +++ calibre/config.json | 2 +- calibre/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 225620826..e89e4d871 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 8.10.0 (06-09-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) ## 8.9.0-7 (23-08-2025) - https required for ingress diff --git a/calibre/config.json b/calibre/config.json index 46625f0af..8fa147fd2 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -123,6 +123,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "8.9.0-7", + "version": "8.10.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index dbafe3f39..c5787063d 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "23-08-2025", + "last_update": "06-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "8.9.0" + "upstream_version": "8.10.0" }