From 2fd1e528c94b7bb3e284755afff94a7527f5dc37 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Fri, 13 Sep 2024 08:33:54 +0200 Subject: [PATCH] docs: mark 1.103.0 as broken on Windows platform See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6973 Signed-off-by: hagen1778 --- docs/VictoriaLogs/CHANGELOG.md | 2 ++ docs/changelog/CHANGELOG.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/CHANGELOG.md b/docs/VictoriaLogs/CHANGELOG.md index a96116f88..9b0f50e66 100644 --- a/docs/VictoriaLogs/CHANGELOG.md +++ b/docs/VictoriaLogs/CHANGELOG.md @@ -19,6 +19,8 @@ according to [these docs](https://docs.victoriametrics.com/victorialogs/quicksta Released at 2024-09-08 +**Update note 1: VictoriaLogs is failing to start on Windows platform with this release version. Please see [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6973) for more details. The recommendation is to use previous releases or update to newer release.** + * FEATURE: add [`/select/logsql/stats_query` HTTP API](https://docs.victoriametrics.com/victorialogs/querying/#querying-log-stats), which is going to be used by [vmalert](https://docs.victoriametrics.com/vmalert/) for executing alerting and recording rules against VictoriaLogs. See [this feature request](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6942) for details. * FEATURE: add [`/select/logsql/stats_query_range` HTTP API](https://docs.victoriametrics.com/victorialogs/querying/#querying-log-range-stats), which is going to be used by [VictoriaLogs plugin for Grafana](https://docs.victoriametrics.com/victorialogs/victorialogs-datasource/) for building time series panels. See [this feature request](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6943) for details. * FEATURE: optimize [multi-exact queries](https://docs.victoriametrics.com/victorialogs/logsql/#multi-exact-filter) with many phrases to search. For example, `ip:in(path:="/foo/bar" | keep ip)` when there are many unique values for `ip` field among log entries with `/foo/bar` path. diff --git a/docs/changelog/CHANGELOG.md b/docs/changelog/CHANGELOG.md index 7c6768ac9..4556eb84e 100644 --- a/docs/changelog/CHANGELOG.md +++ b/docs/changelog/CHANGELOG.md @@ -41,7 +41,9 @@ See also [LTS releases](https://docs.victoriametrics.com/lts-releases/). Released at 2024-08-28 -**Update note: The `external_labels` field in vmalert-tool [test file](https://docs.victoriametrics.com/vmalert-tool/#test-file-format) will be deprecated soon. Please use `-external.label` command-line flag instead, in the same way as vmalert uses it. This change is done for the sake of consistency between vmalert and vmalert-tool configuration. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6735).** +**Update note 1: VictoriaMetrics and vmagent components are failing to start on Windows platform with this release version. Please see [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6973) for more details. The recommendation is to use previous releases or update to newer release.** + +**Update note 2: The `external_labels` field in vmalert-tool [test file](https://docs.victoriametrics.com/vmalert-tool/#test-file-format) will be deprecated soon. Please use `-external.label` command-line flag instead, in the same way as vmalert uses it. This change is done for the sake of consistency between vmalert and vmalert-tool configuration. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6735).** * FEATURE: add `/influx/health` health-check handler for Influx endpoints. This is needed as some clients use the health endpoint to determine if the server is healthy and ready for data ingestion. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6653) for the details. * FEATURE: [vmctl](https://docs.victoriametrics.com/vmctl/): add `--vm-backoff-retries`, `--vm-backoff-factor`, `--vm-backoff-min-duration` and `--vm-native-backoff-retries`, `--vm-native-backoff-factor`, `--vm-native-backoff-min-duration` command-line flags. These flags allow to change backoff policy config for import requests to VictoriaMetrics. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6622).