Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-02-24 | 2.6 kB | |
v0.13.1 source code.tar.gz | 2024-02-24 | 54.6 MB | |
v0.13.1 source code.zip | 2024-02-24 | 56.8 MB | |
Totals: 3 Items | 111.4 MB | 0 |
TL;DR
Maintenance release before the anticipated breaking change of https://github.com/u-root/u-root/pull/2923.
-
[#2914] fixed a DHCP client forever hang introduced by [#2845] in cases where the link never comes up.
-
cmds/boot/{systemboot,fbnetboot,localboot}
have been moved tocmds/exp/{systemboot,fbnetboot,localboot}
as they are less maintained than the remaining boot commands incmds/boot
.
What's Changed
- Enable GOCOVERDIR test coverage on dhclient test by @hugelgupf in https://github.com/u-root/u-root/pull/2905
- Modify boot.OSImages by @hugelgupf in https://github.com/u-root/u-root/pull/2902
- Collect pxeboot coverage by @hugelgupf in https://github.com/u-root/u-root/pull/2910
- Update uio by @hugelgupf in https://github.com/u-root/u-root/pull/2909
- update golangci-lint by @binjip978 in https://github.com/u-root/u-root/pull/2908
- Swap ubinary.NativeEndian for binary.NativeEndian by @hugelgupf in https://github.com/u-root/u-root/pull/2913
- dhclient: actually time out on DAD & routing by @hugelgupf in https://github.com/u-root/u-root/pull/2914
- move golangci-lint to config file by @binjip978 in https://github.com/u-root/u-root/pull/2912
- fix ST1005 incorrectly formatted error string by @binjip978 in https://github.com/u-root/u-root/pull/2915
- pkg/boot/bzimage: type should have the same receiver name by @binjip978 in https://github.com/u-root/u-root/pull/2916
- tools/testramfs: simplify clone flags by @binjip978 in https://github.com/u-root/u-root/pull/2917
- An update to vmtest by @hugelgupf in https://github.com/u-root/u-root/pull/2918
- pkg/spidev: uintptr can't be negative by @binjip978 in https://github.com/u-root/u-root/pull/2919
- fix deferring close before checking error by @binjip978 in https://github.com/u-root/u-root/pull/2920
- fix Printf with dynamic first argument and no further arguments by @binjip978 in https://github.com/u-root/u-root/pull/2921
- cmds/exp/ectool: add explicit type to constants by @binjip978 in https://github.com/u-root/u-root/pull/2922
- Remove kr/pty dependency by @hugelgupf in https://github.com/u-root/u-root/pull/2925
- Update README.md for Go version 1.21 by @johnnylinwiwynn in https://github.com/u-root/u-root/pull/2927
- nit: update precompiled arch kernel image url by @leongross in https://github.com/u-root/u-root/pull/2930
- fix linter version by @binjip978 in https://github.com/u-root/u-root/pull/2931
- Move less-maintained boot commands by @hugelgupf in https://github.com/u-root/u-root/pull/2924
Full Changelog: https://github.com/u-root/u-root/compare/v0.13.0...v0.13.1