Updater bot : codex updated to 1.10.14

This commit is contained in:
alexbelgium
2026-05-02 01:26:54 +02:00
parent 508fae87fa
commit a0a32d6bcb
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.10.14 (2026-05-02)
- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases)
## 1.10.12 (2026-04-25) ## 1.10.12 (2026-04-25)
- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases)

View File

@@ -101,4 +101,4 @@ schema:
slug: codex slug: codex
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "1.10.12" version: "1.10.14"

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "2026-04-25", "last_update": "2026-05-02",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "codex", "slug": "codex",
"source": "github", "source": "github",
"upstream_repo": "ajslater/codex", "upstream_repo": "ajslater/codex",
"upstream_version": "1.10.12" "upstream_version": "1.10.14"
} }