From d605df0d4253c92e3e58bbc8a4acc6261916592c Mon Sep 17 00:00:00 2001 From: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:59:35 +0400 Subject: [PATCH] Update client images to latest versions (#450) * feat: update images * docs: update changelog * feat: update nethermind to latest image * feat: update prysm image --- CHANGELOG.md | 1 + configs/client_images.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdb9bdc..4bd3ed7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/configs/client_images.yaml b/configs/client_images.yaml index 02de5d20..ea5b90aa 100644 --- a/configs/client_images.yaml +++ b/configs/client_images.yaml @@ -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 \ No newline at end of file + version: v1.9.3 \ No newline at end of file