From 4dce10136e3debfccc6fb533987728659fb6c5e3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Aug 2025 01:55:40 +0200 Subject: [PATCH] Updater bot : calibre updated to 8.9.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 d525f23c4..5c4b5040a 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 8.9.0 (23-08-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) ## 8.8.0-4 (22-08-2025) - Fix ingress config to replace CWS port plac diff --git a/calibre/config.json b/calibre/config.json index 1ffacec6e..2144eb6ff 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -124,6 +124,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "8.8.0-4", + "version": "8.9.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 4408db8b4..dbafe3f39 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "09-08-2025", + "last_update": "23-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "8.8.0" + "upstream_version": "8.9.0" }