diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c46310..b3a6b17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.0", - "charts/authup": "0.2.0" + ".": "0.2.1", + "charts/authup": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eb543ee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.2.1](https://github.com/authup/helm/compare/root-0.2.0...root-0.2.1) (2026-08-19) + + +### Features + +* **authup:** track authup 1.0.0-beta.62 and compose theme.json from values ([#8](https://github.com/authup/helm/issues/8)) ([696ea13](https://github.com/authup/helm/commit/696ea13e868421d882bf3b7a57fc13b33c4c0dca)) + + +### Bug Fixes + +* let release-please own a root release so release PRs resume ([3a8df19](https://github.com/authup/helm/commit/3a8df19a536e1aec28d794262db83d13d46978d6)) diff --git a/charts/authup/CHANGELOG.md b/charts/authup/CHANGELOG.md index d541c78..d09e8e4 100644 --- a/charts/authup/CHANGELOG.md +++ b/charts/authup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/authup/helm/compare/authup-0.2.0...authup-0.2.1) (2026-08-19) + + +### Features + +* **authup:** track authup 1.0.0-beta.62 and compose theme.json from values ([#8](https://github.com/authup/helm/issues/8)) ([696ea13](https://github.com/authup/helm/commit/696ea13e868421d882bf3b7a57fc13b33c4c0dca)) + ## [0.2.0](https://github.com/authup/helm/compare/authup-0.1.0...authup-0.2.0) (2026-08-04) diff --git a/charts/authup/Chart.yaml b/charts/authup/Chart.yaml index 3800f0c..20df41a 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.0 +version: 0.2.1 appVersion: "1.0.0-beta.62" kubeVersion: ">=1.25.0-0" home: https://authup.org diff --git a/charts/authup/README.md b/charts/authup/README.md index 83fd55e..d695c2b 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.0?style=flat-square&color=informational) +![Version](https://img.shields.io/badge/Version-0.2.1?style=flat-square&color=informational) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-beta.62](https://img.shields.io/badge/AppVersion-1.0.0--beta.62-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 0ea3a94..0c62199 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.2.1