Release chart 3.10.0
This commit is contained in:
parent
59761ad0aa
commit
c0085f8245
3 changed files with 9 additions and 5 deletions
|
@ -4,6 +4,10 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
|
||||||
|
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
|
||||||
|
### 3.10.0
|
||||||
|
|
||||||
|
- Fix routing regression introduced in 0.41.0 with PathType Exact
|
||||||
|
|
||||||
### 3.9.0
|
### 3.9.0
|
||||||
|
|
||||||
- [X] [#6423](https://github.com/kubernetes/ingress-nginx/pull/6423) Add Default backend HPA autoscaling
|
- [X] [#6423](https://github.com/kubernetes/ingress-nginx/pull/6423) Add Default backend HPA autoscaling
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
version: 3.9.0
|
version: 3.10.0
|
||||||
appVersion: 0.41.0
|
appVersion: 0.41.1
|
||||||
home: https://github.com/kubernetes/ingress-nginx
|
home: https://github.com/kubernetes/ingress-nginx
|
||||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
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
|
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"
|
kubeVersion: ">=1.16.0-0"
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- Add Default backend HPA autoscaling
|
- Fix routing regression introduced in 0.41.0 with PathType Exact
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
controller:
|
controller:
|
||||||
image:
|
image:
|
||||||
repository: k8s.gcr.io/ingress-nginx/controller
|
repository: k8s.gcr.io/ingress-nginx/controller
|
||||||
tag: "v0.41.0"
|
tag: "v0.41.1"
|
||||||
digest: sha256:e6019e536cfb921afb99408d5292fa88b017c49dd29d05fc8dbc456aa770d590
|
digest: sha256:595f5c08aaa2bdfd1afdfb2e0f1a668bc85d96f80c097ddb3d4241f0c9122549
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# www-data -> uid 101
|
# www-data -> uid 101
|
||||||
runAsUser: 101
|
runAsUser: 101
|
||||||
|
|
Loading…
Reference in a new issue