Release chart 3.10.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-11-10 08:22:06 -03:00
parent 59761ad0aa
commit c0085f8245
3 changed files with 9 additions and 5 deletions

View file

@ -4,6 +4,10 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
### Unreleased
### 3.10.0
- Fix routing regression introduced in 0.41.0 with PathType Exact
### 3.9.0
- [X] [#6423](https://github.com/kubernetes/ingress-nginx/pull/6423) Add Default backend HPA autoscaling

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 3.9.0
appVersion: 0.41.0
version: 3.10.0
appVersion: 0.41.1
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
@ -16,4 +16,4 @@ engine: gotpl
kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/changes: |
- Add Default backend HPA autoscaling
- Fix routing regression introduced in 0.41.0 with PathType Exact

View file

@ -4,8 +4,8 @@
controller:
image:
repository: k8s.gcr.io/ingress-nginx/controller
tag: "v0.41.0"
digest: sha256:e6019e536cfb921afb99408d5292fa88b017c49dd29d05fc8dbc456aa770d590
tag: "v0.41.1"
digest: sha256:595f5c08aaa2bdfd1afdfb2e0f1a668bc85d96f80c097ddb3d4241f0c9122549
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101