From b875628ae6786aecc689c7a8c1eb144185e48fa1 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Thu, 16 Jun 2022 19:48:01 +0200 Subject: [PATCH] docs: mention sandbox update in release procedure (#2724) Signed-off-by: hagen1778 --- docs/Release-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md index 8f103d4d4..0e08e3557 100644 --- a/docs/Release-Guide.md +++ b/docs/Release-Guide.md @@ -17,6 +17,8 @@ sort: 18 4. Push release tags to : `git push origin v1.xx.y` and `git push origin v1.xx.y-cluster`. Do not push `-enterprise` tags to public repository. 5. Go to , create new release from the pushed tag on step 4 and upload `*.tar.gz` archive with the corresponding `_checksums.txt` from step 3. 6. Copy the [CHANGELOG](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md) for this release to [releases](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) page. +7. Bump version of the VictoriaMetrics cluster setup in for [sandbox environment](https://github.com/VictoriaMetrics/ops/blob/main/sandbox/manifests/benchmark-vm/vmcluster.yaml) +by [opening and merging PR](https://github.com/VictoriaMetrics/ops/pull/58). ## Building snap package