Releases: zlabjp/nghttpx-ingress-lb
Releases · zlabjp/nghttpx-ingress-lb
nghttpx-ingress-lb v0.19.0
- Update Ingress.Status.LoadBalancer.Ingress
- Use golang 1.8
- Redirect to https URI if Ingress contains TLS, and service is accessed via cleartext HTTP (GH-32)
- Use configrevision API to know whether nghttpx has finished reloading (GH-33)
- Don't listen on 80 for default configuration
- Support kubernetes.io/ingress.class "nghttpx"
- Faster configuration reload
- Remove named port Service annotation (GH-27)
- README and manifest files fix (Patch from Johnny Bergström) (GH-25)
nghttpx-ingress-lb v0.18.0
- Handle the case that namespace of default backend != watch-namespace
- Watch ConfigMap in the namespace specified in nghttpx-configmap flag
- Skip Ingress if its TLS configuration is not valid
- Add default-tls-secret flag to enable TLS by default
- Don't update Ingress.Status.LoadBalancer.Ingress for now because we cannot remove IP from it reliably
- Write nghttpx logs to /dev/stdout and /dev/stderr
- Gracefully shut down nghttpx
- Remove duplicate TLS certificate and private keys
- Fix wrong TLS example
- Mention that --healthz-port is required when changing health check port
- Use namespace kube-system in example manifests
- Upgrade nghttpx to v1.19.0
nghttpx-ingress-lb v0.17.1
- Fix missing default value in PortBackendConfig which prevents nghttpx proxy from reloading configuration
nghttpx-ingress-lb v0.17.0
- Upgrade to nghttp2 v1.18.1
- Add dns and affinity to backend-config annotation.