Skip to content

Commit

Permalink
Update client images to latest versions (#450)
Browse files Browse the repository at this point in the history
* feat: update images

* docs: update changelog

* feat: update nethermind to latest image

* feat: update prysm image
  • Loading branch information
stdevMac authored Oct 17, 2024
1 parent 58c2cc5 commit d605df0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update documentation versions and dependencies.
- Update Lido Mainnet Vetted Relays List.
- Remove the need of users cloning the repository to run `make generate` and `make compile`, rolling back to only `make compile`
- Update client images.

### Fixed
- Teku and Lighthouse import keys container error on Windows.
Expand Down
22 changes: 11 additions & 11 deletions configs/client_images.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
execution:
geth:
name: ethereum/client-go
version: v1.14.8
version: v1.14.11
besu:
name: hyperledger/besu
version: 24.8.0
version: 24.9.1
nethermind:
name: nethermind/nethermind
version: 1.28.0
version: 1.29.1
erigon:
name: thorax/erigon
version: v2.60.6
version: v2.60.8
consensus:
lighthouse:
name: sigp/lighthouse
version: v5.3.0
lodestar:
name: chainsafe/lodestar
version: v1.21.0
version: v1.22.0
teku:
name: consensys/teku
version: 24.8.0
version: 24.10.1
prysm:
name: gcr.io/prysmaticlabs/prysm/beacon-chain
version: v5.1.0
version: v5.1.2
validator:
lighthouse:
name: sigp/lighthouse
version: v5.3.0
lodestar:
name: chainsafe/lodestar
version: v1.21.0
version: v1.22.0
teku:
name: consensys/teku
version: 24.8.0
version: 24.10.1
prysm:
name: gcr.io/prysmaticlabs/prysm/validator
version: v5.1.0
version: v5.1.2
optimism:
optimism:
name: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node
version: v1.9.1
version: v1.9.3

0 comments on commit d605df0

Please sign in to comment.