Releases: simp/rubygem-simp-beaker-helpers
Releases · simp/rubygem-simp-beaker-helpers
Release of 1.14.0
* Added function, install_simp_repo, to install the simp online repos. The repos are defined in a hash in the function. All the repos will be configured and enabled. To disable one or more of them pass in an array of names of the repos to disable.
Release of 1.13.0
* Make the SSG reporting consistent with the InSpec reporting * Thanks to Liz Nemsick for the original result processing code
Release of 1.10.12
* Forced all parallelization to `false` by default due to random issues with Beaker
Release of 1.10.11
- Pin fog-openstack to
0.1.25
Release of 1.10.10
Synchronize GitHub and Gem releases
Release of 1.10.9
- Pin to the latest SSG tag by default due to failing builds on the default branch
- Pin fog-openstack to 0.1.25 for Ruby < 2.2 due to dropped support
Release of 1.10.8
- Added a new environment variable, BEAKER_no_fix_interfaces, which
when set, skips the fix that restarts all virtual host interfaces. - Parallelized pre-test setup actions that are used across all
virtual hosts, by usingblock_on
. This speeds up test setup
for tests that require multiple hosts. - Added runtime dependency on
highline
for theinspec
reporting.
Release of 1.10.7
* Updated README * Changed acceptance tests to use `beaker:suites` * Removed all Puppet 5+ mappings and updated the install method to figure out what to use based on the available gems so that everything is now consistent * Fix version handling and add unit tests
Release of 1.10.5
* Fixes to docker file copies * Minor updates to Inspec and SSG tests
1.10.4: (SIMP-4420) Fix Inspec and SSG issues (#65)
* Fix Inspec report failures * Fix SSG build failures * Allow the SSG remediation acceptance test to fail