diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd79aba..0acd484 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.3"} +{".":"2.1.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c95a383..c2ed7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.1.4](https://github.com/MapColonies/nginx/compare/v2.1.3...v2.1.4) (2026-04-15) + + +### Helm Changes + +* add labels and selector labels ([#38](https://github.com/MapColonies/nginx/issues/38)) ([b12d0bf](https://github.com/MapColonies/nginx/commit/b12d0bf8d779bcc8bda7fb078a854806d88f700b)) +* add mc labels and annotations ([#39](https://github.com/MapColonies/nginx/issues/39)) ([13b31cc](https://github.com/MapColonies/nginx/commit/13b31ccbc525fd78f2d40a889c0db6c59d9f00c9)) +* allow adding additional nginx conf ([#32](https://github.com/MapColonies/nginx/issues/32)) ([3522a30](https://github.com/MapColonies/nginx/commit/3522a3093defd1192569c9fb9f2fe7b9f397a016)) +* allow expanding NGINX configuration ([#35](https://github.com/MapColonies/nginx/issues/35)) ([f54e987](https://github.com/MapColonies/nginx/commit/f54e9878ed66e513538f043f811db81755a5c83b)) + + +### Code Refactoring + +* **helm:** move OpenTelemetry otelRatioSampler to helpers and update nginx.conf ([#37](https://github.com/MapColonies/nginx/issues/37)) ([0a8f7fa](https://github.com/MapColonies/nginx/commit/0a8f7fa8e766164630cee51352ed02eb52f3350b)) +* **helm:** move otel_trace directive to server scope ([#34](https://github.com/MapColonies/nginx/issues/34)) ([563e08c](https://github.com/MapColonies/nginx/commit/563e08ca7b57b539e1253dc3d2620c45763a268c)) + ## [2.1.3](https://github.com/MapColonies/nginx/compare/v2.1.2...v2.1.3) (2026-04-05) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index f1734fe..ad1304b 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.3 -appVersion: 2.1.3 +version: 2.1.4 +appVersion: 2.1.4 annotations: domain: common dependencies: diff --git a/helm/values.md b/helm/values.md index 4679340..7213798 100644 --- a/helm/values.md +++ b/helm/values.md @@ -1,6 +1,6 @@ # nginx -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square) +![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) A Helm chart for nginx