diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bbc44..d86305d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Support IPv6 and multiple endpoints [#68](https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud/-/work_items/68) + * Check for IP routes to IMDS endpoints before trying them; retry if none are routable. Fixes race condition between `dhcpcd` starting and attempting to reach IMDS before routes are resolved.