Releases: redhat-cip/hardware
Releases · redhat-cip/hardware
AUXV support and code cleanups
What's Changed
- Cosmetic change to adapt to new pep8 style by @elfosardo in #99
- Cleaning test_detect by @elfosardo in #95
- [Bugzilla 1729237] Fix benchmark output for disks by @elfosardo in #98
- smart support for nvme devices by @elfosardo in #94
- Add auxv detection by @mrda in #101
- Remove unused files under hardware/cardiff/VM. by @amoralej in #102
- Improve resiliency to failure by @mrda in #105
- Enforce 80 columns line length by @elfosardo in #103
- Use string format instead of concatenation by @elfosardo in #106
- Fix error mem benchmark with Python 3 by @elfosardo in #108
New Contributors
Full Changelog: 0.21.1...0.22.0
Bug fixes release
What's Changed
- Split lscpu output on first colon occurrence only by @elfosardo in #93
- Bugzilla 1728042: Hardware-detect fails with UnicodeDecodeError by @sabedevops in #97
- Call dmesg inside its parsing function by @elfosardo in #96
New Contributors
- @sabedevops made their first contribution in #97
Full Changelog: 0.21.0...0.21.1
Add nvme detection support and refactor code
What's Changed
- fix travis config for python 3.7 by using xenial by @fredericlepied in #86
- Move smart utils to its own module by @elfosardo in #85
- Use pure argparse by @elfosardo in #89
- Fix error cpu benchmark with Python 3.x by @elfosardo in #88
- Basic support for nvme devices by @elfosardo in #91
Full Changelog: 0.20.1...0.21.0
Bugfix for CPU detection on ppc64le
What's Changed
- Adding license information to requirements by @elfosardo in #64
- Handle Architecture CPU information. by @tbreeds in #81
Full Changelog: 0.20.0...0.20.1
0.20.0: Merge pull request #79 from mbaldessari/fix-l3-cache
Make the cache info collection more robust