Prep 0.47.0 release (#7210)

* update changelog for .47 release

* remove cors, we reverted that change

* update image sha

* updates docs for v0.47.0 release
This commit is contained in:
James Strong 2021-06-06 12:24:40 -04:00 committed by GitHub
parent 811ed7be57
commit 9cdcecf4f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 9 deletions

View file

@ -1,5 +1,27 @@
# Changelog
### 0.47.0
**Image:**
- `k8s.gcr.io/ingress-nginx/controller:v0.47.0@sha256:a1e4efc107be0bb78f32eaec37bef17d7a0c81bec8066cdf2572508d21351d0b`
_New Features:_
- [X] [#7137] Add support for custom probes
_Changes:_
- [X] [#7179] Upgrade Nginx to 1.20.1
- [X] [#7101] Removed Codecov
- [X] [#6993] Fix cookieAffinity log printing error
- [X] [#7046] Allow configuring controller container name
- [X] [#6994] Fixed oauth2 callback url
- [X] [#6740] non-host canary ingress use default server name as host to merge
- [X] [#7126] set x-forwarded-scheme to be the same as x-forwarded-proto
- [X] [#6734] Update controller-poddisruptionbudget.yaml
- [X] [#7117] Adding annotations for HPA
### 0.46.0
**Image:**