From 63540f3ff19e96e0fda23c27768798c84fb06c05 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 18 May 2023 15:30:05 -0700 Subject: [PATCH] docs/Release-Guide.md: fix a link to sandbox environment The link became broken after https://github.com/VictoriaMetrics/ops/commit/5f9d3f9cb5d6694c7e0e62bfab739619886f654e --- docs/Release-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md index 6428c2652..231887ef5 100644 --- a/docs/Release-Guide.md +++ b/docs/Release-Guide.md @@ -64,7 +64,7 @@ git remote add enterprise and this release contains all the needed binaries and checksums. 7. Update the release description with the [CHANGELOG](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md) for this release. 8. Remove the `draft` checkbox for the `TAG` release and manually publish it. -9. Bump version of the VictoriaMetrics cluster in the [sandbox environment](https://github.com/VictoriaMetrics/ops/blob/main/sandbox/manifests/benchmark-vm/vmcluster.yaml) +9. Bump version of the VictoriaMetrics cluster in the [sandbox environment](https://github.com/VictoriaMetrics/ops/blob/main/gcp-test/sandbox/manifests/benchmark-vm/vmcluster.yaml) by [opening and merging PR](https://github.com/VictoriaMetrics/ops/pull/58). 10. Bump VictoriaMetrics version at `deployment/docker/docker-compose.yml` and at `deployment/docker/docker-compose-cluster.yml`. @@ -140,4 +140,4 @@ Repository [https://github.com/VictoriaMetrics/victoriametrics-lts-rpm](https:// 8. Update `vmselect` version in [`vmselect.spec`](https://github.com/VictoriaMetrics/victoriametrics-lts-rpm/blob/master/vmselect.spec#L2) 9. Update `vmstorage` version in [`vmstorage.spec`](https://github.com/VictoriaMetrics/victoriametrics-lts-rpm/blob/master/vmstorage.spec#L2) 10. Update `vmsingle` version in [`vmsingle.spec`](https://github.com/VictoriaMetrics/victoriametrics-lts-rpm/blob/master/vmsingle.spec#L2) -11. Commit and push changes to the repository. This will automatically build and publish new versions of RPM packages. \ No newline at end of file +11. Commit and push changes to the repository. This will automatically build and publish new versions of RPM packages.