From 5c6291e4d8c453c77f3a949bc28630bd63af3c26 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 28 Jan 2021 09:44:30 -0300 Subject: [PATCH] Release helm chart v3.22.0 --- charts/ingress-nginx/CHANGELOG.md | 5 +++++ charts/ingress-nginx/Chart.yaml | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/ingress-nginx/CHANGELOG.md b/charts/ingress-nginx/CHANGELOG.md index 251a9d6a0..f5d9a2ecf 100644 --- a/charts/ingress-nginx/CHANGELOG.md +++ b/charts/ingress-nginx/CHANGELOG.md @@ -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 diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index 27e592858..090564f04 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -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