Release notes for version 0.3.9
Release date: 13 Jun 2026
vm.probe: fix TLS probe misconfiguration — when a TLS primary listener was configured and the probe used an explicithttpGet(e.g.scheme: HTTPS), the probe was silently replaced withtcpSocket: null, causing Kubernetes to reject the resource. An explicithttpGetis now always preserved; only an emptyhttpGet: {}triggers the automatic fallback totcpSocket.