# Changelog ## [0.24.0] - 2026-09-01 Initial Cloudron package for [Database Gateway](https://github.com/kazhuravlev/database-gateway) v0.24.0 (ticket [#639](https://projects.knownelement.com/issues/639)). - Multi-stage Go build (golang:1.26-alpine → cloudron/base:3.2.0), frontend embedded by upstream via `go:embed`. - Native OIDC login wired to the Cloudron platform identity provider (`CLOUDRON_OIDC_ISSUER` / `CLIENT_ID` / `CLIENT_SECRET`); roles mapped from the `groups` claim (`admins` → admin, `users` → user). - `postgresql` addon (16) for the gateway's own storage; migrations applied on every start via `migrate-up`. - `/app/data/config.json` + `/app/data/opa/simple.rego` seeded on first run; operators add database targets and OPA policy rules via the file manager. - Single HTTP listener on port 8080 (`httpPort`).