Skip to content

Commit 5b2074f

Browse files
authored
Changelog for v2.18.0.4 (#529)
1 parent 9dd0317 commit 5b2074f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

website/docs/About/Changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,25 @@ instead.
1616
> On 6/21/2025, Eth Docker's repository name changed. Everything should work as it did.
1717
> If you do wish to manually update your local reference, run `git remote set-url origin https://github.com/ethstaker/eth-docker.git`
1818
19-
## v2.18.0.3 2025-11-13
19+
## v2.18.0.4 2025-11-13
2020

2121
*This is an optional release*
2222

23+
> `v2.18.0.3` broke `./ethd update`. That release has been retracted.
24+
2325
Changes
2426
- Disable Prysm's beacon DB pruning, until Prysm fixes a bug related to it
2527
- Prompt for `runc` update on Ubuntu; note vulnerable `runc` versions on Debian
2628
- Change the default Hoodi checkpoint sync to `https://hoodi.checkpoint.sigp.io`
29+
- Change the default Traefik tag to `3.6`. Traefik `3.6.1` is the first to work with Docker `29.0.0` and later
30+
- Major style refactor and improved CI
2731

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

3439
## v2.18.0.2 2025-11-09
3540

website/docs/Usage/Prerequisites.md

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

0 commit comments

Comments
 (0)