From 587c34182b347fb774a6762981daf813ae839f52 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:54:27 +0300 Subject: [PATCH 1/2] chore(master): release 2.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ helm/Chart.yaml | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d823295..33bf7bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.6"} +{".":"2.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 104e648..f7d478a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.2.0](https://github.com/MapColonies/nginx/compare/v2.1.6...v2.2.0) (2026-06-23) + + +### Features + +* changed opa headers mechanism from whitelist to blacklist ([#47](https://github.com/MapColonies/nginx/issues/47)) ([69de12f](https://github.com/MapColonies/nginx/commit/69de12f6f521925b4081257d62965f9a831fb507)) + + +### Helm Changes + +* move prometheus exporter image ([#49](https://github.com/MapColonies/nginx/issues/49)) ([f5cacc1](https://github.com/MapColonies/nginx/commit/f5cacc1126fb3ee30d2efc7c329bd609db912573)) +* set nginx app name ([#50](https://github.com/MapColonies/nginx/issues/50)) ([e46fed7](https://github.com/MapColonies/nginx/commit/e46fed7c5d67d03ef44c4ee95a72361c44bab4e5)) + ## [2.1.6](https://github.com/MapColonies/nginx/compare/v2.1.5...v2.1.6) (2026-04-26) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bdd4e6b..2dabef3 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.1.6 -appVersion: 2.1.6 +version: 2.2.0 +appVersion: 2.2.0 annotations: domain: common dependencies: From f2ca4e7ab2b74b4b96abb031f00343643ecfa54b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jun 2026 09:54:40 +0000 Subject: [PATCH 2/2] update Helm documentation --- helm/values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.md b/helm/values.md index 09cf076..696f977 100644 --- a/helm/values.md +++ b/helm/values.md @@ -1,6 +1,6 @@ # nginx -![Version: 2.1.6](https://img.shields.io/badge/Version-2.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.6](https://img.shields.io/badge/AppVersion-2.1.6-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) A Helm chart for nginx