Updater bot : karakeep updated to 1.8.5

This commit is contained in:
alexbelgium
2026-01-12 11:46:48 +01:00
parent 7be0809306
commit 6e7d3f6e16
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.8.5 (2026-01-12)
- Update to latest version from karakeep-app/karakeep (changelog : https://github.com/karakeep-app/karakeep/releases)
## 0.30.0-4 (11-01-2026) ## 0.30.0-4 (11-01-2026)
- Minor bugs fixed - Minor bugs fixed
## 0.30.0-3 (11-01-2026) ## 0.30.0-3 (11-01-2026)

View File

@@ -4,7 +4,7 @@ arch:
name: Karakeep name: Karakeep
slug: karakeep slug: karakeep
description: A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search description: A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
version: 0.30.0-4 version: "1.8.5"
url: https://github.com/alexbelgium/hassio-addons/tree/master/karakeep url: https://github.com/alexbelgium/hassio-addons/tree/master/karakeep
image: ghcr.io/alexbelgium/karakeep-{arch} image: ghcr.io/alexbelgium/karakeep-{arch}
init: false init: false

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "11-01-2026", "last_update": "2026-01-12",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "karakeep", "slug": "karakeep",
"source": "github", "source": "github",
"upstream_repo": "karakeep-app/karakeep", "upstream_repo": "karakeep-app/karakeep",
"upstream_version": "0.30.0" "upstream_version": "1.8.5"
} }