Skip to content

v1.93.4

Compare
Choose a tag to compare
@valyala valyala released this 10 Sep 18:24
· 1594 commits to master since this release
v1.93.4
51e4fd6

v1.93.4

Released at 2023-09-10

v1.93.x is a line of LTS releases (e.g. long-time support). It contains important up-to-date bugfixes.
The v1.93.x line will be supported for at least 12 months since v1.93.0 release

  • SECURITY: upgrade Go builder from Go1.21.0 to Go1.21.1. See the list of issues addressed in Go1.21.1.

  • BUGFIX: vminsert enterprise: properly parse /insert/multitenant/* urls, which have been broken since v1.93.2. See this issue.

  • BUGFIX: properly build production armv5 binaries for GOARCH=arm. This has been broken after the upgrading of Go builder to Go1.21.0. See this issue.

  • BUGFIX: vmselect: return 503 Service Unavailable status code when partial responses are denied and some of vmstorage nodes are temporarily unavailable. Previously 422 Unprocessable Entiry status code was mistakenly returned in this case, which could prevent from automatic recovery by re-sending the request to healthy cluster replica in another availability zone.

  • BUGFIX: vmalert: fix the bug when Group's params fields with multiple values were overriding each other instead of adding up. The bug was introduced in this commit starting from v1.91.1. See this issue.

  • BUGFIX: vmagent: fix possble corruption of labels in the collected samples if -remoteWrite.label is set toghether with multiple -remoteWrite.url options. The bug has been introduced in v1.93.1. See this issue.

How to run VictoriaMetrics

Unpack the victoria-metrics-*.tar.gz archive and read these docs.

vmutils-*.tag.gz archive contains the following tools:

vmutils-*-enterprise.tar.gz archive contains the following additional enterprise tools:

The corresponding docker images are available here.
Cluster version is available here.