|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +### 1.2.0 |
| 4 | + |
| 5 | +* [279](https://github.com/nginxinc/kubernetes-ingress/pull/279): Update dependencies. |
| 6 | +* [278](https://github.com/nginxinc/kubernetes-ingress/pull/278): Fix mergeable Ingress types. |
| 7 | +* [277](https://github.com/nginxinc/kubernetes-ingress/pull/277): Support grpc error responses. |
| 8 | +* [276](https://github.com/nginxinc/kubernetes-ingress/pull/276): Add gRPC support. |
| 9 | +* [274](https://github.com/nginxinc/kubernetes-ingress/pull/274): Change the default load balancing method to least_conn. |
| 10 | +* [272](https://github.com/nginxinc/kubernetes-ingress/pull/272): Move nginx-ingress image to the official nginx DockerHub. |
| 11 | +* [268](https://github.com/nginxinc/kubernetes-ingress/pull/268): Correct Mergeable Types misspelling and optimize blacklists. Thanks to [Fernando Diaz](https://github.com/diazjf). |
| 12 | +* [266](https://github.com/nginxinc/kubernetes-ingress/pull/266): Add support for passive health checks. |
| 13 | +* [261](https://github.com/nginxinc/kubernetes-ingress/pull/261): Update Customization Example. |
| 14 | +* [258](https://github.com/nginxinc/kubernetes-ingress/pull/258): Handle annotations and conflicting paths for MergeableTypes. Thanks to [Fernando Diaz](https://github.com/diazjf). |
| 15 | +* [256](https://github.com/nginxinc/kubernetes-ingress/pull/256): Add helm chart support. |
| 16 | +* [249](https://github.com/nginxinc/kubernetes-ingress/pull/249): Add support for prometheus for Plus. |
| 17 | +* [241](https://github.com/nginxinc/kubernetes-ingress/pull/241): Update the doc about building the Docker image. |
| 18 | +* [240](https://github.com/nginxinc/kubernetes-ingress/pull/240): Use new NGINX Plus API. |
| 19 | +* [239](https://github.com/nginxinc/kubernetes-ingress/pull/239): Fix a typo in a variable name. Thanks to [Tony Li](https://github.com/mysterytony). |
| 20 | +* [238](https://github.com/nginxinc/kubernetes-ingress/pull/238): Remove apt-get upgrade from Plus Dockerfile. |
| 21 | +* [237](https://github.com/nginxinc/kubernetes-ingress/pull/237): Add unit test for ingress-class handling. |
| 22 | +* [236](https://github.com/nginxinc/kubernetes-ingress/pull/236): Always respect `-ingress-class` option. Thanks to [Nick Novitski](https://github.com/nicknovitski). |
| 23 | +* [235](https://github.com/nginxinc/kubernetes-ingress/pull/235): Change the base image to Debian Stretch for Plus controller. |
| 24 | +* [234](https://github.com/nginxinc/kubernetes-ingress/pull/234): Update installation manifests and instructions. |
| 25 | +* [233](https://github.com/nginxinc/kubernetes-ingress/pull/233): Add docker build options to Makefile. |
| 26 | +* [231](https://github.com/nginxinc/kubernetes-ingress/pull/231): Prevent a possible failure of building Plus image. |
| 27 | +* Documentation Fixes: [248](https://github.com/nginxinc/kubernetes-ingress/pull/248), thanks to [zariye](https://github.com/zariye). [252](https://github.com/nginxinc/kubernetes-ingress/pull/252). [270](https://github.com/nginxinc/kubernetes-ingress/pull/270). |
| 28 | +* Update NGINX version to 1.13.12. |
| 29 | +* Update NGINX Plus version to R15 P1. |
| 30 | + |
| 31 | + |
3 | 32 | ### 1.1.1
|
4 | 33 |
|
5 | 34 | * [228](https://github.com/nginxinc/kubernetes-ingress/pull/228): Add worker-rlimit-nofile configmap key. Thanks to [Aleksandr Lysenko](https://github.com/Sarga).
|
|
0 commit comments