Skip to content

Commit

Permalink
Updated docker image version tags (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
karolpivo authored Mar 12, 2024
1 parent edbc41b commit ad0ed81
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.33.0] - 2024-03-10

### Changed

- Updated Lodestar from 1.15.1 to 1.16.0
- Updated Nimbus from 24.2.0 to 24.2.2
- Updated Erigon from 2.57.3 to 2.58.1
- Updated Besu from 24.1.1 to 24.3.0
- Updated Nethermind from 1.25.3 to 1.25.4
- Updated Teku from 24.1.1 to 24.3.0
- Updated Lighthouse from 4.6.0 to 5.0.0
- Updated Prysm from 4.2.1 to 5.0.1
- Updated Geth from 1.13.12 to 1.13.14

## [0.32.0] - 2024-03-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion defaults/main/besu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
besu_docker_image: hyperledger/besu:24.1.1
besu_docker_image: hyperledger/besu:24.3.0
# Besu passes the contents of the BESU_OPTS environment variable to the JVM. Set standard JVM options in the BESU_OPTS variable.
besu_opts: "-Xmx5g"

Expand Down
2 changes: 1 addition & 1 deletion defaults/main/erigon.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
erigon_docker_image: thorax/erigon:v2.57.3
erigon_docker_image: thorax/erigon:v2.58.1
erigon_data_dir: /var/lib/erigon
erigon_maxpeers: 100

Expand Down
2 changes: 1 addition & 1 deletion defaults/main/geth.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
geth_docker_image: ethereum/client-go:v1.13.12
geth_docker_image: ethereum/client-go:v1.13.14
geth_data_dir: /gethdata
geth_maxpeers: 50

Expand Down
2 changes: 1 addition & 1 deletion defaults/main/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lighthouse_docker_image: sigp/lighthouse:v4.6.0-modern
lighthouse_docker_image: sigp/lighthouse:v5.0.0-modern

lighthouse_data_dir: /var/lib/lighthouse

Expand Down
2 changes: 1 addition & 1 deletion defaults/main/lodestar.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lodestar_docker_image: chainsafe/lodestar:v1.15.1
lodestar_docker_image: chainsafe/lodestar:v1.16.0

lodestar_data_dir: /var/lib/lodestar

Expand Down
2 changes: 1 addition & 1 deletion defaults/main/nethermind.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
nethermind_docker_image: nethermind/nethermind:1.25.3
nethermind_docker_image: nethermind/nethermind:1.25.4
nethermind_data_dir: /var/lib/nethermind
nethermind_maxpeers: 50

Expand Down
4 changes: 2 additions & 2 deletions defaults/main/nimbus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
nimbus_docker_image_beacon: statusim/nimbus-eth2:amd64-v24.2.0
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v24.2.0
nimbus_docker_image_beacon: statusim/nimbus-eth2:amd64-v24.2.2
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v24.2.2

nimbus_data_dir: /var/lib/nimbus

Expand Down
4 changes: 2 additions & 2 deletions defaults/main/prysm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
prysm_docker_image_beacon: prysmaticlabs/prysm-beacon-chain:v4.2.1
prysm_docker_image_validator: prysmaticlabs/prysm-validator:v4.2.1
prysm_docker_image_beacon: prysmaticlabs/prysm-beacon-chain:v5.0.1
prysm_docker_image_validator: prysmaticlabs/prysm-validator:v5.0.1
prysm_data_dir: /var/lib/prysm

prysm_rpc_port: 4000
Expand Down
2 changes: 1 addition & 1 deletion defaults/main/teku.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
teku_docker_image: consensys/teku:24.1.1
teku_docker_image: consensys/teku:24.3.0

teku_java_opts: "-Xmx4g"
teku_data_dir: /var/lib/teku
Expand Down

0 comments on commit ad0ed81

Please sign in to comment.