Skip to content

Commit

Permalink
Release helm chart v3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 28, 2021
1 parent 6a50bf5 commit bb4f21f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions charts/ingress-nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit bb4f21f

Please sign in to comment.