Skip to content

Commit

Permalink
Release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored and Gacko committed Jan 27, 2024
1 parent 6a88d79 commit 6f1f3df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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.5.1] - 2024-01-27

### Changed

- Image: Update to [`v1.9.6`](https://github.com/kubernetes/ingress-nginx/blob/main/changelog/controller-1.9.6.md). ([#584](https://github.com/giantswarm/ingress-nginx-app/pull/584))
Expand Down Expand Up @@ -1275,7 +1277,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.5.0...HEAD
[Unreleased]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.5.1...HEAD
[3.5.1]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.4.2...v3.5.0
[3.4.2]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.4.1...v3.4.2
[3.4.1]: https://github.com/giantswarm/ingress-nginx-app/compare/v3.4.0...v3.4.1
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.5.0
version: 3.5.1
userConfig:
configMap:
name: ingress-nginx-user-values
Expand Down
2 changes: 1 addition & 1 deletion helm/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kubeVersion: '>=1.20.0-0'
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
version: 3.5.0
version: 3.5.1
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://github.com/giantswarm/ingress-nginx-app) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

![Version: 3.5.0](https://img.shields.io/badge/Version-3.5.0-informational?style=flat-square) ![AppVersion: 1.9.6](https://img.shields.io/badge/AppVersion-1.9.6-informational?style=flat-square)
![Version: 3.5.1](https://img.shields.io/badge/Version-3.5.1-informational?style=flat-square) ![AppVersion: 1.9.6](https://img.shields.io/badge/AppVersion-1.9.6-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

0 comments on commit 6f1f3df

Please sign in to comment.