Release helm chart v3.22.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-28 09:44:30 -03:00
parent 6a50bf5791
commit bb4f21fb8d
2 changed files with 8 additions and 5 deletions

View file

@ -4,6 +4,11 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
### 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
- [X] [#6783](https://github.com/kubernetes/ingress-nginx/pull/6783) Add custom annotations to ScaledObject

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: ingress-nginx
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 3.21.0
version: 3.22.0
appVersion: 0.43.0
home: https://github.com/kubernetes/ingress-nginx
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
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
artifacthub.io/changes: |
- Add custom annotations to ScaledObject
- Adding quotes in the serviceAccount name in Helm values
- Remove ClusterRole when scope option is enabled
- Update kube-webhook-certgen image to v1.5.1
- Add value for configuring a custom Diffie-Hellman parameters file
- Allow use of numeric namespaces in helm chart