v0.11.0
What's Changed
- cmds/core/which: fix default usage by @binjip978 in #2515
- bump release to v0.10.0 by @MDr164 in #2516
- pkg/dhclient: Allow custom client v6 port by @birdperson-lives in #2518
- pkg/syscallfilter: remove test obsoleted by go 1.19 by @rminnich in #2519
- update golang version of project and testimages to 1.19 by @RiSKeD in #2510
- Add
-cmdlinetofbnetbootto override kernel cmdline args by @staticfloat in #2524 - cmds/core/shasum: work with multiple files by @binjip978 in #2525
- cmds/core/uniq: add ignore case flag by @binjip978 in #2520
- cmds/core/tail restructure for better test coverage by @binjip978 in #2526
- pkg/cpio: add utility function WriteRecordsAndDirs by @rminnich in #2532
- efivarfs: Fix fs_test.go to end with mutable file by @birdperson-lives in #2531
- cmds/core/tail: fix issue with multiple new lines by @binjip978 in #2533
- cmds/core/readlink: remove testutil by @binjip978 in #2534
- Rewrite cpio pkg tests as fuzzy tests by @RiSKeD in #2528
- fix unchecked errors in cmds/exp/netbootxyz & pkg/boot by @RiSKeD in #2539
- Fuzzing for grub related parsing by @RiSKeD in #2535
- cmds/core/ip: parse gateway IP instead of CIDR by @Lencerf in #2541
- pkg/boot/syslinux: fuzzing for syslinux configs by @RiSKeD in #2536
- oss-fuzz integration prep: add dictionaries & .options to improve fuz… by @RiSKeD in #2543
- pkg/pty/pty_test:Skip test if /dev/tty does not exist by @Lencerf in #2548
- add loong64 for ubinary by @zhangwenlong8911 in #2545
- termios: Support FreeBSD by @patmaddox in #2544
- Fix broken link by @leongross in #2546
- Fix broken CRC32 checks for signed bzimage files. by @abrender in #2547
- libinit: Implement ErrNoModulesFound by @Foxboron in #2501
- CI: replace golint with revive and run ineffassign in subdirectories by @RiSKeD in #2530
- cmds/core/cat: don't pass cmdline args as a [FILE] by @binjip978 in #2552
- Add missing syscall import in Darwin by @patmaddox in #2553
- Fix error checking fbnetboot/main.go by @abrender in #2556
- Improvement: Make gosh work by @ChriMarMe in #2554
- [fbnetboot] Fix error in retry logic. by @abrender in #2557
- [fbnetboot] Change type assertion to errors.As by @abrender in #2558
- pkg/dt: Move kernel-independent parts of parsing to fdt.go by @rminnich in #2560
- cmds/exp/gosh: fuzzing of gosh cmd by @RiSKeD in #2555
- pkg/dt: create idiomatic New(), minimize Linux special-ness by @rminnich in #2561
- [oss-fuzz integration]: misc fixes in fuzzing tests by @RiSKeD in #2562
- cmds/core/tee add test coverage by @binjip978 in #2542
- Tamago ci by @rminnich in #2564
- esxi, ipxe & smbios pkg: additional fuzzing tests by @RiSKeD in #2565
- cmds/core/wget: remove testutil by @binjip978 in #2540
- gotest: run benchmarks in VMs by @hugelgupf in #2581
- Remove old busybox by @hugelgupf in #2584
- Small independent fixes of #2583 by @hugelgupf in #2586
- binary builder: basic test by @hugelgupf in #2587
- Support Go package paths & GBB_PATH by @hugelgupf in #2588
- Actually compile Go VM tests; halve CircleCI test time by @hugelgupf in #2589
- pkg/termios: add openbsd support by @bradfitz in #2593
- cmds/core/tr: increase coverage and remove testutil by @binjip978 in #2585
- Move gosh to cmds/core by @jensdrenhaus in #2598
- pkg/termios: fix darwin regression from previous commit, add tests by @bradfitz in #2594
- Add debugfs to libinit by @ericvh in #2596
- Add ttyhvc0 to libinit by @ericvh in #2597
- Forthcleanup -- fix up code, tests, etc. by @rminnich in #2601
- cifuzz: do not report non-reproducible crashes by @RiSKeD in #2600
- cmds/core/cat: handle "-" to comply with POSIX by @binjip978 in #2567
- Fix follow mode in tail by @ericvh in #2595
- [mktemp] Remove hard coded /tmp in mktemp_test.go by @abrender in #2563
- cmds/core/ip: fix arg parsing by @Lencerf in #2605
- Tinygoize by @rminnich in #2604
- bump to v-1.11.0 by @rminnich in #2608
New Contributors
- @birdperson-lives made their first contribution in #2518
- @staticfloat made their first contribution in #2524
- @zhangwenlong8911 made their first contribution in #2545
- @patmaddox made their first contribution in #2544
- @leongross made their first contribution in #2546
- @bradfitz made their first contribution in #2593
- @ericvh made their first contribution in #2596
Full Changelog: v0.10.0...v0.11.0