CHANGES:
- Update NGINX Plus version to R22.
HELM CHART:
- The version of the Helm chart is now 0.5.2.
UPGRADE:
- For NGINX, use the 1.7.2 image from our DockerHub:
nginx/nginx-ingress:1.7.2
,nginx/nginx-ingress:1.7.2-alpine
ornginx/nginx-ingress:1.7.2-ubi
- For NGINX Plus, please build your own image using the 1.7.2 source code.
- For Helm, use version 0.5.2 of the chart.
RESOURCES:
- Documentation -- https://docs.nginx.com/nginx-ingress-controller/
- Configuration examples -- https://github.com/nginxinc/kubernetes-ingress/tree/v1.7.2/examples and https://github.com/nginxinc/kubernetes-ingress/tree/v1.7.2/examples-of-custom-resources
- Helm Chart -- https://github.com/nginxinc/kubernetes-ingress/tree/v1.7.2/deployments/helm-chart
- Operator -- https://github.com/nginxinc/nginx-ingress-operator/
NOTES:
After the release, the tag v1.7.2
was updated to point to a new commit. This was done to fix a problem with the release - the version of NGINX Plus wasn't updated to R22
in the Dockerfiles. If you checked out the source code with the old version of the v1.7.2
tag, make sure to run the following command to update v1.7.2
on your machine:
$ git tag -d v1.7.2
$ git fetch origin tag v1.7.2