Skip to content

root: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 07:37
6f8bbfe

0.3.0 (2026-08-24)

⚠ BREAKING CHANGES

  • authup: the writable directory moves from /usr/src/app/writable to /var/lib/authup, and server.config.WRITABLE_DIRECTORY_PATH now fails the render instead of being honored. A server.extraVolumeMounts entry aimed at the old path no longer overlays the writable directory. Migration: charts/authup/BREAKING.md.

Features

  • authup: writable directory moves to /var/lib/authup, and route.enabled accepts a template (#16) (52e42f3)

Bug Fixes

  • authup: give the migration hook only what a hook can see, and scope useHelmHooks to ArgoCD (#20) (bddbb7f)