diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81ef7b8..0b0c97f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "charts/authup": "0.1.0" + "charts/authup": "0.2.0" } diff --git a/charts/authup/CHANGELOG.md b/charts/authup/CHANGELOG.md new file mode 100644 index 0000000..d541c78 --- /dev/null +++ b/charts/authup/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.2.0](https://github.com/authup/helm/compare/authup-0.1.0...authup-0.2.0) (2026-08-04) + + +### ⚠ BREAKING CHANGES + +* **authup:** rename admin UI to client-admin-console (values: ui -> adminConsole) ([#3](https://github.com/authup/helm/issues/3)) + +### Features + +* **authup:** mount an operator console theme ([#5](https://github.com/authup/helm/issues/5)) ([74942eb](https://github.com/authup/helm/commit/74942eb1315b974dfc2ea29821102674f8d97056)) + + +### Bug Fixes + +* **authup:** correct chart license metadata and add icon ([2b66e36](https://github.com/authup/helm/commit/2b66e36763194455fa11abcc8e9c372728621e27)) + + +### Code Refactoring + +* **authup:** rename admin UI to client-admin-console (values: ui -> adminConsole) ([#3](https://github.com/authup/helm/issues/3)) ([cdf8a1a](https://github.com/authup/helm/commit/cdf8a1a0ecb545ca42c26e8c1d3ff615180e6292)) diff --git a/charts/authup/Chart.yaml b/charts/authup/Chart.yaml index ce034ba..bcc5504 100644 --- a/charts/authup/Chart.yaml +++ b/charts/authup/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v2 name: authup -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. +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.1.0 +version: 0.2.0 appVersion: "1.0.0-beta.58" kubeVersion: ">=1.25.0-0" home: https://authup.org