1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2026-06-21 00:07:16 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Jake Buchholz Göktürk
6bd78dcd45 Merge branch 'feature/multiple-imds-endpoints' into 'main'
support IPv6/multiple IMDS endpoints

Closes #68

See merge request alpine/cloud/tiny-cloud!155
2026-06-15 12:31:48 +00:00
Jake Buchholz Göktürk
9efc7c0bb1 changelog nit 2026-06-15 05:31:46 -07:00

View File

@ -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.