Skip to content

Releases: voxpupuli/onceover

Removed CRI workaround

04 Jun 11:44
Compare
Choose a tag to compare

This is now fixed in r10k and no longer needs to exist

Fixed handling of = in environment.conf and exclude new CRI

04 Jun 07:14
Compare
Choose a tag to compare

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

08 May 17:37
Compare
Choose a tag to compare

As per #219 added Support for:

  • RHEL 6.7 (from azure)
  • RHEL 7.4 (from azure)
  • Amazon Linux 2018.03

Performance improvements

09 Apr 06:58
Compare
Choose a tag to compare

Thanks to @GeoffWilliams for this one! Reduces time taken to generate a cache.

Fixed Bundler 2.x errors

03 Apr 09:11
Compare
Choose a tag to compare

Contains a fix for #212

Suppress ruby warnings

27 Mar 21:01
Compare
Choose a tag to compare

These were annoying the shit out of me. You can get them back though

Fixed bad ASCII bug

21 Mar 16:41
Compare
Choose a tag to compare

Added good formatting for parallel tests

17 Mar 16:52
Compare
Choose a tag to compare

Extends the changed made in v3.12.0 to parallel tests

Added better formatting

16 Mar 23:49
Compare
Choose a tag to compare

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

26 Feb 21:47
Compare
Choose a tag to compare

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