Skip to content

Commit

Permalink
Merge pull request #1103 from vegaprotocol/minor-version-update
Browse files Browse the repository at this point in the history
Minor version update
  • Loading branch information
candida-d authored Aug 5, 2024
2 parents 1e2157e + 182609d commit 7fea978
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/node-operators/migration-guides/upgrade-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.
Expand All @@ -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.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.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.6](https://github.com/vegaprotocol/vega/releases/tag/v0.77.6).

### When should I upgrade config?

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.
Expand All @@ -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.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.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.6](https://github.com/vegaprotocol/vega/releases/tag/v0.77.6).

### When should I upgrade config?

Expand Down Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 7fea978

Please sign in to comment.