Skip to content

Commit ad0ed81

Browse files
authored
Updated docker image version tags (#154)
1 parent edbc41b commit ad0ed81

File tree

10 files changed

+25
-11
lines changed

10 files changed

+25
-11
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.33.0] - 2024-03-10
9+
10+
### Changed
11+
12+
- Updated Lodestar from 1.15.1 to 1.16.0
13+
- Updated Nimbus from 24.2.0 to 24.2.2
14+
- Updated Erigon from 2.57.3 to 2.58.1
15+
- Updated Besu from 24.1.1 to 24.3.0
16+
- Updated Nethermind from 1.25.3 to 1.25.4
17+
- Updated Teku from 24.1.1 to 24.3.0
18+
- Updated Lighthouse from 4.6.0 to 5.0.0
19+
- Updated Prysm from 4.2.1 to 5.0.1
20+
- Updated Geth from 1.13.12 to 1.13.14
21+
822
## [0.32.0] - 2024-03-09
923

1024
### Fixed

defaults/main/besu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
besu_docker_image: hyperledger/besu:24.1.1
2+
besu_docker_image: hyperledger/besu:24.3.0
33
# Besu passes the contents of the BESU_OPTS environment variable to the JVM. Set standard JVM options in the BESU_OPTS variable.
44
besu_opts: "-Xmx5g"
55

defaults/main/erigon.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
erigon_docker_image: thorax/erigon:v2.57.3
2+
erigon_docker_image: thorax/erigon:v2.58.1
33
erigon_data_dir: /var/lib/erigon
44
erigon_maxpeers: 100
55

defaults/main/geth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
geth_docker_image: ethereum/client-go:v1.13.12
2+
geth_docker_image: ethereum/client-go:v1.13.14
33
geth_data_dir: /gethdata
44
geth_maxpeers: 50
55

defaults/main/lighthouse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lighthouse_docker_image: sigp/lighthouse:v4.6.0-modern
2+
lighthouse_docker_image: sigp/lighthouse:v5.0.0-modern
33

44
lighthouse_data_dir: /var/lib/lighthouse
55

defaults/main/lodestar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lodestar_docker_image: chainsafe/lodestar:v1.15.1
2+
lodestar_docker_image: chainsafe/lodestar:v1.16.0
33

44
lodestar_data_dir: /var/lib/lodestar
55

defaults/main/nethermind.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
nethermind_docker_image: nethermind/nethermind:1.25.3
2+
nethermind_docker_image: nethermind/nethermind:1.25.4
33
nethermind_data_dir: /var/lib/nethermind
44
nethermind_maxpeers: 50
55

defaults/main/nimbus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
nimbus_docker_image_beacon: statusim/nimbus-eth2:amd64-v24.2.0
3-
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v24.2.0
2+
nimbus_docker_image_beacon: statusim/nimbus-eth2:amd64-v24.2.2
3+
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v24.2.2
44

55
nimbus_data_dir: /var/lib/nimbus
66

defaults/main/prysm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
prysm_docker_image_beacon: prysmaticlabs/prysm-beacon-chain:v4.2.1
3-
prysm_docker_image_validator: prysmaticlabs/prysm-validator:v4.2.1
2+
prysm_docker_image_beacon: prysmaticlabs/prysm-beacon-chain:v5.0.1
3+
prysm_docker_image_validator: prysmaticlabs/prysm-validator:v5.0.1
44
prysm_data_dir: /var/lib/prysm
55

66
prysm_rpc_port: 4000

defaults/main/teku.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
teku_docker_image: consensys/teku:24.1.1
2+
teku_docker_image: consensys/teku:24.3.0
33

44
teku_java_opts: "-Xmx4g"
55
teku_data_dir: /var/lib/teku

0 commit comments

Comments
 (0)