mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-24 22:03:32 +02:00
Seventeen addons carried a config.yaml version that awesomeversion, the library Home Assistant orders versions with, reports as UNKNOWN: text tags such as version-bf9e0b4f or sts, LinuxServer tags such as v26.2-ls256, and local counters written as a semver pre-release such as 15.7-47. Home Assistant cannot tell which of two such versions is newer, so update detection depends on a compare exception rather than on ordering, and any version that becomes partially comparable silently stops being offered. Each version keeps every number it carried, as a section of its own: v26.2-ls256 becomes v26.2.256, 4.16-r0-ls95-7 becomes 4.16.0.95.7 and 5.0.0b5-3 becomes 5.0.0.5.3, so nothing that ordered the addon is lost and no previously published version is reused. The two versions holding no number at all use the date instead. Only config.yaml and CHANGELOG.md change, so every addon still builds from the upstream tag recorded in its Dockerfile and updater.json. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2.3 KiB
2.3 KiB
2.6.3 (2026-08-01)
- Version renamed from
2.6-dev-3, which Home Assistant could not order and therefore could not reliably offer as an update: every number of the previous version is kept, as a section of its own. The addon itself and the upstream version it tracks are unchanged
2.6-dev-3 (2026-06-16)
- Fix fresh-install startup by making the persistent
/data/staticand/data/mediadirectories writable by thewgeruser without recursively changing all of/data. - Preserve existing persistent data by reusing
/data/database.sqlitewhen present, and migrating a legacy/home/wger/db/database.sqliteonly if no persistent database exists yet. - Make nginx startup idempotent and fail loudly if its configuration is invalid, instead of masking nginx startup errors that can leave the add-on web port closed.
2.6-dev-2 (2026-06-16)
- Fix startup script database path rewrite by switching the
settings.pymatching with*.pysince last update moved the settings.py file into several files within the settings folder
2.6-dev (2026-04-23)
- Update to latest version from wger/server
2.5-dev-3 (2026-03-09)
- Fix startup script database path rewrite by scanning
/homefor matchingsettings.pyfiles and patching all matches.
2.5-dev-2 (25-02-2026)
- Minor bugs fixed
2.5-dev (2026-01-21)
- Update to latest version from wger/server
- Added support for configuring extra environment variables via the
env_varsadd-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
2.4-11 (2025-09-19)
- Minor bugs fixed
2.4-10 (2025-09-19)
- Minor bugs fixed
2.4-9 (2025-09-01)
- Minor bugs fixed
2.4-6 (2025-09-01)
- Minor bugs fixed
2.4-4 (2025-09-01)
- Minor bugs fixed
2.4-3 (2025-09-01)
- Minor bugs fixed
2.4-2 (2025-07-15)
- Minor bugs fixed
2.4-dev (2025-04-12)
- Update to latest version from wger/server
2.3-dev (2023-12-09)
- Update to latest version from wger/server
2.2-dev-8 (2023-11-09)
- Minor bugs fixed
2.2-dev-6 (2023-08-03)
- Minor bugs fixed
2.2-dev-5 (2023-03-11)
- Bug updates
- Implement healthcheck
2.2-dev (2022-12-10)
- Update to latest version from wger/devel
- Allow custom env variables through config.yaml