Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.1.3"}
{".":"2.1.4"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down