Skip to content

Commit 5eb911e

Browse files
authored
Merge pull request #749 from ethersphere/v2-6-0
update version number
2 parents 0a458da + c5fe75f commit 5eb911e

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

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

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

3333
```bash
34-
git checkout v2.4.0
34+
git checkout v2.6.0
3535
```
3636

3737
4. Build the binary:
@@ -47,7 +47,7 @@ Prerequisites for installing directly from source are:
4747
```
4848

4949
```
50-
2.4.0
50+
2.6.0
5151
```
5252

5353
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
@@ -8,7 +8,7 @@ id: docker
88
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.
99

1010
:::caution
11-
In the examples below we specify the exact image version as 2.4.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.4.0 in the commands below if there is a newer full release.
11+
In the examples below we specify the exact image version as 2.6.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.6.0 in the commands below if there is a newer full release.
1212
:::
1313

1414
:::warning
@@ -38,13 +38,13 @@ docker run -d --name bee-1 \
3838
-e BEE_PASSWORD="flummoxedgranitecarrot" \
3939
-e BEE_BLOCKCHAIN_RPC_ENDPOINT="https://xdai.fairdatasociety.org" \
4040
-v bee-1:/home/bee/.bee \
41-
ethersphere/bee:2.4.0 start
41+
ethersphere/bee:2.6.0 start
4242
```
4343

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

4646
```bash
47-
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.4.0 start
47+
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.6.0 start
4848
```
4949

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

6565
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.
6666

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

7777
```bash
7878
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
79-
37f4ad8b4060 ethersphere/bee:2.4.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
79+
37f4ad8b4060 ethersphere/bee:2.6.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
8080
```
8181

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

172-
version: 2.4.0-06a0aca7 - planned to be supported until 11 December 2024, please follow https://ethswarm.org/
172+
version: 2.6.0-06a0aca7 - planned to be supported until 11 December 2024, please follow https://ethswarm.org/
173173

174-
"time"="2024-09-24 22:21:04.543661" "level"="info" "logger"="node" "msg"="bee version" "version"="2.4.0-06a0aca7"
174+
"time"="2024-09-24 22:21:04.543661" "level"="info" "logger"="node" "msg"="bee version" "version"="2.6.0-06a0aca7"
175175
"time"="2024-09-24 22:21:04.590823" "level"="info" "logger"="node" "msg"="swarm public key" "public_key"="02f0e59eafa3c5c06542c0a7a7fe9579c55a163cf1d28d9f6945a34469f88d1b2a"
176176
"time"="2024-09-24 22:21:04.686430" "level"="info" "logger"="node" "msg"="pss public key" "public_key"="02ea739530bbf48eed49197f21660f3b6564709b95bf558dc3b472688c34096418"
177177
"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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ Run the shell script using `curl` or `wget`:
2929

3030

3131
:::tip
32-
We specify `TAG=v2.4.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.
32+
We specify `TAG=v2.6.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.
3333
:::
3434

3535
```bash
36-
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.4.0 bash
36+
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.6.0 bash
3737
```
3838

3939
OR
4040

4141
```bash
42-
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.4.0 bash
42+
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.6.0 bash
4343
```
4444

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

111-
version: 2.4.0-390a402e - planned to be supported until 22 April 2025, please follow https://ethswarm.org/
111+
version: 2.6.0-390a402e - planned to be supported until 22 April 2025, please follow https://ethswarm.org/
112112

113-
"time"="2025-03-04 11:13:10.113050" "level"="info" "logger"="node" "msg"="bee version" "version"="2.4.0-390a402e"
113+
"time"="2025-03-04 11:13:10.113050" "level"="info" "logger"="node" "msg"="bee version" "version"="2.6.0-390a402e"
114114
"time"="2025-03-04 11:13:10.164801" "level"="info" "logger"="node" "msg"="swarm public key" "public_key"="02b19880b8d024eac3bf8afa3fa85b31b72fcfd491cebc6af78ddd85ff97f65416"
115115
"time"="2025-03-04 11:13:10.216657" "level"="debug" "logger"="node" "msg"="using existing libp2p key"
116116
"time"="2025-03-04 11:13:10.268431" "level"="debug" "logger"="node" "msg"="using existing pss key"
@@ -183,7 +183,7 @@ swarm-cli status
183183
```bash
184184
Bee
185185
API: http://localhost:1633 [OK]
186-
Version: 2.4.0-390a402e
186+
Version: 2.6.0-390a402e
187187
Mode: light
188188
189189
Topology

docs/bee/installation/shell-script.md

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

2929
:::caution
30-
In the example below, the version is specified using `TAG=v2.4.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).
30+
In the example below, the version is specified using `TAG=v2.6.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).
3131
:::
3232

3333
:::info
@@ -60,15 +60,15 @@ values={[
6060
<TabItem value="curl">
6161

6262
```bash
63-
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.4.0 bash
63+
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.6.0 bash
6464
```
6565
</TabItem>
6666
<TabItem value="wget">
6767

6868
**wget**
6969

7070
```bash
71-
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.4.0 bash
71+
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.6.0 bash
7272
```
7373
</TabItem>
7474

0 commit comments

Comments
 (0)