Releases: intel/goresctrl
v0.8.0
v0.7.0
This small release updates the dependencies and documentation.
What's Changed
- fix RootClassName in doc by @wpross in #123
- github: add top level default permissions to workflows by @marquiz in #124
- github: drop top level write permissions on workflows by @marquiz in #125
- github: update actions to newer versions by @marquiz in #126
- github: update setup-go action to v5 by @marquiz in #127
- github: add new scan-periodic workflow by @marquiz in #128
- rdt: clarify usage of raw bitmasks by @wpross in #129
- build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #130
New Contributors
Full Changelog: v0.6.0...v0.7.0
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
v0.5.0
This release updates dependencies and drops usage of deprecated library functions.
What's Changed
- Stop using io/ioutil package by @marquiz in #108
- github: bump golangci-lint to v1.54.0 by @marquiz in #109
- go.mod: update deps by @marquiz in #106
- Use golang builtin multierror by @marquiz in #107
- github: use ubuntu-22.04 runners for the CI workflow by @marquiz in #110
Full Changelog: v0.4.0...v0.5.0
v0.4.0
This release brings support for configuring the mount prefix for system directories, in addition to updating dependiencies.
What's Changed
- doc: rdt: fix markdown syntax by @mythi in #97
- go.mod: update dependencies by @marquiz in #99
- remove check minor must be 0 by @sergeimonakhov in #101
- Fix gofmt by @marquiz in #103
- go.mod: update dependencies by @marquiz in #104
- Support configurable mount prefix by @marquiz in #105
New Contributors
- @mythi made their first contribution in #97
- @sergeimonakhov made their first contribution in #101
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This release provides basic support for Intel® Speed Select Technology Base Frequency (SST-BF) and Core Power (SST-CP) as well as basic support for controlling CPU frequency limits through the cpufreq and uncore kernel drivers. In addition, the release contains multiple bug fixes to rdt support.
What's Changed
- rdt/test: consider monitor group creation failure a fatal event by @okartau in #76
- doc: add blockio configuration example by @askervin in #79
- make: Enable gofmt to write changes by @jukkar in #84
- Add support to disable/enable SST-BF by @jukkar in #77
- go.mod: update dependencies by @marquiz in #85
- rdt: add a sample application for the RDT API by @marquiz in #82
- rdt: fix default schemata by @marquiz in #89
- Add an API to change the CPU min/max freq by @jukkar in #90
- sysfs: fix setting of cpufreq attributes by @marquiz in #92
- rdt: handle empty config correctly by @marquiz in #91
- rdt: do not prune mon groups at init by @marquiz in #83
- go.mod: update golang.org/x/sys by @marquiz in #93
- utils: add functions for setting uncore frequency limits by @marquiz in #94
- Add support for SST-CP by @jukkar in #80
- Update to golang v1.18 by @marquiz in #96
- go.mod: update deps by @marquiz in #95
New Contributors
Full Changelog: v0.2.0...v0.3.0