Updater bot : fireflyiii updated to 6.6.3

This commit is contained in:
alexbelgium
2026-05-22 11:55:23 +02:00
parent ecfeaf664e
commit a9dacb683f
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 6.6.3 (2026-05-22)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
## 6.6.2-1 (2026-05-10) ## 6.6.2-1 (2026-05-10)
- Fix MariaDB connection on HAOS >=17.3 by forcing IPv4 host resolution (#2688) - Fix MariaDB connection on HAOS >=17.3 by forcing IPv4 host resolution (#2688)

View File

@@ -104,5 +104,5 @@ slug: fireflyiii
startup: services startup: services
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "6.6.2-1" version: "6.6.3"
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"

View File

@@ -1,9 +1,9 @@
{ {
"github_exclude": "develop", "github_exclude": "develop",
"last_update": "2026-05-02", "last_update": "2026-05-22",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii", "slug": "fireflyiii",
"source": "github", "source": "github",
"upstream_repo": "firefly-iii/firefly-iii", "upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "6.6.2" "upstream_version": "6.6.3"
} }