Next release #

  • TODO

0.11.2 #

Release date: 2024-09-12

AppVersion: v1.103.0 Helm: v3

  • Added ability to override deployment namespace using namespaceOverride and global.namespaceOverride variables
  • Removed deprecated API from RBAC. See this issue
  • Made replicas configurable
  • Allow override default for statefulset headless service

0.11.1 #

Release date: 2024-09-03

AppVersion: v1.103.0 Helm: v3

  • Deprecated server.vmbackupmanager.enable in a favour of server.vmbackupmanager.enabled. See this issue.
  • Fixed PVC in StatefulSet

0.11.0 #

Release date: 2024-08-29

AppVersion: v1.103.0 Helm: v3

  • bump version of VM components to v1.103.0
  • Fixed image pull secrets. See this issue
  • Added global relabelConfig. See this issue
  • Renamed .Values.server.persistentVolume.storageClass to .Values.server.persistentVolume.storageClassName
  • Removed necessity to set .Values.server.persistentVolume.existingClaim when it should be created by chart. See this issue
  • Removed eula support

0.10.1 #

Release date: 2024-08-22

AppVersion: v1.102.1 Helm: v3

  • Added ability to configure container port
  • Fixed volume template. See this issue

0.10.0 #

Release date: 2024-08-21

AppVersion: v1.102.1 Helm: v3

Update note: main container name was changed to vmsingle, which will recreate a pod.

  • Added basicAuth support for ServiceMonitor
  • fix inconsistent relabeling target_label in default scrape config.
  • Removed PodSecurityPolicy
  • Removed support for policy/v1beta1/PodDisruptionBudget
  • Set minimal kubernetes version to 1.25
  • Added ability to override liveness and readiness probes
  • Updated .Values.vmbackupmanager.readinessProbe to .Values.vmbackupmanager.probe.readiness
  • Updated .Values.vmbackupmanager.livenessProbe to .Values.vmbackupmanager.probe.liveness
  • Updated .Values.vmbackupmanager.startupProbe to .Values.vmbackupmanager.probe.startup
  • Updated .Values.server.readinessProbe to .Values.server.probe.readiness
  • Updated .Values.server.livenessProbe to .Values.server.probe.liveness
  • Updated .Values.server.startupProbe to .Values.server.probe.startup
  • Added .Values.global.imagePullSecrets and .Values.global.image.registry
  • Merged headless and non-headless services, removed statefulset service specific variables
  • Use static container names in a pod
  • Removed networking.k8s.io/v1beta1/Ingress and extensions/v1beta1/Ingress support
  • Added .Values.server.service.ipFamilies and .Values.server.service.ipFamilyPolicy for service IP family management

0.9.26 #

Release date: 2024-08-01

AppVersion: v1.102.1 Helm: v3

  • bump version of VM components to v1.102.1

0.9.25 #

Release date: 2024-07-23

AppVersion: v1.102.0 Helm: v3

  • bump version of VM components to v1.102.0

0.9.24 #

Release date: 2024-07-13

AppVersion: v1.101.0 Helm: v3

0.9.23 #

Release date: 2024-07-08

AppVersion: v1.101.0 Helm: v3

  • add missing API version and kind for volumeClaimTemplates, see this issue.

0.9.22 #

Release date: 2024-06-14

AppVersion: v1.101.0 Helm: v3

Update note: The VictoriaMetrics components image tag template has been updated. This change introduces .Values.<component>.image.variant to specify tag suffixes like -scratch, -cluster, -enterprise. Additionally, you can now omit .Values.<component>.image.tag to automatically use the version specified in .Chart.AppVersion.

  • support specifying image tag suffix like “-enterprise” for VictoriaMetrics components using .Values.<component>.image.variant.

0.9.21 #

Release date: 2024-05-16

AppVersion: v1.101.0 Helm: v3

  • fix lost customized securityContext when introduced new default behavior for securityContext in pull request.

0.9.20 #

Release date: 2024-05-10

AppVersion: v1.101.0 Helm: v3

  • support disabling default securityContext to keep compatible with platform like openshift, see this pull request by @Baboulinet-33 for details.

0.9.19 #

Release date: 2024-04-26

AppVersion: v1.101.0 Helm: v3

  • properly truncate value of app.kubernetes.io/managed-by and app.kubernetes.io/instance labels in case release name exceeds 63 characters.
  • bump version of VM components to v1.101.0

0.9.18 #

Release date: 2024-04-16

AppVersion: v1.100.1 Helm: v3

  • bump version of VM components to v1.100.1

Release date: 2024-03-28

AppVersion: v1.99.0 Helm: v3

  • added ability to use slice variables in extraArgs (#944)
  • support adding metricRelabelings for server serviceMonitor (#946)

0.9.16 #

Release date: 2024-03-05

AppVersion: v1.99.0 Helm: v3

  • bump version of VM components to v1.99.0

0.9.15 #

Release date: 2024-02-01

AppVersion: v1.97.1 Helm: v3

  • bump version of VM components to v1.97.1

0.9.14 #

Release date: 2023-12-13

AppVersion: v1.96.0 Helm: v3

  • Fix configuration of volume mount for license key referenced by using secret.

0.9.13 #

Release date: 2023-12-12

AppVersion: v1.96.0 Helm: v3

  • bump version of VM components to v1.96.0

0.9.12 #

Release date: 2023-11-16

AppVersion: v1.95.1 Helm: v3

  • bump version of VM components to v1.95.1

0.9.11 #

Release date: 2023-11-15

AppVersion: v1.95.0 Helm: v3

  • bump version of VM components to v1.95.0

0.9.10 #

Release date: 2023-10-12

AppVersion: v1.94.0 Helm: v3

  • Add license enforcement for vmbackupmanager in order to avoid running it without enterprise license key. See these docs for details.
  • Fix license flags not being passed to vmsingle when using StatefulSet.

0.9.9 #

Release date: 2023-10-04

AppVersion: v1.94.0 Helm: v3

  • bump version of VM components to v1.94.0
  • Add support of providing enterprise license key for VictoriaMetrics enterprise. See these docs for details.

0.9.8 #

Release date: 2023-09-21

AppVersion: v1.93.5 Helm: v3

  • Bump version of VM components to v1.93.5

0.9.7 #

Release date: 2023-09-11

AppVersion: v1.93.4 Helm: v3

  • Bump version of VM components to v1.93.4

0.9.6 #

Release date: 2023-09-04

AppVersion: v1.93.3 Helm: v3

  • Bump version of Victoria Metrics to v1.93.3
  • Fixed kubeVersion in Chart.yaml

0.9.5 #

Release date: 2023-08-30

AppVersion: v1.93.1 Helm: v3

  • Disable honorTimestamps for cadvisor scrape job by default (#617)

0.9.4 #

Release date: 2023-08-23

AppVersion: v1.93.1 Helm: v3

  • Update VictoriaMetrics components from v1.93.0 to v1.93.1

0.9.3 #

Release date: 2023-08-12

AppVersion: v1.93.0 Helm: v3

  • Update VictoriaMetrics components from v1.92.1 to v1.93.0

0.9.2 #

Release date: 2023-07-28

AppVersion: v1.92.1 Helm: v3

  • Update VictoriaMetrics components from v1.92.0 to v1.92.1 (#599)

0.9.1 #

Release date: 2023-07-27

AppVersion: v1.92.0 Helm: v3

  • Update VictoriaMetrics components from v1.91.3 to v1.92.0
  • fix misused securityContext and podSecurityContext (#592)

0.9.0 #

Release date: 2023-07-13

AppVersion: v1.91.3 Helm: v3

  • bump version of agent, alert, auth, cluster, single
  • feat(vmsingle): Add ability to deploy extra manifests (#587)