Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"charts/authup": "0.1.0"
"charts/authup": "0.2.0"
}
22 changes: 22 additions & 0 deletions charts/authup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 4 additions & 2 deletions charts/authup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down