v1.3.8 TCP Listener Support
What's Changed
- Extract CA chain from tls.crt if ca.crt is missing for secret-type tls artifact by @antoniolago and @piyush-tiwari in #76
- Add TCP listener support by @piyush-tiwari in #81
Full Changelog: v1.3.7...v1.3.8
New features and support
- For HTTPS/TLS support, you can now supply the entire certificate chain in
tls.crt
field and omit theca.crt
field in the sample configuration. Expected order is server certificate first, and then the certificate authority chain. - TCP Listeners are supported now, sample Ingress available at TCP Listener Support.