From fa047d85d8c2887ce38b75a1d91e0156e6ac71b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 11:18:37 +0000 Subject: [PATCH] chore(master): release authup 0.1.1 --- .release-please-manifest.json | 2 +- charts/authup/CHANGELOG.md | 8 ++++++++ charts/authup/Chart.yaml | 6 ++++-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 charts/authup/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81ef7b8..f1b8099 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "charts/authup": "0.1.0" + "charts/authup": "0.1.1" } diff --git a/charts/authup/CHANGELOG.md b/charts/authup/CHANGELOG.md new file mode 100644 index 0000000..df0b060 --- /dev/null +++ b/charts/authup/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/authup/helm/compare/authup-0.1.0...authup-0.1.1) (2026-08-02) + + +### Bug Fixes + +* **authup:** correct chart license metadata and add icon ([2b66e36](https://github.com/authup/helm/commit/2b66e36763194455fa11abcc8e9c372728621e27)) diff --git a/charts/authup/Chart.yaml b/charts/authup/Chart.yaml index c6d1db3..5eb01a2 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-web 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-web admin UI, with + optional built-in PostgreSQL, MySQL and Valkey instances. type: application -version: 0.1.0 +version: 0.1.1 appVersion: "1.0.0-beta.58" kubeVersion: ">=1.25.0-0" home: https://authup.org