Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions website/docs/About/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,25 @@ instead.
> On 6/21/2025, Eth Docker's repository name changed. Everything should work as it did.
> If you do wish to manually update your local reference, run `git remote set-url origin https://github.com/ethstaker/eth-docker.git`

## v2.18.0.3 2025-11-13
## v2.18.0.4 2025-11-13

*This is an optional release*

> `v2.18.0.3` broke `./ethd update`. That release has been retracted.

Changes
- Disable Prysm's beacon DB pruning, until Prysm fixes a bug related to it
- Prompt for `runc` update on Ubuntu; note vulnerable `runc` versions on Debian
- Change the default Hoodi checkpoint sync to `https://hoodi.checkpoint.sigp.io`
- Change the default Traefik tag to `3.6`. Traefik `3.6.1` is the first to work with Docker `29.0.0` and later
- Major style refactor and improved CI

Bug fixes
- Fix a bug keeping `./ethd` from running on macOS
- Fix a bug keeping `./ethd` from running on macOS. macOS now requires `gawk`: `brew install coreutils newt bash gawk`
- Introduce a `*-builder` service to avoid building the same image multiple times
- Compose V1 detection works again
- `./ethd prune-history` works when using Ethrex - but still does nothing ;)
- Fix `./ethd update` failure, introduced with style refactor in `v2.18.0.3`

## v2.18.0.2 2025-11-09

Expand Down
2 changes: 1 addition & 1 deletion website/docs/Usage/Prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ you use macOS to connect *to* a node server, all you need is an SSH client.
- As an alternative to Orbstack, you could install [Docker Desktop](https://www.docker.com/products/docker-desktop) and
allocate 16+ GiB of RAM and 3TB or so of storage space to it, in Preferences->Resources->Advanced. Unlike OrbStack,
Docker Desktop does not dynamically allocate memory and disk space, and it can be temperamental depending on release.
- Install prerequisites via homebrew: `brew install coreutils newt bash`
- Install prerequisites via homebrew: `brew install coreutils newt bash gawk`
- You may need to log out and back into your terminal session to have the right version of bash. Try `bash --version`
and verify it's 5.x or higher.
- Verify git is installed with `git --version`. It will show a Desktop prompt to install it if it isn't.
Expand Down