Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.7.0 #643

Merged
merged 1 commit into from
Jun 3, 2024
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [3.7.0] - 2024-06-03

### Added

- Ingress Class: Make annotations configurable. ([#639](https:/giantswarm/ingress-nginx-app/pull/639))
Expand Down Expand Up @@ -1323,7 +1325,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:/giantswarm/kubernetes-nginx-ingress-controller/blob/master/CHANGELOG.md)

[Unreleased]: https:/giantswarm/ingress-nginx-app/compare/v3.6.1...HEAD
[Unreleased]: https:/giantswarm/ingress-nginx-app/compare/v3.7.0...HEAD
[3.7.0]: https:/giantswarm/ingress-nginx-app/compare/v3.6.1...v3.7.0
[3.6.1]: https:/giantswarm/ingress-nginx-app/compare/v3.6.0...v3.6.1
[3.6.0]: https:/giantswarm/ingress-nginx-app/compare/v3.5.2...v3.6.0
[3.5.2]: https:/giantswarm/ingress-nginx-app/compare/v3.5.1...v3.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ metadata:
spec:
catalog: giantswarm
name: ingress-nginx
version: 3.6.1
version: 3.7.0
userConfig:
configMap:
name: ingress-nginx-user-values
Expand Down
12 changes: 6 additions & 6 deletions helm/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ keywords:
- nginx
kubeVersion: '>=1.21.0-0'
maintainers:
- name: Gacko
- name: rikatz
- name: strongjz
- name: tao12345666333
- name: Gacko
- name: rikatz
- name: strongjz
- name: tao12345666333
name: ingress-nginx
sources:
- https:/kubernetes/ingress-nginx
version: 3.6.1
- https:/kubernetes/ingress-nginx
version: 3.7.0
2 changes: 1 addition & 1 deletion helm/ingress-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ingress-nginx](https:/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

![Version: 3.6.1](https://img.shields.io/badge/Version-3.6.1-informational?style=flat-square) ![AppVersion: 1.10.1](https://img.shields.io/badge/AppVersion-1.10.1-informational?style=flat-square)
![Version: 3.7.0](https://img.shields.io/badge/Version-3.7.0-informational?style=flat-square) ![AppVersion: 1.10.1](https://img.shields.io/badge/AppVersion-1.10.1-informational?style=flat-square)

To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.

Expand Down