From 3c6b2b9b9ba76015cedfd85abc6fb46157098d66 Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 29 Aug 2023 09:02:50 +0200 Subject: [PATCH] chore: add maintained versions of cosmovisor to readme (#17564) --- tools/cosmovisor/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/cosmovisor/README.md b/tools/cosmovisor/README.md index 808c286df0..23e4d5ff82 100644 --- a/tools/cosmovisor/README.md +++ b/tools/cosmovisor/README.md @@ -32,7 +32,9 @@ Cosmovisor is designed to be used as a wrapper for a `Cosmos SDK` app: *Note: If new versions of the application are not set up to run in-place store migrations, migrations will need to be run manually before restarting `cosmovisor` with the new binary. For this reason, we recommend applications adopt in-place store migrations.* -*Note: If validators would like to enable the auto-download option (which [we don't recommend](#auto-download)), and they are currently running an application using Cosmos SDK `v0.42`, they will need to use Cosmovisor [`v0.1`](https://github.com/cosmos/cosmos-sdk/releases/tag/cosmovisor%2Fv0.1.0). Later versions of Cosmovisor do not support Cosmos SDK `v0.44.3` or earlier if the auto-download option is enabled.* +*Note: Only the last version of cosmovisor is actively developed/maintained.* + +*Warning: Versions prior to v1.0.0 have a vulnerability that could lead to a DOS. Please upgrade to the latest version.* ## Contributing @@ -44,7 +46,7 @@ Release branches have the following format `release/cosmovisor/vA.B.x`, where A ### Installation -You can download Cosmovisor from the [GitHub releases](https://github.com/cosmos/cosmos-sdk/releases/tag/cosmovisor%2Fv1.3.0). +You can download Cosmovisor from the [GitHub releases](https://github.com/cosmos/cosmos-sdk/releases/tag/cosmovisor%2Fv1.5.0). To install the latest version of `cosmovisor`, run the following command: