From f0b93b8c6c790ca8269f570907bcb9d0ec108d25 Mon Sep 17 00:00:00 2001 From: candida-d <62548908+candida-d@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:24:48 +0100 Subject: [PATCH 1/2] version update --- docs/node-operators/migration-guides/upgrade-node.md | 6 +++--- docs/releases/overview.md | 4 ++-- .../node-operators/migration-guides/upgrade-node.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/node-operators/migration-guides/upgrade-node.md b/docs/node-operators/migration-guides/upgrade-node.md index d17a975c2..a0e160e93 100644 --- a/docs/node-operators/migration-guides/upgrade-node.md +++ b/docs/node-operators/migration-guides/upgrade-node.md @@ -3,7 +3,7 @@ title: Upgrade to 0.77 sidebar_label: Upgrade to 0.77 --- -This guide describes the steps to upgrade from v0.76.8 to v0.77.0 using the protocol upgrade mechanism. See the changelog for [v0.77.1 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.1) for information about breaking changes and new features. +This guide describes the steps to upgrade from v0.76.8 to v0.77.5 using the protocol upgrade mechanism. See the changelog for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for information about breaking changes and new features. ## Assumptions for the guide The instructions below are written for Debian-like Linux operating systems. @@ -14,14 +14,14 @@ This guide is specifically intended for those who are already running a validato ## Study the changes between versions -Before upgrading your node software, **review the changelog** for [v0.77.1 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.1) for a list of breaking API changes compared to the previously released version. +Before upgrading your node software, **review the changelog** for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for a list of breaking API changes compared to the previously released version. ## Required changes There are no extra required changes for this release. ## Before you upgrade -Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.1 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.1). +Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5). ### When should I upgrade config? diff --git a/docs/releases/overview.md b/docs/releases/overview.md index 12435cae7..6ec6f33aa 100644 --- a/docs/releases/overview.md +++ b/docs/releases/overview.md @@ -18,8 +18,8 @@ See the full release notes on [GitHub ↗](https://github.com/vegaprotocol/vega/ The Vega core software is public and open source under the [AGPL ↗](https://www.gnu.org/licenses/agpl-3.0.en.html) license, so you can both view the repository change logs, and refer here for summary release notes for each version that the validators use to run the Vega mainnet. Releases are listed with their semantic version number and the date the release was made available to mainnet validators. -## Version v0.77 | 2024-07-23 -This updated version was released to the Vega testnet on 23 July 2024. +## Version v0.77 | 2024-07-31 +This updated version was released to the Vega testnet on 31 July 2024. This release introduces the ability to create prediction markets, futures markets with a final settlement price cap, and fully collateralised futures markets. There are also a range of bug fixes and general improvements. diff --git a/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md b/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md index d17a975c2..a0e160e93 100644 --- a/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md +++ b/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md @@ -3,7 +3,7 @@ title: Upgrade to 0.77 sidebar_label: Upgrade to 0.77 --- -This guide describes the steps to upgrade from v0.76.8 to v0.77.0 using the protocol upgrade mechanism. See the changelog for [v0.77.1 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.1) for information about breaking changes and new features. +This guide describes the steps to upgrade from v0.76.8 to v0.77.5 using the protocol upgrade mechanism. See the changelog for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for information about breaking changes and new features. ## Assumptions for the guide The instructions below are written for Debian-like Linux operating systems. @@ -14,14 +14,14 @@ This guide is specifically intended for those who are already running a validato ## Study the changes between versions -Before upgrading your node software, **review the changelog** for [v0.77.1 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.1) for a list of breaking API changes compared to the previously released version. +Before upgrading your node software, **review the changelog** for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for a list of breaking API changes compared to the previously released version. ## Required changes There are no extra required changes for this release. ## Before you upgrade -Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.1 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.1). +Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5). ### When should I upgrade config? From 182609ddc7318c9127c94d744a91e8c5c56691ad Mon Sep 17 00:00:00 2001 From: candida-d <62548908+candida-d@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:51:04 +0100 Subject: [PATCH 2/2] update release details --- docs/node-operators/migration-guides/upgrade-node.md | 8 ++++---- docs/releases/overview.md | 4 ++-- .../node-operators/migration-guides/upgrade-node.md | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/node-operators/migration-guides/upgrade-node.md b/docs/node-operators/migration-guides/upgrade-node.md index a0e160e93..b93e21f58 100644 --- a/docs/node-operators/migration-guides/upgrade-node.md +++ b/docs/node-operators/migration-guides/upgrade-node.md @@ -3,7 +3,7 @@ title: Upgrade to 0.77 sidebar_label: Upgrade to 0.77 --- -This guide describes the steps to upgrade from v0.76.8 to v0.77.5 using the protocol upgrade mechanism. See the changelog for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for information about breaking changes and new features. +This guide describes the steps to upgrade from v0.76.8 to v0.77.6 using the protocol upgrade mechanism. See the changelog for [v0.77.6 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for information about breaking changes and new features. ## Assumptions for the guide The instructions below are written for Debian-like Linux operating systems. @@ -14,14 +14,14 @@ This guide is specifically intended for those who are already running a validato ## Study the changes between versions -Before upgrading your node software, **review the changelog** for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for a list of breaking API changes compared to the previously released version. +Before upgrading your node software, **review the changelog** for [v0.77.6 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.6) for a list of breaking API changes compared to the previously released version. ## Required changes There are no extra required changes for this release. ## Before you upgrade -Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5). +Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.6 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.6). ### When should I upgrade config? @@ -49,7 +49,7 @@ The default locations for configuration files: We recommend checking all of the changes on your own. Follow the below instructions to do it, and read through every description to understand the changes: -1. Download vega `v0.77.1` +1. Download vega `v0.77.6` 2. Generate config files within the temp home directory - vega config - comet BFT config diff --git a/docs/releases/overview.md b/docs/releases/overview.md index 6ec6f33aa..eef274696 100644 --- a/docs/releases/overview.md +++ b/docs/releases/overview.md @@ -18,8 +18,8 @@ See the full release notes on [GitHub ↗](https://github.com/vegaprotocol/vega/ The Vega core software is public and open source under the [AGPL ↗](https://www.gnu.org/licenses/agpl-3.0.en.html) license, so you can both view the repository change logs, and refer here for summary release notes for each version that the validators use to run the Vega mainnet. Releases are listed with their semantic version number and the date the release was made available to mainnet validators. -## Version v0.77 | 2024-07-31 -This updated version was released to the Vega testnet on 31 July 2024. +## Version v0.77 | 2024-08-01 +This updated version was released to the Vega testnet on 1 August 2024. This release introduces the ability to create prediction markets, futures markets with a final settlement price cap, and fully collateralised futures markets. There are also a range of bug fixes and general improvements. diff --git a/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md b/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md index a0e160e93..4d376f283 100644 --- a/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md +++ b/versioned_docs/version-v0.76/node-operators/migration-guides/upgrade-node.md @@ -3,7 +3,7 @@ title: Upgrade to 0.77 sidebar_label: Upgrade to 0.77 --- -This guide describes the steps to upgrade from v0.76.8 to v0.77.5 using the protocol upgrade mechanism. See the changelog for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for information about breaking changes and new features. +This guide describes the steps to upgrade from v0.76.8 to v0.77.6 using the protocol upgrade mechanism. See the changelog for [v0.77.6 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for information about breaking changes and new features. ## Assumptions for the guide The instructions below are written for Debian-like Linux operating systems. @@ -14,14 +14,14 @@ This guide is specifically intended for those who are already running a validato ## Study the changes between versions -Before upgrading your node software, **review the changelog** for [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5) for a list of breaking API changes compared to the previously released version. +Before upgrading your node software, **review the changelog** for [v0.77.6 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.6) for a list of breaking API changes compared to the previously released version. ## Required changes There are no extra required changes for this release. ## Before you upgrade -Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.5 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.5). +Please read the changelogs to see all the changes. Below you can find a list of the changes you must perform before the upgrade to [v0.77.6 ↗](https://github.com/vegaprotocol/vega/releases/tag/v0.77.6). ### When should I upgrade config? @@ -49,7 +49,7 @@ The default locations for configuration files: We recommend checking all of the changes on your own. Follow the below instructions to do it, and read through every description to understand the changes: -1. Download vega `v0.77.1` +1. Download vega `v0.77.6` 2. Generate config files within the temp home directory - vega config - comet BFT config @@ -62,4 +62,4 @@ There is a new parameter `max_request_batch_size`, set to a default of 10, the v To upgrade the network follow the [protocol upgrade documentation](../how-to/upgrade-network.md). ## Common issues -If you come across any problems, please refer to the [frequent issues](../how-to/solve-frequent-issues.md) solutions before requesting help. +If you come across any problems, please refer to the [frequent issues](../how-to/solve-frequent-issues.md) solutions before requesting help. \ No newline at end of file