Skip to content

Commit

Permalink
Updated docker image version tags (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
karolpivo authored Sep 27, 2023
1 parent 4c7b5c2 commit 569da4b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.23.0] - 2023-09-27

### Changed

- Updated Lodestar from 1.11.1 to 1.11.3
- Updated Nethermind from 1.20.3 to 1.20.4
- Updated Besu from 23.7.2 to 23.7.3
- Updated Lighthouse from 4.4.1 to 4.5.0
- Updated Nimbus from 23.9.0 to 23.9.1
- Updated Teku from 23.9.0 to 23.9.1

## [0.22.0] - 2023-09-18

### 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:23.7.2
besu_docker_image: hyperledger/besu:23.7.3
# 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/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lighthouse_docker_image: sigp/lighthouse:v4.4.1-modern
lighthouse_docker_image: sigp/lighthouse:v4.5.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.11.1
lodestar_docker_image: chainsafe/lodestar:v1.11.3

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.20.3
nethermind_docker_image: nethermind/nethermind:1.20.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-v23.9.0
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v23.9.0
nimbus_docker_image_beacon: statusim/nimbus-eth2:amd64-v23.9.1
nimbus_docker_image_validator: statusim/nimbus-validator-client:amd64-v23.9.1

nimbus_data_dir: /var/lib/nimbus

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:23.9.0
teku_docker_image: consensys/teku:23.9.1

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

0 comments on commit 569da4b

Please sign in to comment.