From ddd47732c56d7ffb8da65a804301986d50a359b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:03:05 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ charts/authup/CHANGELOG.md | 7 +++++++ charts/authup/Chart.yaml | 2 +- charts/authup/README.md | 2 +- version.txt | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b3a6b17..27af0f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.1", - "charts/authup": "0.2.1" + ".": "0.2.2", + "charts/authup": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb543ee..c768abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/authup/helm/compare/root-0.2.1...root-0.2.2) (2026-08-19) + + +### Features + +* **authup:** open the global schema node and let HTTPRoute rules carry matches/filters ([#13](https://github.com/authup/helm/issues/13)) ([a3ca5d5](https://github.com/authup/helm/commit/a3ca5d520cff62a5c658238090b977e325fd1d57)) + ## [0.2.1](https://github.com/authup/helm/compare/root-0.2.0...root-0.2.1) (2026-08-19) diff --git a/charts/authup/CHANGELOG.md b/charts/authup/CHANGELOG.md index d09e8e4..f8bb29d 100644 --- a/charts/authup/CHANGELOG.md +++ b/charts/authup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/authup/helm/compare/authup-0.2.1...authup-0.2.2) (2026-08-19) + + +### Features + +* **authup:** open the global schema node and let HTTPRoute rules carry matches/filters ([#13](https://github.com/authup/helm/issues/13)) ([a3ca5d5](https://github.com/authup/helm/commit/a3ca5d520cff62a5c658238090b977e325fd1d57)) + ## [0.2.1](https://github.com/authup/helm/compare/authup-0.2.0...authup-0.2.1) (2026-08-19) diff --git a/charts/authup/Chart.yaml b/charts/authup/Chart.yaml index fe19e57..6b29fe2 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.1 +version: 0.2.2 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 e61e792..16673d3 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.1?style=flat-square&color=informational) +![Version](https://img.shields.io/badge/Version-0.2.2?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 0c62199..ee1372d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.1 +0.2.2