From 0e3d581c3215af9ec8131dc46bbc2b2c3baad597 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Oct 2024 16:41:24 +0000 Subject: [PATCH] solv new release --- .changeset/fluffy-apples-divide.md | 29 ----------------------------- packages/solv/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ packages/solv/package.json | 2 +- 3 files changed, 31 insertions(+), 30 deletions(-) delete mode 100644 .changeset/fluffy-apples-divide.md diff --git a/.changeset/fluffy-apples-divide.md b/.changeset/fluffy-apples-divide.md deleted file mode 100644 index 11f9ee9..0000000 --- a/.changeset/fluffy-apples-divide.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -## Update Solana Mainnet Version v1.18.25 - -First, update the solv version and update configuration. - -```bash -solv update && solv update --config -``` - -Then, update the Solana Mainnet version. - -```bash -solv i -``` - -Finally, restart the Solana Validator. - -```bash -solv restart -``` - -## No-Downtime Update - -If you want no-downtime updates, please refer to the following guide: - -https://solv.epics.dev/en/doc/quickstart/no-downtime-update/ diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index 6eecaa2..94c83af 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,35 @@ # @epics-dao/solv +## 4.6.4 + +### Patch Changes + +- [#303](https://github.com/EpicsDAO/solv/pull/303) [`dabdd7d`](https://github.com/EpicsDAO/solv/commit/dabdd7d1c821aba57031e183c820baef0e60117b) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## Update Solana Mainnet Version v1.18.25 + + First, update the solv version and update configuration. + + ```bash + solv update && solv update --config + ``` + + Then, update the Solana Mainnet version. + + ```bash + solv i + ``` + + Finally, restart the Solana Validator. + + ```bash + solv restart + ``` + + ## No-Downtime Update + + If you want no-downtime updates, please refer to the following guide: + + https://solv.epics.dev/en/doc/quickstart/no-downtime-update/ + ## 4.6.3 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index 550a90a..bfa4545 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.6.3", + "version": "4.6.4", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",