v0.6.0
This release drops support for configuring the blkio cgroups v1 controller via sysfs. The goresctrl switched to strict yaml parsing of configuration files, failing on unknown fields which helps spotting inadvertent configuration mistakes because of typos, for example. The release also contains small fixes to the Intel SST support.
What's Changed
- sst: fixes to BF error handling by @marquiz in #111
- Improve github workflows by @marquiz in #112
- Fix integer conversions by @marquiz in #113
- Add security.md by @marquiz in #115
- Use strict yaml/json unmarshal for config files by @marquiz in #116
- rdt: use t.Run for running individual test cases by @marquiz in #117
- feat: add some doc by @Rouzip in #114
- Drop cgroupfs support by @marquiz in #118
- sst: add checks for nil pointer args by @marquiz in #119
- sst: add fuzz test for ClosSetup by @marquiz in #120
- github: enhance codeql action to generate pdf report by @marquiz in #121
New Contributors
Full Changelog: v0.5.0...v0.6.0