From f4fad1795a4b6d37fbcf114f51e5b989c5c93b50 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 30 May 2026 01:26:39 +0200 Subject: [PATCH] Updater bot : calibre updated to 9.9.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 9927efb93..5045fe8a8 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 9.9.0 (2026-05-30) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 9.8.0 (2026-05-02) - 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 ed2c29494..706640466 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.8.0" +version: "9.9.0" video: true diff --git a/calibre/updater.json b/calibre/updater.json index 5a9a4bafe..b70a99c71 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-05-02", + "last_update": "2026-05-30", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "9.8.0" + "upstream_version": "9.9.0" }