From be925727c712c4c31889fa2ef9f57d1fe61f305c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 24 Feb 2023 18:58:39 -0800 Subject: [PATCH] deployment/marketplace: update VictoriaMetrics release from v1.87.1 to v1.88.0 --- .../digitialocean/one-click-droplet/RELEASE_GUIDE.md | 2 +- .../one-click-droplet/files/etc/update-motd.d/99-one-click | 4 ++-- deployment/marketplace/vultr/RELEASE_GUIDE.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/marketplace/digitialocean/one-click-droplet/RELEASE_GUIDE.md b/deployment/marketplace/digitialocean/one-click-droplet/RELEASE_GUIDE.md index 8e6521ed96..4aff883a13 100644 --- a/deployment/marketplace/digitialocean/one-click-droplet/RELEASE_GUIDE.md +++ b/deployment/marketplace/digitialocean/one-click-droplet/RELEASE_GUIDE.md @@ -8,7 +8,7 @@ 4. Set variables `DIGITALOCEAN_API_TOKEN` with `VM_VERSION` for `packer` environment and run make from example below: ```console -make release-victoria-metrics-digitalocean-oneclick-droplet DIGITALOCEAN_API_TOKEN="dop_v23_2e46f4759ceeeba0d0248" VM_VERSION="1.87.1" +make release-victoria-metrics-digitalocean-oneclick-droplet DIGITALOCEAN_API_TOKEN="dop_v23_2e46f4759ceeeba0d0248" VM_VERSION="1.88.0" ``` 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 e2a0e94800..e2e9fbd7b6 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 1.87.1 version of VictoriaMetrics. - # See Release notes https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.87.1 + # This image includes 1.88.0 version of VictoriaMetrics. + # See Release notes https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.88.0 # Welcome to VictoriaMetrics droplet! diff --git a/deployment/marketplace/vultr/RELEASE_GUIDE.md b/deployment/marketplace/vultr/RELEASE_GUIDE.md index 45d0aad73d..9186c38ea7 100644 --- a/deployment/marketplace/vultr/RELEASE_GUIDE.md +++ b/deployment/marketplace/vultr/RELEASE_GUIDE.md @@ -8,5 +8,5 @@ 4. Set variables `VULTR_API_KEY` with `VM_VERSION` for `packer` environment and run make from example below: ```console -make release-victoria-metrics-vultr-server VULTR_API_KEY="5FI5J9PZCCN1TAXPHI8UMDH5ZX8JIHJKTSLB" VM_VERSION="1.87.1" +make release-victoria-metrics-vultr-server VULTR_API_KEY="5FI5J9PZCCN1TAXPHI8UMDH5ZX8JIHJKTSLB" VM_VERSION="1.88.0" ```