From aa3bbd32ad9c7b10de2e9b54175a775c4d01f7a9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 1 Feb 2026 10:14:53 +0100 Subject: [PATCH] Updater bot : calibre updated to 9.1.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 6142c4add..db7d94fe3 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 9.1.0 (2026-02-01) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 9.0.0 (2026-01-30) - 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 df330c094..766f35eeb 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.0.0" +version: "9.1.0" video: true diff --git a/calibre/updater.json b/calibre/updater.json index d10a1eac5..4e2a99a01 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-01-30", + "last_update": "2026-02-01", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "9.0.0" + "upstream_version": "9.1.0" }