Updater bot : calibre updated to 8.6.0

This commit is contained in:
alexbelgium
2025-07-12 01:55:44 +02:00
parent a5e966decf
commit 4fc214b425
3 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 8.6.0 (12-07-2025)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
## 8.5.0 (21-06-2025)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"description": "e-book manager",
"devices": [
"/dev/dri",
@@ -100,7 +103,11 @@
"8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui",
"9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": {
"CLI_ARGS": "str?",
"PASSWORD": "str?",
@@ -116,6 +123,6 @@
"slug": "calibre",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre",
"version": "8.5.0",
"version": "8.6.0",
"video": true
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "21-06-2025",
"last_update": "12-07-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "calibre",
"source": "github",
"upstream_repo": "linuxserver/docker-calibre",
"upstream_version": "8.5.0"
"upstream_version": "8.6.0"
}