Release nginx ingress controller 0.10.1 (#1975)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-01-24 17:53:00 -03:00 committed by GitHub
parent 6bd97d195f
commit 5dc261dd9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 7 deletions

View file

@ -1,5 +1,19 @@
# Changelog
### 0.10.1
**Image:** `quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.10.1`
*Changes:*
- [X] [#1945](https://github.com/kubernetes/ingress-nginx/pull/1945) When a secret is updated read ingress annotations (again)
- [X] [#1948](https://github.com/kubernetes/ingress-nginx/pull/1948) Update go to 1.9.3
- [X] [#1953](https://github.com/kubernetes/ingress-nginx/pull/1953) Added annotation for upstream-vhost
- [X] [#1960](https://github.com/kubernetes/ingress-nginx/pull/1960) Adjust sysctl values to improve nginx performance
- [X] [#1963](https://github.com/kubernetes/ingress-nginx/pull/1963) Fix tests
- [X] [#1969](https://github.com/kubernetes/ingress-nginx/pull/1969) Rollback #1854
- [X] [#1970](https://github.com/kubernetes/ingress-nginx/pull/1970) By default brotli is disabled
### 0.10.0
**Image:** `quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.10.0`