Next release #

  • TODO

0.1.7 #

Release date: 03 Jun 2026

Helm: v3 AppVersion: v0.9.2

  • serviceMonitor and vmServiceScrape port now defaults to the primary http list item name; added explicit port field to override it without using targetPort.
  • fixed HTTPRoute backend port field being rendered on the same line as name due to incorrect whitespace trimming in the route template.

0.1.6 #

Release date: 01 Jun 2026

Helm: v3 AppVersion: v0.9.2

  • bump common chart version 0.3.7 -> 0.3.8

0.1.5 #

Release date: 01 Jun 2026

Helm: v3 AppVersion: v0.9.2

  • fixed HTTPRoute backend template rendering where the port field was incorrectly joined onto the same line as name.
  • fixed rendering failure when an http list entry does not have the primary field set.
  • bump common chart version 0.3.5 -> 0.3.7

0.1.4 #

Release date: 01 Jun 2026

Helm: v3 AppVersion: v0.9.1

  • bump version of VictoriaTraces components to v0.9.1

0.1.3 #

Release date: 30 May 2026

Helm: v3 AppVersion: v0.9.0

  • bump common chart version 0.3.4 -> 0.3.5

0.1.2 #

Release date: 30 May 2026

Helm: v3 AppVersion: v0.9.0

  • bump common chart version 0.3.2 -> 0.3.4

0.1.1 #

Release date: 28 May 2026

Helm: v3 AppVersion: v0.9.0

  • fix invalid YAML rendered by templates/route.yaml when .Values.server.route.enabled: true. See #2939 .

0.1.0 #

Release date: 28 May 2026

Helm: v3 AppVersion: v0.9.0

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.http list 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 than extraArgs.
  • add ability to override container command.

0.0.9 #

Release date: 20 May 2026

Helm: v3 AppVersion: v0.9.0

  • bump version of VictoriaTraces components to v0.9.0

0.0.8 #

Release date: 18 May 2026

Helm: v3 AppVersion: v0.8.2

Update node 1: due to change in label name pods will be restarted.

  • added app.kubernetes.io/component with value from custom app label. See #2785 .
  • fix: rename route.labels to route.extraLabels in values.yaml to match the route template
  • support volumeAttributesClassName PVC attribute. See #2782 .

0.0.7 #

Release date: 17 Mar 2026

Helm: v3 AppVersion: v0.8.0

  • 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

Helm: v3 AppVersion: v0.7.0

  • bump version of VictoriaTraces components to v0.7.0

0.0.5 #

Release date: 07 Jan 2026

Helm: v3 AppVersion: v0.6.0

  • bump version of VictoriaTraces components to v0.6.0

0.0.4 #

Release date: 23 Dec 2025

Helm: v3 AppVersion: v0.5.1

  • 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

Helm: v3 AppVersion: v0.5.0

  • 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

Helm: v3 AppVersion: v0.4.0

  • 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

Helm: v3 AppVersion: v0.2.0

  • charts/victoria-traces-single: add new chart