Release helm chart v3.22.0
This commit is contained in:
parent
6a50bf5791
commit
bb4f21fb8d
2 changed files with 8 additions and 5 deletions
|
@ -4,6 +4,11 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
|
||||||
|
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
|
||||||
|
### 3.22.0
|
||||||
|
|
||||||
|
- [X] [#6802](https://github.com/kubernetes/ingress-nginx/pull/6802) Add value for configuring a custom Diffie-Hellman parameters file
|
||||||
|
- [X] [#6815](https://github.com/kubernetes/ingress-nginx/pull/6815) Allow use of numeric namespaces in helm chart
|
||||||
|
|
||||||
### 3.21.0
|
### 3.21.0
|
||||||
|
|
||||||
- [X] [#6783](https://github.com/kubernetes/ingress-nginx/pull/6783) Add custom annotations to ScaledObject
|
- [X] [#6783](https://github.com/kubernetes/ingress-nginx/pull/6783) Add custom annotations to ScaledObject
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
# When the version is modified, make sure the artifacthub.io/changes list is updated
|
# When the version is modified, make sure the artifacthub.io/changes list is updated
|
||||||
# Also update CHANGELOG.md
|
# Also update CHANGELOG.md
|
||||||
version: 3.21.0
|
version: 3.22.0
|
||||||
appVersion: 0.43.0
|
appVersion: 0.43.0
|
||||||
home: https://github.com/kubernetes/ingress-nginx
|
home: https://github.com/kubernetes/ingress-nginx
|
||||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||||
|
@ -21,7 +21,5 @@ annotations:
|
||||||
# List of changes for the release in artifacthub.io
|
# List of changes for the release in artifacthub.io
|
||||||
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
|
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- Add custom annotations to ScaledObject
|
- Add value for configuring a custom Diffie-Hellman parameters file
|
||||||
- Adding quotes in the serviceAccount name in Helm values
|
- Allow use of numeric namespaces in helm chart
|
||||||
- Remove ClusterRole when scope option is enabled
|
|
||||||
- Update kube-webhook-certgen image to v1.5.1
|
|
||||||
|
|
Loading…
Reference in a new issue