Skip to content

v0.33.1

Choose a tag to compare

@github-actions github-actions released this 28 Feb 05:00
· 1490 commits to main since this release
6bc7bb7

Security

  • Docker container now runs as non-root user (app, UID/GID 1000 by default) instead of root — compatible with rootless Docker and Podman. Set PUID/PGID environment variables to customize (e.g. PUID=99 PGID=100 for Unraid's nobody:users)

Fixed

  • app_admin role missing grants on queue tables — caused permission denied for table queues errors for background jobs and seed scripts
  • Added ALTER DEFAULT PRIVILEGES for app_admin so future migrations automatically inherit grants (previously only app_user had default privileges)

Upgrade Notes

  • Uploads volume ownership: The container now runs as a non-root user (UID 1000 by default). If file uploads fail after upgrading, fix ownership on the host: chown -R 1000:1000 ./uploads. Alternatively, set PUID and PGID to match your host user (e.g. PUID=99 PGID=100 for Unraid)

Downloads

Android App

Download the APK from the assets below and install on your Android device.

Docker Image

docker pull morelitea/initiative:0.33.1

Or use latest tag. View on Docker Hub.