Next release #
- TODO
0.1.7 #
Release date: 03 Jun 2026
serviceMonitorandvmServiceScrapeport 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.
0.1.6 #
Release date: 01 Jun 2026
- bump common chart version 0.3.7 -> 0.3.8
0.1.5 #
Release date: 01 Jun 2026
- fixed
HTTPRoutebackend template rendering where theportfield was incorrectly joined onto the same line asname. - fixed rendering failure when an http list entry does not have the
primaryfield set. - bump common chart version 0.3.5 -> 0.3.7
0.1.4 #
Release date: 01 Jun 2026
- bump version of VictoriaTraces components to v0.9.1
0.1.3 #
Release date: 30 May 2026
- bump common chart version 0.3.4 -> 0.3.5
0.1.2 #
Release date: 30 May 2026
- bump common chart version 0.3.2 -> 0.3.4
0.1.1 #
Release date: 28 May 2026
- fix invalid YAML rendered by
templates/route.yamlwhen.Values.server.route.enabled: true. See #2939 .
0.1.0 #
Release date: 28 May 2026
Update note 1: .Values.server.extraArgs.httpListenAddr was replaced by .Values.server.http array of HTTP listen address configuration. See
HTTP listen address
for details.
- added
.Values.server.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.
0.0.9 #
Release date: 20 May 2026
- bump version of VictoriaTraces components to v0.9.0
0.0.8 #
Release date: 18 May 2026
Update node 1: due to change in label name pods will be restarted.
- added
app.kubernetes.io/componentwith value from customapplabel. See #2785 . - fix: rename
route.labelstoroute.extraLabelsin values.yaml to match the route template - support volumeAttributesClassName PVC attribute. See #2782 .
0.0.7 #
Release date: 17 Mar 2026
- bump version of VictoriaTraces components to v0.8.0
- support unhealthyPodEvictionPolicy for PodDisruptionBudget. See #2747 .
- expose otlp ports when otlpGRPCListenAddr extra arg is set. See #2761 .
0.0.6 #
Release date: 21 Jan 2026
- bump version of VictoriaTraces components to v0.7.0
0.0.5 #
Release date: 07 Jan 2026
- bump version of VictoriaTraces components to v0.6.0
0.0.4 #
Release date: 23 Dec 2025
- bump operator chart version 0.0.42 -> 0.0.46
- add support of k8s service traffic distribution. See #2580 .
- bump version of VictoriaTraces components to v0.5.1
0.0.3 #
Release date: 08 Nov 2025
- support HTTPRoute for chart components, where ingress is available. See #2492 .
- bump version of VictoriaTraces components to v0.5.0
0.0.2 #
Release date: 14 Oct 2025
- add .Values.server.persistentVolume.extraLabels for PVC specific labels
- bump version of VictoriaTraces components to v0.4.0
0.0.1 #
Release date: 16 Sep 2025
- charts/victoria-traces-single: add new chart