diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73e4b7f..4b36daa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.2.2"} +{".":"2.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c915ab0..0d93643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/MapColonies/nginx/compare/v2.2.2...v2.3.0) (2026-07-21) + + +### Features + +* **auth:** export buildOpaBody for reuse by dependent gateways ([#55](https://github.com/MapColonies/nginx/issues/55)) ([2c63219](https://github.com/MapColonies/nginx/commit/2c6321969ac0d13a3c6ef99cd2f31c1ab9517068)) + ## [2.2.2](https://github.com/MapColonies/nginx/compare/v2.2.1...v2.2.2) (2026-07-20) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6f6eaea..a74fcc6 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nginx description: A Helm chart for nginx type: application -version: 2.2.2 -appVersion: 2.2.2 +version: 2.3.0 +appVersion: 2.3.0 annotations: domain: common dependencies: diff --git a/helm/values.md b/helm/values.md index 30f2c5a..088ed53 100644 --- a/helm/values.md +++ b/helm/values.md @@ -1,6 +1,6 @@ # nginx -![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) A Helm chart for nginx