mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 17:32:05 +01:00
a8c5035d3d
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com> Co-authored-by: AndrewChubatiuk <3162380+AndrewChubatiuk@users.noreply.github.com>
4.3 KiB
4.3 KiB
Next release
- TODO
0.5.0
Release date: 2024-11-18
Update note: This release contains breaking changes. please follow upgrade guide
- set default DNS domain to
cluster.local.
- added
.Values.zoneTpl
to define a default configuration for each.Values.availabilityZones
- updated common dependency 0.0.19 -> 0.0.28
- bump version of VM components to v1.106.1
0.4.2
Release date: 2024-11-05
- bump version of VM components to v1.106.0
0.4.1
Release date: 2024-10-21
- Human-readable error about Helm version requirement
- bump version of VM components to v1.105.0
0.4.0
Release date: 2024-10-02
- bump version of VM components to v1.104.0
0.3.1
Release date: 2024-09-19
- Do not truncate datasource name
- Support customizing vmauthQueryGlobal spec. Thanks to @olivierbouffet for the pull request.
- Support overriding the default name for extra vmagent and vmcluster per zone.
0.3.0
Release date: 2024-08-29
- bump version of VM components to v1.103.0
0.2.2
Release date: 2024-08-01
- bump version of VM components to v1.102.1
0.2.1
Release date: 2024-07-23
- bump version of VM components to v1.102.0
0.2.0
Release date: 2024-07-15
- Breaking change: disable multitenancy mode by default, see how to enable it in https://github.com/VictoriaMetrics/helm-charts/tree/master/charts/victoria-metrics-distributed#how-to-use-multitenancy. See this pull request for details.
0.1.1
Release date: 2024-06-27
- [vmauth-read-balancer-zone]: change server from vmselect pod enumeration to service DNS address, so it still work when vmselect scales.