Releases: voxpupuli/onceover
Removed CRI workaround
This is now fixed in r10k and no longer needs to exist
Fixed handling of = in environment.conf and exclude new CRI
This means that environment.conf entries that contain an = in the value will now work. Also make the CRI dependency more specific as they have broken r10k.
Once r10k takes on this dependency or fixes r10k Issue 936 we can remove this dependency
New Factsets
As per #219 added Support for:
- RHEL 6.7 (from azure)
- RHEL 7.4 (from azure)
- Amazon Linux 2018.03
Performance improvements
Thanks to @GeoffWilliams for this one! Reduces time taken to generate a cache.
Fixed Bundler 2.x errors
Contains a fix for #212
Suppress ruby warnings
These were annoying the shit out of me. You can get them back though
Fixed bad ASCII bug
Added good formatting for parallel tests
Extends the changed made in v3.12.0 to parallel tests
Added better formatting
This adds much improved formatting. Improvements include:
- Much less verbose logging, hundreds of tests can now fit on one page
- Sexier progress
- Errors are summarised i.e. if a role fails with the same error three times, it will only be displayed once
- File paths are now relative and actually refer to the source file instead of the cached file
Fix exit code regression
This fixes a regression where the exit code was not captured from rspec and everything always passed
:/
This is now in automated testing so it won't happen again