|
1 | 1 | Changelog
|
2 | 2 |
|
| 3 | +### 0.9-beta.9 |
| 4 | + |
| 5 | +**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.9` |
| 6 | + |
| 7 | +*Changes:* |
| 8 | + |
| 9 | +- [X] [#548](https://github.com/kubernetes/ingress/pull/548) nginx: support multidomain certificates |
| 10 | +- [X] [#620](https://github.com/kubernetes/ingress/pull/620) [nginx] Listening ports are not configurable, so ingress can't be run multiple times per node when using CNI |
| 11 | +- [X] [#648](https://github.com/kubernetes/ingress/pull/648) publish-service argument isn't honored when ELB is internal only facing. |
| 12 | +- [X] [#833](https://github.com/kubernetes/ingress/pull/833) WIP: Avoid reloads implementing Equals in structs |
| 13 | +- [X] [#838](https://github.com/kubernetes/ingress/pull/838) Feature request: Add ingress annotation to enable upstream "keepalive" option |
| 14 | +- [X] [#844](https://github.com/kubernetes/ingress/pull/844) ingress annotations affinity is not working |
| 15 | +- [X] [#862](https://github.com/kubernetes/ingress/pull/862) Avoid reloads implementing Equaler interface |
| 16 | +- [X] [#864](https://github.com/kubernetes/ingress/pull/864) Remove dead code |
| 17 | +- [X] [#868](https://github.com/kubernetes/ingress/pull/868) Lint nginx code |
| 18 | +- [X] [#871](https://github.com/kubernetes/ingress/pull/871) Add feature to allow sticky sessions per location |
| 19 | +- [X] [#873](https://github.com/kubernetes/ingress/pull/873) Update README.md |
| 20 | +- [X] [#876](https://github.com/kubernetes/ingress/pull/876) Add information about nginx controller flags |
| 21 | +- [X] [#878](https://github.com/kubernetes/ingress/pull/878) Update go to 1.8.3 |
| 22 | +- [X] [#881](https://github.com/kubernetes/ingress/pull/881) Option to not remove loadBalancer status record? |
| 23 | +- [X] [#882](https://github.com/kubernetes/ingress/pull/882) Add flag to skip the update of Ingress status on shutdown |
| 24 | +- [X] [#885](https://github.com/kubernetes/ingress/pull/885) Don't use $proxy_protocol var which may be undefined. |
| 25 | +- [X] [#886](https://github.com/kubernetes/ingress/pull/886) Add support for SubjectAltName in SSL certificates |
| 26 | +- [X] [#888](https://github.com/kubernetes/ingress/pull/888) Update nginx-slim to 0.19 |
| 27 | +- [X] [#889](https://github.com/kubernetes/ingress/pull/889) Add PHOST to backend |
| 28 | +- [X] [#890](https://github.com/kubernetes/ingress/pull/890) Improve variable configuration for source IP address |
| 29 | +- [X] [#892](https://github.com/kubernetes/ingress/pull/892) Add upstream keepalive connections cache |
| 30 | +- [X] [#897](https://github.com/kubernetes/ingress/pull/897) Update outdated ingress resource link |
| 31 | +- [X] [#898](https://github.com/kubernetes/ingress/pull/898) add error check right when reload nginx fail |
| 32 | +- [X] [#899](https://github.com/kubernetes/ingress/pull/899) Fix nginx error check |
| 33 | +- [X] [#900](https://github.com/kubernetes/ingress/pull/900) After #862 changes in the configmap do not trigger a reload |
| 34 | +- [X] [#901](https://github.com/kubernetes/ingress/pull/901) [doc] Update NGinX status port to 18080 |
| 35 | +- [X] [#902](https://github.com/kubernetes/ingress/pull/902) Always reload after a change in the configuration |
| 36 | +- [X] [#904](https://github.com/kubernetes/ingress/pull/904) Fix nginx sticky sessions |
| 37 | +- [X] [#911](https://github.com/kubernetes/ingress/pull/911) Improve X-Forwarded-Host support |
| 38 | + |
| 39 | + |
3 | 40 | ### 0.9-beta.8
|
4 | 41 |
|
5 | 42 | **Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.8`
|
|
0 commit comments