From 3c6db56adef0b7c6d2ff9a7f4b44fbbcb457612c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Nov 2024 07:28:18 +0000 Subject: [PATCH] solv new release --- .changeset/tasty-horses-notice.md | 36 ------------------------------ packages/solv/CHANGELOG.md | 37 +++++++++++++++++++++++++++++++ packages/solv/package.json | 2 +- 3 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 .changeset/tasty-horses-notice.md diff --git a/.changeset/tasty-horses-notice.md b/.changeset/tasty-horses-notice.md deleted file mode 100644 index e8759937..00000000 --- a/.changeset/tasty-horses-notice.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -Update Solana Version v2.0.15 for Mainnet/Testnet - -- For users who are not using solv Auto Operation Mode: Please follow the instructions below. - -```bash -$ solv update && solv update -b -``` - -## How to use solv Auto Operation Mode? - -Run the following command: - -```bash -$ solv auto -? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N) -? Do you want to enable AUTO UPDATE? (Recommended) (y/N) -? Do you want to enable AUTO RESTART? (Recommended) (y/N) -※ Please turn off if you are using no-downtime migration. -? Enter your Discord Webhook URL (https://discord.com/api/webhooks/1234) -``` - -1. Enable solv Auto Operation Mode. -2. Enable AUTO UPDATE. -3. Enable AUTO RESTART. - ※ Please turn off if you are using no-downtime migration. - ※ No-downtime migration requires spare server and manual restart. -4. Enter your Discord Webhook URL. - ※ You can receive notifications about the Solana/solv version update. -5. Enter RPC URL (Mainnet Only) -6. Enter Harvest Account (Mainnet Only) - -## How to disable solv Auto Operation Mode? diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index 8f9d71bf..a25bc91d 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,42 @@ # @epics-dao/solv +## 4.7.3 + +### Patch Changes + +- [`66f2978`](https://github.com/EpicsDAO/solv/commit/66f2978b712cd9d339bab0022a6526356336c4a3) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update Solana Version v2.0.15 for Mainnet/Testnet + + - For users who are not using solv Auto Operation Mode: Please follow the instructions below. + + ```bash + $ solv update && solv update -b + ``` + + ## How to use solv Auto Operation Mode? + + Run the following command: + + ```bash + $ solv auto + ? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N) + ? Do you want to enable AUTO UPDATE? (Recommended) (y/N) + ? Do you want to enable AUTO RESTART? (Recommended) (y/N) + ※ Please turn off if you are using no-downtime migration. + ? Enter your Discord Webhook URL (https://discord.com/api/webhooks/1234) + ``` + + 1. Enable solv Auto Operation Mode. + 2. Enable AUTO UPDATE. + 3. Enable AUTO RESTART. + ※ Please turn off if you are using no-downtime migration. + ※ No-downtime migration requires spare server and manual restart. + 4. Enter your Discord Webhook URL. + ※ You can receive notifications about the Solana/solv version update. + 5. Enter RPC URL (Mainnet Only) + 6. Enter Harvest Account (Mainnet Only) + + ## How to disable solv Auto Operation Mode? + ## 4.7.2 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index e898ef7b..3ef6f9cb 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.7.2", + "version": "4.7.3", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",