Release helm chart

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-12-29 10:01:40 -03:00
parent 06cb6696a5
commit 11362d8050
2 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,11 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
### Unreleased
### 3.18.0
- [X] [#6688](https://github.com/kubernetes/ingress-nginx/pull/6688) Allow volume-type emptyDir in controller podsecuritypolicy
- [X] [#6691](https://github.com/kubernetes/ingress-nginx/pull/6691) Improve parsing of helm parameters
### 3.17.0
- Update ingress-nginx v0.42.0

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.17.0
version: 3.18.0
appVersion: 0.42.0
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
@ -21,4 +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: |
- Update ingress-nginx v0.42.0
- Allow volume-type emptyDir in controller podsecuritypolicy
- Improve parsing of helm parameters