From b2baed7ff8610ae01ac031959c59016c66f9746d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 May 2026 01:26:35 +0200 Subject: [PATCH] Updater bot : calibre updated to 9.8.0 --- calibre/CHANGELOG.md | 3 +++ calibre/config.yaml | 2 +- calibre/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 735950c52..9927efb93 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 9.8.0 (2026-05-02) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 9.7.0 (2026-04-11) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.yaml b/calibre/config.yaml index 070303edd..ed2c29494 100644 --- a/calibre/config.yaml +++ b/calibre/config.yaml @@ -117,5 +117,5 @@ schema: slug: calibre udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre -version: "9.7.0" +version: "9.8.0" video: true diff --git a/calibre/updater.json b/calibre/updater.json index 0b0b79d51..5a9a4bafe 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-04-11", + "last_update": "2026-05-02", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "9.7.0" + "upstream_version": "9.8.0" }