From 6eb1d2f62f274838b41dbdf6a981a7b1484e01b7 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 7 Jan 2025 19:13:46 +0100 Subject: [PATCH] Release v3.9.4 (#761) --- CHANGELOG.md | 5 ++++- README.md | 2 +- helm/ingress-nginx/Chart.yaml | 2 +- helm/ingress-nginx/README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd34dc2..e7495e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ## [Unreleased] +## [3.9.4] - 2025-01-06 + ### Changed - Chart: Sync to upstream. ([#760](https://github.com/giantswarm/ingress-nginx-app/pull/760)) @@ -1390,7 +1392,8 @@ In recent platform releases (Azure v12.0.2, and AWS v12.1.4 and v11.5.4) we've i Previous versions changelog can be found [here](https://github.com/giantswarm/kubernetes-nginx-ingress-controller/blob/master/CHANGELOG.md) -[Unreleased]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.9.3...HEAD +[Unreleased]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.9.4...HEAD +[3.9.4]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.9.3...v3.9.4 [3.9.3]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.9.2...v3.9.3 [3.9.2]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.9.1...v3.9.2 [3.9.1]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.9.0...v3.9.1 diff --git a/README.md b/README.md index e0cb4d64..0835b1b5 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ metadata: spec: catalog: giantswarm name: ingress-nginx - version: 3.9.3 + version: 3.9.4 userConfig: configMap: name: ingress-nginx-user-values diff --git a/helm/ingress-nginx/Chart.yaml b/helm/ingress-nginx/Chart.yaml index 5a88283e..a893f334 100644 --- a/helm/ingress-nginx/Chart.yaml +++ b/helm/ingress-nginx/Chart.yaml @@ -20,4 +20,4 @@ maintainers: name: ingress-nginx sources: - https://github.com/kubernetes/ingress-nginx -version: 3.9.3 +version: 3.9.4 diff --git a/helm/ingress-nginx/README.md b/helm/ingress-nginx/README.md index 13cae544..0e64f6de 100644 --- a/helm/ingress-nginx/README.md +++ b/helm/ingress-nginx/README.md @@ -2,7 +2,7 @@ [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer -![Version: 3.9.3](https://img.shields.io/badge/Version-3.9.3-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square) +![Version: 3.9.4](https://img.shields.io/badge/Version-3.9.4-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square) To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.