Release notes for version 0.34.0
Release date: 08 Jun 2026
Update note 1: .Values.extraArgs.httpListenAddr was replaced by .Values.http list for HTTP listen address configuration. See HTTP listen address for details.
-
bump version of VM components to v1.145.0
-
serviceMonitorport now defaults to the primaryhttplist item name; added explicitportfield to override it without usingtargetPort. -
fixed HTTPRoute backend
portfield being rendered on the same line asnamedue to incorrect whitespace trimming in the route template. -
added
.Values.httplist of objects, where each item configures an HTTP listen address with optional TLS settings. Items are used for Pod ports, command line arguments and Service port generation. Has higher priority thanextraArgs. -
add ability to override container command.