Skip to content

Commit

Permalink
Updated docker image version tags (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
karolpivo authored Feb 12, 2024
1 parent 34e98c7 commit f10f806
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.31.0] - 2024-02-11

### Changed

- Updated Nimbus from 24.1.1 to 24.2.0
- Updated Prysm from 4.2.0 to 4.2.1
- Updated Teku from 24.1.0 to 24.1.1
- Updated Erigon from 2.57.0 to 2.57.3
- Updated Nethermind from 1.25.1 to 1.25.3
- Updated Lodestar from 1.14.0 to 1.15.1
- Updated Lighthouse from 4.5.0 to 4.6.0
- Updated Geth from 1.13.10 to 1.13.12
- Updated Besu from 24.1.0 to 24.1.1

## [0.30.0] - 2024-01-20

### Changed
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.0
besu_docker_image: hyperledger/besu:24.1.1
# 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.0
erigon_docker_image: thorax/erigon:v2.57.3
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.10
geth_docker_image: ethereum/client-go:v1.13.12
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.5.0-modern
lighthouse_docker_image: sigp/lighthouse:v4.6.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.14.0
lodestar_docker_image: chainsafe/lodestar:v1.15.1

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.1
nethermind_docker_image: nethermind/nethermind:1.25.3
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.1.1
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v24.1.1
nimbus_docker_image_beacon: statusim/nimbus-eth2:amd64-v24.2.0
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v24.2.0

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.0
prysm_docker_image_validator: prysmaticlabs/prysm-validator:v4.2.0
prysm_docker_image_beacon: prysmaticlabs/prysm-beacon-chain:v4.2.1
prysm_docker_image_validator: prysmaticlabs/prysm-validator:v4.2.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.0
teku_docker_image: consensys/teku:24.1.1

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

0 comments on commit f10f806

Please sign in to comment.