From 23e59227837ee2e998feb73b0a6ef2ab2dfcee46 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:21:42 +0300 Subject: [PATCH 1/2] chore(master): release 2.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0acd484..7c49482 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.4"} +{".":"2.1.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ed7b1..2f83596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.5](https://github.com/MapColonies/nginx/compare/v2.1.4...v2.1.5) (2026-04-16) + + +### Helm Changes + +* allow disabling backend service ([#42](https://github.com/MapColonies/nginx/issues/42)) ([74f7089](https://github.com/MapColonies/nginx/commit/74f708975bcd9ccaf9526cac61102cffbaed27d6)) + ## [2.1.4](https://github.com/MapColonies/nginx/compare/v2.1.3...v2.1.4) (2026-04-15) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ad1304b..4425dcc 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.4 -appVersion: 2.1.4 +version: 2.1.5 +appVersion: 2.1.5 annotations: domain: common dependencies: From efb6bef380dc7891e57663c42010c2238565d9ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Apr 2026 08:21:52 +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 281ffda..0184605 100644 --- a/helm/values.md +++ b/helm/values.md @@ -1,6 +1,6 @@ # nginx -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.4](https://img.shields.io/badge/AppVersion-2.1.4-informational?style=flat-square) +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.5](https://img.shields.io/badge/AppVersion-2.1.5-informational?style=flat-square) A Helm chart for nginx