Skip to content

1.44.4

Choose a tag to compare

@sandromello sandromello released this 24 Nov 11:08
· 284 commits to main since this release
c1d9239

Changelog

c1d9239 Gateway Protocol Enhancements (#1146)

  • Temporarily disabled TLS termination for RDP since the implementation already establishes TLS connections with remote hosts
  • Handle TLS termination direct on postgres proxy
  • Removed RootCAs attribute in tls.Config configuration in the server, it is only used by clients
  • Add skip verify by default to grpc clients connecting locally (clientexec, proxy protocols)
  • Removed TLS_CA environment variable in favor of HOOP_TLSCA
  • Bugfix: Fix listerners causing infinite error loop when proxy servers are restarted
  • Bugfix: Ensure proxy protocol servers are started if there's a valid configuration on startup
  • Helm: Remove rdpService and sshService in favor of a single service configuration. Allows defining a single LB for multiple protocols
  • Fix: Remove logging that was leaking RDP credentials

004df52 edit: kubernetes agent deployment (#1144)
b1f824d fix: Change hostname -> host to fix non standard ports for gateway (#1143)

Assets

Docker Images

Agent Image | amd64

Helm Chart