Updater bot : monica updated to 5.0.0b5

This commit is contained in:
alexbelgium
2025-12-27 08:30:50 +01:00
parent 91e5dd9f5f
commit 6e6c90b039
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 5.0.0b5 (27-12-2025)
- Update to latest version from monicahq/monica (changelog : https://github.com/monicahq/monica/releases)
## v5.0_beta5-8 (07-12-2025)
- Generate and persist a secure Meilisearch master key when none is provided or when configured keys are too short.

View File

@@ -108,5 +108,5 @@ services:
- mysql:want
slug: monica
url: https://github.com/alexbelgium/hassio-addons/tree/master/monica
version: v5.0_beta5-8
version: "5.0.0b5"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -1,10 +1,10 @@
{
"github_beta": true,
"github_tagfilter": "5",
"last_update": "07-12-2024",
"last_update": "27-12-2025",
"repository": "alexbelgium/hassio-addons",
"source": "github",
"slug": "monica",
"upstream_repo": "monicahq/monica",
"upstream_version": "5.0.0-beta.5"
"upstream_version": "5.0.0b5"
}