aurral: simplify CHANGELOG to single initial release entry

This commit is contained in:
petruknw
2026-05-21 15:44:07 +10:00
parent da506fc508
commit 2903a010ee

View File

@@ -1,23 +1,5 @@
# Changelog
## 1.76.17-2
## 1.76.17
- Fix regression: call `node` directly from s6 run script instead of going
through the upstream `docker-entrypoint.sh` wrapper, which was running
a `chown -R` on `/app/backend/data` before our symlink was in place and
could fail on HA-mounted paths
- Remove redundant `ENTRYPOINT`/`CMD` from Dockerfile (s6 owns startup)
- Remove passthrough `docker-entrypoint.sh` override (no longer needed)
- Pre-create `weekly-flow` subdirectory in run script
## 1.76.17-1
- Pin to upstream 1.76.17
- Fix AppArmor profile: add `/config/aurral/** rwk` for addon_config writes
- Remove ingress / sidebar button (upstream CSP blocks iframe embedding)
## 1.76.12-1
- Initial release wrapping upstream ghcr.io/lklynet/aurral
- Persistent data via `addon_config` map (`/config/data`)
- User-configurable `download_folder` (default `/share/aurral/downloads`)
- Initial release