From 45794de0f909a0a8aa35dd4d9ca0f7400f8d9c7d Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 17 Jul 2024 22:34:45 +0200 Subject: [PATCH] deployment: update VictoriaMetrics Docker image from v1.101.0 to v1.102.0 See https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.102.0 --- deployment/docker/docker-compose-cluster.yml | 16 +++++++------- .../docker/docker-compose-victorialogs.yml | 2 +- deployment/docker/docker-compose.yml | 6 ++--- .../vmanomaly-integration/docker-compose.yml | 6 ++--- deployment/logs-benchmark/docker-compose.yml | 2 +- .../files/etc/update-motd.d/99-one-click | 4 ++-- .../guides/guide-vmanomaly-vmalert.md | 12 +++++----- docs/enterprise.md | 22 +++++++++---------- docs/scrape_config_examples.md | 8 +++---- 9 files changed, 39 insertions(+), 39 deletions(-) diff --git a/deployment/docker/docker-compose-cluster.yml b/deployment/docker/docker-compose-cluster.yml index 6821850b6..131db6920 100644 --- a/deployment/docker/docker-compose-cluster.yml +++ b/deployment/docker/docker-compose-cluster.yml @@ -4,7 +4,7 @@ services: # And forward them to --remoteWrite.url vmagent: container_name: vmagent - image: victoriametrics/vmagent:v1.101.0 + image: victoriametrics/vmagent:v1.102.0 depends_on: - "vminsert" ports: @@ -39,7 +39,7 @@ services: # where N is number of vmstorages (2 in this case). vmstorage-1: container_name: vmstorage-1 - image: victoriametrics/vmstorage:v1.101.0-cluster + image: victoriametrics/vmstorage:v1.102.0-cluster ports: - 8482 - 8400 @@ -51,7 +51,7 @@ services: restart: always vmstorage-2: container_name: vmstorage-2 - image: victoriametrics/vmstorage:v1.101.0-cluster + image: victoriametrics/vmstorage:v1.102.0-cluster ports: - 8482 - 8400 @@ -66,7 +66,7 @@ services: # pre-process them and distributes across configured vmstorage shards. vminsert: container_name: vminsert - image: victoriametrics/vminsert:v1.101.0-cluster + image: victoriametrics/vminsert:v1.102.0-cluster depends_on: - "vmstorage-1" - "vmstorage-2" @@ -81,7 +81,7 @@ services: # vmselect collects results from configured `--storageNode` shards. vmselect-1: container_name: vmselect-1 - image: victoriametrics/vmselect:v1.101.0-cluster + image: victoriametrics/vmselect:v1.102.0-cluster depends_on: - "vmstorage-1" - "vmstorage-2" @@ -94,7 +94,7 @@ services: restart: always vmselect-2: container_name: vmselect-2 - image: victoriametrics/vmselect:v1.101.0-cluster + image: victoriametrics/vmselect:v1.102.0-cluster depends_on: - "vmstorage-1" - "vmstorage-2" @@ -112,7 +112,7 @@ services: # It can be used as an authentication proxy. vmauth: container_name: vmauth - image: victoriametrics/vmauth:v1.101.0 + image: victoriametrics/vmauth:v1.102.0 depends_on: - "vmselect-1" - "vmselect-2" @@ -127,7 +127,7 @@ services: # vmalert executes alerting and recording rules vmalert: container_name: vmalert - image: victoriametrics/vmalert:v1.101.0 + image: victoriametrics/vmalert:v1.102.0 depends_on: - "vmauth" ports: diff --git a/deployment/docker/docker-compose-victorialogs.yml b/deployment/docker/docker-compose-victorialogs.yml index 4c1d454b8..c87ae8dcb 100644 --- a/deployment/docker/docker-compose-victorialogs.yml +++ b/deployment/docker/docker-compose-victorialogs.yml @@ -55,7 +55,7 @@ services: # scraping, storing metrics and serve read requests. victoriametrics: container_name: victoriametrics - image: victoriametrics/victoria-metrics:v1.101.0 + image: victoriametrics/victoria-metrics:v1.102.0 ports: - 8428:8428 volumes: diff --git a/deployment/docker/docker-compose.yml b/deployment/docker/docker-compose.yml index 812a0f7be..29cb5ff8d 100644 --- a/deployment/docker/docker-compose.yml +++ b/deployment/docker/docker-compose.yml @@ -4,7 +4,7 @@ services: # And forward them to --remoteWrite.url vmagent: container_name: vmagent - image: victoriametrics/vmagent:v1.101.0 + image: victoriametrics/vmagent:v1.102.0 depends_on: - "victoriametrics" ports: @@ -22,7 +22,7 @@ services: # storing metrics and serve read requests. victoriametrics: container_name: victoriametrics - image: victoriametrics/victoria-metrics:v1.101.0 + image: victoriametrics/victoria-metrics:v1.102.0 ports: - 8428:8428 - 8089:8089 @@ -65,7 +65,7 @@ services: # vmalert executes alerting and recording rules vmalert: container_name: vmalert - image: victoriametrics/vmalert:v1.101.0 + image: victoriametrics/vmalert:v1.102.0 depends_on: - "victoriametrics" - "alertmanager" diff --git a/deployment/docker/vmanomaly/vmanomaly-integration/docker-compose.yml b/deployment/docker/vmanomaly/vmanomaly-integration/docker-compose.yml index 9a02f7032..13151bac9 100644 --- a/deployment/docker/vmanomaly/vmanomaly-integration/docker-compose.yml +++ b/deployment/docker/vmanomaly/vmanomaly-integration/docker-compose.yml @@ -1,7 +1,7 @@ services: vmagent: container_name: vmagent - image: victoriametrics/vmagent:v1.101.0 + image: victoriametrics/vmagent:v1.102.0 depends_on: - "victoriametrics" ports: @@ -18,7 +18,7 @@ services: victoriametrics: container_name: victoriametrics - image: victoriametrics/victoria-metrics:v1.101.0 + image: victoriametrics/victoria-metrics:v1.102.0 ports: - 8428:8428 volumes: @@ -51,7 +51,7 @@ services: vmalert: container_name: vmalert - image: victoriametrics/vmalert:v1.101.0 + image: victoriametrics/vmalert:v1.102.0 depends_on: - "victoriametrics" ports: diff --git a/deployment/logs-benchmark/docker-compose.yml b/deployment/logs-benchmark/docker-compose.yml index b2480eb29..f75673c18 100644 --- a/deployment/logs-benchmark/docker-compose.yml +++ b/deployment/logs-benchmark/docker-compose.yml @@ -46,7 +46,7 @@ services: - '--config=/config.yml' vmsingle: - image: victoriametrics/victoria-metrics:v1.101.0 + image: victoriametrics/victoria-metrics:v1.102.0 ports: - '8428:8428' command: diff --git a/deployment/marketplace/digitialocean/one-click-droplet/files/etc/update-motd.d/99-one-click b/deployment/marketplace/digitialocean/one-click-droplet/files/etc/update-motd.d/99-one-click index 83a761004..4a1bf8e9c 100755 --- a/deployment/marketplace/digitialocean/one-click-droplet/files/etc/update-motd.d/99-one-click +++ b/deployment/marketplace/digitialocean/one-click-droplet/files/etc/update-motd.d/99-one-click @@ -19,8 +19,8 @@ On the server: * VictoriaMetrics is running on ports: 8428, 8089, 4242, 2003 and they are bound to the local interface. ******************************************************************************** - # This image includes v1.101.0 release of VictoriaMetrics. - # See Release notes https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.101.0 + # This image includes v1.102.0 release of VictoriaMetrics. + # See Release notes https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.102.0 # Welcome to VictoriaMetrics droplet! diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md index c9e942584..00e803a29 100644 --- a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md +++ b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md @@ -19,9 +19,9 @@ aliases: - To use *vmanomaly*, part of the enterprise package, a license key is required. Obtain your key [here](https://victoriametrics.com/products/enterprise/trial/) for this tutorial or for enterprise use. - In the tutorial, we'll be using the following VictoriaMetrics components: - - [VictoriaMetrics Single-Node](https://docs.victoriametrics.com/single-server-victoriametrics/) (v1.101.0) - - [vmalert](https://docs.victoriametrics.com/vmalert/) (v1.101.0) - - [vmagent](https://docs.victoriametrics.com/vmagent/) (v1.101.0) + - [VictoriaMetrics Single-Node](https://docs.victoriametrics.com/single-server-victoriametrics/) (v1.102.0) + - [vmalert](https://docs.victoriametrics.com/vmalert/) (v1.102.0) + - [vmagent](https://docs.victoriametrics.com/vmagent/) (v1.102.0) - [Grafana](https://grafana.com/) (v.10.2.1) - [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/) - [Node exporter](https://github.com/prometheus/node_exporter#node-exporter) (v1.7.0) and [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) (v0.27.0) @@ -330,7 +330,7 @@ Let's wrap it all up together into the `docker-compose.yml` file. services: vmagent: container_name: vmagent - image: victoriametrics/vmagent:v1.101.0 + image: victoriametrics/vmagent:v1.102.0 depends_on: - "victoriametrics" ports: @@ -347,7 +347,7 @@ services: victoriametrics: container_name: victoriametrics - image: victoriametrics/victoria-metrics:v1.101.0 + image: victoriametrics/victoria-metrics:v1.102.0 ports: - 8428:8428 volumes: @@ -380,7 +380,7 @@ services: vmalert: container_name: vmalert - image: victoriametrics/vmalert:v1.101.0 + image: victoriametrics/vmalert:v1.102.0 depends_on: - "victoriametrics" ports: diff --git a/docs/enterprise.md b/docs/enterprise.md index d142bf0a6..7f1a0fcde 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -85,7 +85,7 @@ VictoriaMetrics Enterprise components are available in the following forms: It is allowed to run VictoriaMetrics Enterprise components in [cases listed here](#valid-cases-for-victoriametrics-enterprise). Binary releases of VictoriaMetrics Enterprise are available [at the releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest). -Enterprise binaries and packages have `enterprise` suffix in their names. For example, `victoria-metrics-linux-amd64-v1.101.0-enterprise.tar.gz`. +Enterprise binaries and packages have `enterprise` suffix in their names. For example, `victoria-metrics-linux-amd64-v1.102.0-enterprise.tar.gz`. In order to run binary release of VictoriaMetrics Enterprise component, please download the `*-enterprise.tar.gz` archive for your OS and architecture from the [releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest) and unpack it. Then run the unpacked binary. @@ -102,8 +102,8 @@ For example, the following command runs VictoriaMetrics Enterprise binary with t obtained at [this page](https://victoriametrics.com/products/enterprise/trial/): ```sh -wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.101.0/victoria-metrics-linux-amd64-v1.101.0-enterprise.tar.gz -tar -xzf victoria-metrics-linux-amd64-v1.101.0-enterprise.tar.gz +wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.102.0/victoria-metrics-linux-amd64-v1.102.0-enterprise.tar.gz +tar -xzf victoria-metrics-linux-amd64-v1.102.0-enterprise.tar.gz ./victoria-metrics-prod -license=BASE64_ENCODED_LICENSE_KEY ``` @@ -118,7 +118,7 @@ Alternatively, VictoriaMetrics Enterprise license can be stored in the file and It is allowed to run VictoriaMetrics Enterprise components in [cases listed here](#valid-cases-for-victoriametrics-enterprise). Docker images for VictoriaMetrics Enterprise are available [at VictoriaMetrics DockerHub](https://hub.docker.com/u/victoriametrics). -Enterprise docker images have `enterprise` suffix in their names. For example, `victoriametrics/victoria-metrics:v1.101.0-enterprise`. +Enterprise docker images have `enterprise` suffix in their names. For example, `victoriametrics/victoria-metrics:v1.102.0-enterprise`. In order to run Docker image of VictoriaMetrics Enterprise component, it is required to provide the license key via command-line flag as described [here](#binary-releases). @@ -128,13 +128,13 @@ Enterprise license key can be obtained at [this page](https://victoriametrics.co For example, the following command runs VictoriaMetrics Enterprise Docker image with the specified license key: ```sh -docker run --name=victoria-metrics victoriametrics/victoria-metrics:v1.101.0-enterprise -license=BASE64_ENCODED_LICENSE_KEY +docker run --name=victoria-metrics victoriametrics/victoria-metrics:v1.102.0-enterprise -license=BASE64_ENCODED_LICENSE_KEY ``` Alternatively, the license code can be stored in the file and then referred via `-licenseFile` command-line flag: ```sh -docker run --name=victoria-metrics -v /vm-license:/vm-license victoriametrics/victoria-metrics:v1.101.0-enterprise -licenseFile=/path/to/vm-license +docker run --name=victoria-metrics -v /vm-license:/vm-license victoriametrics/victoria-metrics:v1.102.0-enterprise -licenseFile=/path/to/vm-license ``` Example docker-compose configuration: @@ -143,7 +143,7 @@ version: "3.5" services: victoriametrics: container_name: victoriametrics - image: victoriametrics/victoria-metrics:v1.101.0 + image: victoriametrics/victoria-metrics:v1.102.0 ports: - 8428:8428 volumes: @@ -175,7 +175,7 @@ is used to provide key in plain-text: ```yaml server: image: - tag: v1.101.0-enterprise + tag: v1.102.0-enterprise license: key: {BASE64_ENCODED_LICENSE_KEY} @@ -186,7 +186,7 @@ In order to provide key via existing secret, the following values file is used: ```yaml server: image: - tag: v1.101.0-enterprise + tag: v1.102.0-enterprise license: secret: @@ -233,7 +233,7 @@ spec: license: key: {BASE64_ENCODED_LICENSE_KEY} image: - tag: v1.101.0-enterprise + tag: v1.102.0-enterprise ``` In order to provide key via existing secret, the following custom resource is used: @@ -250,7 +250,7 @@ spec: name: vm-license key: license image: - tag: v1.101.0-enterprise + tag: v1.102.0-enterprise ``` Example secret with license key: diff --git a/docs/scrape_config_examples.md b/docs/scrape_config_examples.md index 71082233b..62c723ef2 100644 --- a/docs/scrape_config_examples.md +++ b/docs/scrape_config_examples.md @@ -34,8 +34,8 @@ scrape_configs: After you created the `scrape.yaml` file, download and unpack [single-node VictoriaMetrics](https://docs.victoriametrics.com/) to the same directory: ``` -wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.101.0/victoria-metrics-linux-amd64-v1.101.0.tar.gz -tar xzf victoria-metrics-linux-amd64-v1.101.0.tar.gz +wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.102.0/victoria-metrics-linux-amd64-v1.102.0.tar.gz +tar xzf victoria-metrics-linux-amd64-v1.102.0.tar.gz ``` Then start VictoriaMetrics and instruct it to scrape targets defined in `scrape.yaml` and save scraped metrics @@ -150,8 +150,8 @@ Then start [single-node VictoriaMetrics](https://docs.victoriametrics.com/) acco ```yaml # Download and unpack single-node VictoriaMetrics -wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.101.0/victoria-metrics-linux-amd64-v1.101.0.tar.gz -tar xzf victoria-metrics-linux-amd64-v1.101.0.tar.gz +wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.102.0/victoria-metrics-linux-amd64-v1.102.0.tar.gz +tar xzf victoria-metrics-linux-amd64-v1.102.0.tar.gz # Run single-node VictoriaMetrics with the given scrape.yaml ./victoria-metrics-prod -promscrape.config=scrape.yaml