Skip to content

v0.3.8

Latest

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 06 Aug 08:52
a3a237d

Summary

Recommended update for hoodi and mainnet operators. This release bumps the stack to its latest versions. Charon version has not changed. Includes a change on Teku VC's config that may improve performance on clusters running many keys.

Breaking changes

None. If you are already running v0.3.5 (or any recent version with ALERT_DISCORD_IDS= set), there are no additional action items beyond the normal update flow below.

To update to this version, please run the following commands:

# Stop the node
docker compose down
# Save your local .env / custom overrides
git stash
# Update your local copy of this repo
git pull
# Checkout this release
git checkout v0.3.8
# Re-apply your stashed changes
git stash apply
# Restart the node
docker compose up -d

What's Changed

Full Changelog: v0.3.7...v0.3.8