Skip to content

Commit 74d86c3

Browse files
yjkellyjoogithub-actions[bot]
authored andcommitted
chore: update OpenAPI specs and version refs to Bee v2.8.1
1 parent 529bad8 commit 74d86c3

9 files changed

Lines changed: 492 additions & 265 deletions

File tree

docs/bee/installation/build-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Prerequisites for installing directly from source are:
3232
3. Checkout the required version:
3333

3434
```bash
35-
git checkout v2.8.0
35+
git checkout v2.8.1
3636
```
3737

3838
4. Build the binary:
@@ -48,7 +48,7 @@ Prerequisites for installing directly from source are:
4848
```
4949

5050
```
51-
2.8.0
51+
2.8.1
5252
```
5353

5454
6. (optional) Additionally, you may also like to move the Bee binary to somewhere in your `$PATH`

docs/bee/installation/docker.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Provides comprehensive steps for deploying Bee nodes using Docker c
99
The following is a guide for installing a Bee node using Docker. Docker images for Bee are hosted at [Docker Hub](https://hub.docker.com/r/ethersphere/bee). Using Docker to operate your Bee node offers many benefits, such as ease of deployment and consistency across environments.
1010

1111
:::caution
12-
In the examples below we specify the exact image version as 2.8.0. It's recommended to only use the exact version number tags. Make sure to check that you're on the latest version of Bee by reviewing the tags for Bee on [Docker Hub](https://hub.docker.com/r/ethersphere/bee/tags), and replace 2.8.0 in the commands below if there is a newer full release.
12+
In the examples below we specify the exact image version as 2.8.1. It's recommended to only use the exact version number tags. Make sure to check that you're on the latest version of Bee by reviewing the tags for Bee on [Docker Hub](https://hub.docker.com/r/ethersphere/bee/tags), and replace 2.8.1 in the commands below if there is a newer full release.
1313
:::
1414

1515
:::warning
@@ -39,13 +39,13 @@ docker run -d --name bee-1 \
3939
-e BEE_PASSWORD="flummoxedgranitecarrot" \
4040
-e BEE_BLOCKCHAIN_RPC_ENDPOINT="https://xdai.fairdatasociety.org" \
4141
-v bee-1:/home/bee/.bee \
42-
ethersphere/bee:2.8.0 start
42+
ethersphere/bee:2.8.1 start
4343
```
4444

4545
Here is the same command in a single line in case you run into issues with the line breaks in the command above:
4646

4747
```bash
48-
docker run -d --name bee-1 --restart always -p 127.0.0.1:1633:1633 -p 1634:1634 -e BEE_API_ADDR=":1633" -e BEE_FULL_NODE="true" -e BEE_SWAP_ENABLE="true" -e BEE_PASSWORD="flummoxedgranitecarrot" -e BEE_BLOCKCHAIN_RPC_ENDPOINT="https://xdai.fairdatasociety.org" -v bee-1:/home/bee/.bee ethersphere/bee:2.8.0 start
48+
docker run -d --name bee-1 --restart always -p 127.0.0.1:1633:1633 -p 1634:1634 -e BEE_API_ADDR=":1633" -e BEE_FULL_NODE="true" -e BEE_SWAP_ENABLE="true" -e BEE_PASSWORD="flummoxedgranitecarrot" -e BEE_BLOCKCHAIN_RPC_ENDPOINT="https://xdai.fairdatasociety.org" -v bee-1:/home/bee/.bee ethersphere/bee:2.8.1 start
4949
```
5050

5151
#### Command explained:
@@ -61,7 +61,7 @@ docker run -d --name bee-1 --restart always -p 127.0.0.1:1633:1633 -p 1634:1634
6161
- **`-e BEE_PASSWORD="flummoxedgranitecarrot"`**: Sets the keystore password, make sure to replace with your own.
6262
- **`-e BEE_BLOCKCHAIN_RPC_ENDPOINT="https://xdai.fairdatasociety.org"`**: Connects to the Gnosis Chain.
6363
- **`-v bee-1:/home/bee/.bee`**: Persists node data in the `bee-1` volume.
64-
- **`ethersphere/bee:2.8.0 start`**: Runs Bee version 2.8.0 and starts the node.
64+
- **`ethersphere/bee:2.8.1 start`**: Runs Bee version 2.8.1 and starts the node.
6565

6666
This setup runs the Bee node in a container, with full node functionality, SWAP enabled, and connections to the Gnosis blockchain for chequebook and postage stamp management, while persisting its data using a volume.
6767

@@ -77,7 +77,7 @@ If everything is set up correctly, you should see your Bee node listed:
7777

7878
```bash
7979
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
80-
37f4ad8b4060 ethersphere/bee:2.8.0 "bee start" 6 seconds ago Up 5 seconds 127.0.0.1:1633->1633/tcp, 0.0.0.0:1634->1634/tcp, :::1634->1634/tcp bee-1
80+
37f4ad8b4060 ethersphere/bee:2.8.1 "bee start" 6 seconds ago Up 5 seconds 127.0.0.1:1633->1633/tcp, 0.0.0.0:1634->1634/tcp, :::1634->1634/tcp bee-1
8181
```
8282

8383
And check the logs:
@@ -170,9 +170,9 @@ damage to hardware or loss of funds associated with the Ethereum account connect
170170
No developers or entity involved will be liable for any claims and damages associated with your use,
171171
inability to use, or your interaction with other nodes or the software.
172172

173-
version: 2.8.0-06a0aca7 - planned to be supported until 11 December 2024, please follow https://ethswarm.org/
173+
version: 2.8.1-06a0aca7 - planned to be supported until 11 December 2024, please follow https://ethswarm.org/
174174

175-
"time"="2024-09-24 22:21:04.543661" "level"="info" "logger"="node" "msg"="bee version" "version"="2.8.0-06a0aca7"
175+
"time"="2024-09-24 22:21:04.543661" "level"="info" "logger"="node" "msg"="bee version" "version"="2.8.1-06a0aca7"
176176
"time"="2024-09-24 22:21:04.590823" "level"="info" "logger"="node" "msg"="swarm public key" "public_key"="02f0e59eafa3c5c06542c0a7a7fe9579c55a163cf1d28d9f6945a34469f88d1b2a"
177177
"time"="2024-09-24 22:21:04.686430" "level"="info" "logger"="node" "msg"="pss public key" "public_key"="02ea739530bbf48eed49197f21660f3b6564709b95bf558dc3b472688c34096418"
178178
"time"="2024-09-24 22:21:04.686464" "level"="info" "logger"="node" "msg"="using ethereum address" "address"="0x8288F1c8e3dE7c3bf42Ae67fa840EC61481D085e"

docs/bee/installation/quick-start.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Run the shell script using `curl` or `wget`:
3030

3131

3232
:::tip
33-
We specify `TAG=v2.8.0` to indicate which Bee version to install. You can find available versions in the ["releases" section](https://github.com/ethersphere/bee/releases) of the Bee GitHub repo.
33+
We specify `TAG=v2.8.1` to indicate which Bee version to install. You can find available versions in the ["releases" section](https://github.com/ethersphere/bee/releases) of the Bee GitHub repo.
3434
:::
3535

3636
```bash
37-
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.0 bash
37+
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.1 bash
3838
```
3939

4040
OR
4141

4242
```bash
43-
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.0 bash
43+
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.1 bash
4444
```
4545

4646
Verify installation:
@@ -109,7 +109,7 @@ damage to hardware or loss of funds associated with the Ethereum account connect
109109
No developers or entity involved will be liable for any claims and damages associated with your use,
110110
inability to use, or your interaction with other nodes or the software.
111111

112-
version: 2.8.0-390a402e - planned to be supported until 22 April 2025, please follow https://ethswarm.org/
112+
version: 2.8.1-390a402e - planned to be supported until 22 April 2025, please follow https://ethswarm.org/
113113

114114
"time"="2025-03-04 11:13:10.113050" "level"="info" "logger"="node" "msg"="bee version" "version"="2.6.0-390a402e"
115115
"time"="2025-03-04 11:13:10.164801" "level"="info" "logger"="node" "msg"="swarm public key" "public_key"="02b19880b8d024eac3bf8afa3fa85b31b72fcfd491cebc6af78ddd85ff97f65416"
@@ -184,7 +184,7 @@ swarm-cli status
184184
```bash
185185
Bee
186186
API: http://localhost:1633 [OK]
187-
Version: 2.8.0-d0aa8b93
187+
Version: 2.8.1-d0aa8b93
188188
Mode: light
189189
190190
Chainsync
@@ -214,7 +214,7 @@ swarm-cli status
214214
```bash
215215
Bee
216216
API: http://localhost:1633 [OK]
217-
Version: 2.8.0-d0aa8b93
217+
Version: 2.8.1-d0aa8b93
218218
Mode: light
219219
220220
Chainsync
@@ -235,7 +235,7 @@ Total xBZZ: 0.0000000000000000
235235
noah@NoahM16:~$ swarm-cli status
236236
Bee
237237
API: http://localhost:1633 [OK]
238-
Version: 2.8.0-d0aa8b93
238+
Version: 2.8.1-d0aa8b93
239239
Mode: light
240240
241241
Chainsync

docs/bee/installation/shell-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Below is a step-by-step guide for installing and setting up your Bee node using
2828
Run the install shell script using either `curl` or `wget`:
2929

3030
:::caution
31-
In the example below, the version is specified using `TAG=v2.8.0`. Check the [latest Bee releases](https://github.com/ethersphere/bee/tags) and if needed, update the command to install the most recent version (note that in tags containing "rc," the abbreviation stands for "release candidate", and these versions should be used for testing purposes only).
31+
In the example below, the version is specified using `TAG=v2.8.1`. Check the [latest Bee releases](https://github.com/ethersphere/bee/tags) and if needed, update the command to install the most recent version (note that in tags containing "rc," the abbreviation stands for "release candidate", and these versions should be used for testing purposes only).
3232
:::
3333

3434
:::info
@@ -61,15 +61,15 @@ values={[
6161
<TabItem value="curl">
6262

6363
```bash
64-
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.0 bash
64+
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.1 bash
6565
```
6666
</TabItem>
6767
<TabItem value="wget">
6868

6969
**wget**
7070

7171
```bash
72-
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.0 bash
72+
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.8.1 bash
7373
```
7474
</TabItem>
7575

docs/bee/working-with-bee/bee-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ The `/health` endpoint provides a quick status check for your Bee node which sim
548548
```bash
549549
{
550550
"status": "ok",
551-
"version": "2.8.0-d0aa8b93",
551+
"version": "2.8.1-d0aa8b93",
552552
"apiVersion": "7.3.0"
553553
}
554554
```

docs/bee/working-with-bee/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ bee start \
671671
```
672672
673673
:::info
674-
Chequebook verification is an optional defense layer for full node operators who want to avoid connecting to peers that do not maintain a sufficient chequebook balance. It was introduced in Bee v2.8.0.
674+
Chequebook verification is an optional defense layer for full node operators who want to avoid connecting to peers that do not maintain a sufficient chequebook balance. It was introduced in Bee v2.8.1.
675675
:::
676676
677677
## NAT address

docs/bee/working-with-bee/staking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,12 @@ curl -s http://localhost:1633/health | jq
479479

480480
To confirm a successful update, check that the value for the `"version"` field in the results corresponds to the version number of the [latest](https://github.com/ethersphere/bee/releases/latest) Bee release.
481481

482-
For example, if the latest version was 2.8.0, it would look like this:
482+
For example, if the latest version was 2.8.1, it would look like this:
483483

484484
```bash
485485
{
486486
"status": "ok",
487-
"version": "2.8.0-d0aa8b93",
487+
"version": "2.8.1-d0aa8b93",
488488
"apiVersion": "7.3.0"
489489
}
490490
```

0 commit comments

Comments
 (0)