Skip to content

v1.3.8 TCP Listener Support

Compare
Choose a tag to compare
@piyush-tiwari piyush-tiwari released this 27 Jun 11:57
· 16 commits to main since this release

What's Changed

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 the ca.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.