Revert "Updater bot : wger updated to 2.6-dev"

This reverts commit 12c3b7ac01.
This commit is contained in:
GitHub Actions
2026-04-17 23:38:15 +00:00
parent 41be9fb249
commit 3c3e90bef1
3 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
## 2.6-dev (2026-04-18)
- Update to latest version from wger/server
## 2.5-dev-3 (2026-03-09) ## 2.5-dev-3 (2026-03-09)
- Fix startup script database path rewrite by scanning `/home` for matching `settings.py` files and patching all matches. - Fix startup script database path rewrite by scanning `/home` for matching `settings.py` files and patching all matches.

View File

@@ -23,5 +23,5 @@ schema:
slug: wger slug: wger
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "2.6-dev" version: "2.5-dev-3"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]" webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "2026-04-18", "last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "wger", "slug": "wger",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "wger/server", "upstream_repo": "wger/server",
"upstream_version": "2.6-dev" "upstream_version": "2.5-dev"
} }