diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 27af0f2..5b7aacb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.2", - "charts/authup": "0.2.2" + ".": "0.3.0", + "charts/authup": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c768abf..d461122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.3.0](https://github.com/authup/helm/compare/root-0.2.2...root-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](https://github.com/authup/helm/issues/16)) ([52e42f3](https://github.com/authup/helm/commit/52e42f3968b67a9c8f223c5ae9dd7c0e01346e23)) + + +### Bug Fixes + +* **authup:** give the migration hook only what a hook can see, and scope useHelmHooks to ArgoCD ([#20](https://github.com/authup/helm/issues/20)) ([bddbb7f](https://github.com/authup/helm/commit/bddbb7faa8aaaeea711f58139b70e3d0a228a194)) + ## [0.2.2](https://github.com/authup/helm/compare/root-0.2.1...root-0.2.2) (2026-08-19) diff --git a/charts/authup/CHANGELOG.md b/charts/authup/CHANGELOG.md index f8bb29d..415105d 100644 --- a/charts/authup/CHANGELOG.md +++ b/charts/authup/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.3.0](https://github.com/authup/helm/compare/authup-0.2.2...authup-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](https://github.com/authup/helm/issues/16)) ([52e42f3](https://github.com/authup/helm/commit/52e42f3968b67a9c8f223c5ae9dd7c0e01346e23)) + + +### Bug Fixes + +* **authup:** give the migration hook only what a hook can see, and scope useHelmHooks to ArgoCD ([#20](https://github.com/authup/helm/issues/20)) ([bddbb7f](https://github.com/authup/helm/commit/bddbb7faa8aaaeea711f58139b70e3d0a228a194)) + ## [0.2.2](https://github.com/authup/helm/compare/authup-0.2.1...authup-0.2.2) (2026-08-19) diff --git a/charts/authup/Chart.yaml b/charts/authup/Chart.yaml index cb90326..9078b96 100644 --- a/charts/authup/Chart.yaml +++ b/charts/authup/Chart.yaml @@ -4,7 +4,7 @@ description: Authup is an authentication & authorization system. This chart deploys the server-core IdP/API service and the client-admin-console admin UI, with optional built-in PostgreSQL, MySQL and Valkey instances. type: application -version: 0.2.2 +version: 0.3.0 appVersion: "1.0.0-beta.63" kubeVersion: ">=1.25.0-0" home: https://authup.org diff --git a/charts/authup/README.md b/charts/authup/README.md index 1319eb6..0e22b72 100644 --- a/charts/authup/README.md +++ b/charts/authup/README.md @@ -6,7 +6,7 @@ # authup -![Version](https://img.shields.io/badge/Version-0.2.2?style=flat-square&color=informational) +![Version](https://img.shields.io/badge/Version-0.3.0?style=flat-square&color=informational) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-beta.63](https://img.shields.io/badge/AppVersion-1.0.0--beta.63-informational?style=flat-square) Authup is an authentication & authorization system. This chart deploys the server-core IdP/API service and the client-admin-console admin UI, with optional built-in PostgreSQL, MySQL and Valkey instances. It deploys: diff --git a/version.txt b/version.txt index ee1372d..0d91a54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.2 +0.3.0