diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33bf7bf..e8554c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.2.0"} +{".":"2.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d478a..772fd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/MapColonies/nginx/compare/v2.2.0...v2.2.1) (2026-06-23) + + +### Bug Fixes + +* **log format:** service name should be taken from name override and default to nginx ([#51](https://github.com/MapColonies/nginx/issues/51)) ([19a5eca](https://github.com/MapColonies/nginx/commit/19a5eca60dbc67fd7e095474c753a060a745328a)) + ## [2.2.0](https://github.com/MapColonies/nginx/compare/v2.1.6...v2.2.0) (2026-06-23) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2dabef3..79e78b3 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.0 -appVersion: 2.2.0 +version: 2.2.1 +appVersion: 2.2.1 annotations: domain: common dependencies: diff --git a/helm/values.md b/helm/values.md index 696f977..83fc276 100644 --- a/helm/values.md +++ b/helm/values.md @@ -1,6 +1,6 @@ # nginx -![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) +![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.1](https://img.shields.io/badge/AppVersion-2.2.1-informational?style=flat-square) A Helm chart for nginx