From fed0a1dc0061ecfb50d9beab9c2dbd603f49e5dd Mon Sep 17 00:00:00 2001 From: 0xmiel Date: Mon, 21 Jun 2021 22:50:26 +0200 Subject: [PATCH] update keep updated page (#2665) --- docs/the_nimbus_book/src/keep-updated.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/the_nimbus_book/src/keep-updated.md b/docs/the_nimbus_book/src/keep-updated.md index 62f61c8c4..e7b1f6e7b 100644 --- a/docs/the_nimbus_book/src/keep-updated.md +++ b/docs/the_nimbus_book/src/keep-updated.md @@ -1,14 +1,14 @@ # Keep Nimbus updated -Make sure you stay on the lookout for any critical updates to Nimbus. This best way to do so is through the **announcements** channel on our [discord](https://discord.com/invite/XRxWahP). +Make sure you stay on the lookout for any critical updates to Nimbus. This best way to do so is through the **announcements** channel on our [discord](https://discord.com/invite/XRxWahP). The Nimbus eth2 releases page can be found [here](https://github.com/status-im/nimbus-eth2/releases/). > **Note:** If your beacon node is already running, you'll need to disconnect and reconnect for the changes to take effect. -To update to the latest version, either: +To update to the latest version, either download the binary or compile the beacon node release. ## Download the binary -Open the [Nimbus eth2 releases page](https://github.com/status-im/nimbus-eth2/releases/latest) and copy the link for the file that works on your system. +Open the latest [Nimbus eth2 release](https://github.com/status-im/nimbus-eth2/releases/latest) and copy the link for the file that works on your system. ``` wget @@ -32,4 +32,13 @@ make nimbus_beacon_node to [rebuild the beacon node](./build.md). +## Urgency guidelines +As of `v1.0.4`, releases are marked with the following tags: + +`low-urgency`: update at your own convenience, sometime within our normal update cycle of two weeks + +`medium-urgency`: may contain an important stability fix, it is better to update sooner rather than later + +`high-urgency`: update as soon as you can, this is a critical update required for Nimbus to function correctly +