From 371e193279f900ad45bba588be41d73663d963f3 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Mon, 4 Nov 2024 11:13:39 -0300 Subject: [PATCH] docs/CHANGELOG.md: cut v1.106.0 Signed-off-by: Zakhar Bessarab --- docs/VictoriaLogs/vmalert.md | 4 ++-- docs/changelog/CHANGELOG.md | 4 ++++ docs/sd_configs.md | 2 +- docs/vmagent.md | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/VictoriaLogs/vmalert.md b/docs/VictoriaLogs/vmalert.md index 837bba2f8..97ea68da0 100644 --- a/docs/VictoriaLogs/vmalert.md +++ b/docs/VictoriaLogs/vmalert.md @@ -10,7 +10,7 @@ aliases: - /VictoriaLogs/vmalert.html --- -_Available from [next](https://docs.victoriametrics.com/changelog/#tip) vmalert version and [v0.36.0](https://docs.victoriametrics.com/victorialogs/changelog/#v0360) VictoriaLogs version._ +_Available from [v1.106.0](https://docs.victoriametrics.com/changelog/#v11060) vmalert version and [v0.36.0](https://docs.victoriametrics.com/victorialogs/changelog/#v0360) VictoriaLogs version._ [vmalert](https://docs.victoriametrics.com/vmalert/) integrates with VictoriaLogs via stats APIs [`/select/logsql/stats_query`](https://docs.victoriametrics.com/victorialogs/querying/#querying-log-stats) and [`/select/logsql/stats_query_range`](https://docs.victoriametrics.com/victorialogs/querying/#querying-log-range-stats). @@ -236,4 +236,4 @@ For additional tips on writing LogsQL, refer to this [doc](https://docs.victoria - "/select/logsql/.*" url_prefix: "http://victorialogs:9428" ``` - Now, vmalert needs to be configured with `--datasource.url=http://vmauth:8427/` to send queries to vmauth, and vmauth will route them to the specified destinations as in configuration example above. \ No newline at end of file + Now, vmalert needs to be configured with `--datasource.url=http://vmauth:8427/` to send queries to vmauth, and vmauth will route them to the specified destinations as in configuration example above. diff --git a/docs/changelog/CHANGELOG.md b/docs/changelog/CHANGELOG.md index 50d39167a..8aa914eb8 100644 --- a/docs/changelog/CHANGELOG.md +++ b/docs/changelog/CHANGELOG.md @@ -18,6 +18,10 @@ See also [LTS releases](https://docs.victoriametrics.com/lts-releases/). ## tip +## [v1.106.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.106.0) + +Released at 2024-11-04 + * FEATURE: [vmalert](https://docs.victoriametrics.com/vmalert/): support [VictoriaLogs](https://docs.victoriametrics.com/victorialogs/) as a datasource. See [this doc](https://docs.victoriametrics.com/victorialogs/vmalert/) for details. * FEATURE: [vmalert](https://docs.victoriametrics.com/vmalert/): `-rule` cmd-line flag now supports multi-document YAML files. This could be useful when rules are retrieved via HTTP URL where multiple rule files were merged together in one response. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6753). Thanks to @Irene-123 for [the pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6995). * FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent/): support scraping from Kubernetes Native Sidecars. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7287). diff --git a/docs/sd_configs.md b/docs/sd_configs.md index 127173ae7..90ac6550d 100644 --- a/docs/sd_configs.md +++ b/docs/sd_configs.md @@ -1549,7 +1549,7 @@ The list of discovered OVH Cloud targets is refreshed at the interval, which can ## puppetdb_sd_configs -_Available from [next](https://docs.victoriametrics.com/changelog/#tip) version._ +_Available from [v1.106.0](https://docs.victoriametrics.com/changelog/#v11060) version._ PuppetDB SD configuration allows retrieving scrape targets from [PuppetDB](https://www.puppet.com/docs/puppetdb/8/overview.html) resources. diff --git a/docs/vmagent.md b/docs/vmagent.md index 596bf2d1c..6b7ea8ada 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -579,13 +579,13 @@ with [additional enhancements](#relabeling-enhancements). The relabeling can be This relabeling is used for modifying labels in discovered targets and for dropping unneeded targets. Configuration from global section will be prepended to the `relabel_config` of targets from `scrape_config` section. See [relabeling cookbook](https://docs.victoriametrics.com/relabeling/) for details. -_Available from [next](https://docs.victoriametrics.com/changelog/#tip) version._ +_Available from [v1.106.0](https://docs.victoriametrics.com/changelog/#v11060) version._ * At the `global -> metric_relabel_configs` section in `-promscrape.config` file. This relabeling is used for modifying labels in scraped metrics and for dropping unneeded metrics. Configuration from global section will be prepended to the `metric_relabel_config` of targets from `scrape_config` section. See [relabeling cookbook](https://docs.victoriametrics.com/relabeling/) for details. -_Available from [next](https://docs.victoriametrics.com/changelog/#tip) version._ +_Available from [v1.106.0](https://docs.victoriametrics.com/changelog/#v11060) version._ * At the `scrape_config -> relabel_configs` section in `-promscrape.config` file. This relabeling is used for modifying labels in discovered targets and for dropping unneeded targets.