Skip to content

Releases: simp/rubygem-simp-beaker-helpers

Release of 1.14.0

11 Apr 13:15
Compare
Choose a tag to compare
* 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

15 Nov 20:19
Compare
Choose a tag to compare
* Make the SSG reporting consistent with the InSpec reporting
  * Thanks to Liz Nemsick for the original result processing code

Release of 1.10.12

10 Jul 15:16
Compare
Choose a tag to compare
* Forced all parallelization to `false` by default due to random issues with
  Beaker

Release of 1.10.11

25 Jun 15:53
1.10.11
4fa91ff
Compare
Choose a tag to compare
  • Pin fog-openstack to 0.1.25

Release of 1.10.10

23 Jun 03:41
1.10.10
60e41a0
Compare
Choose a tag to compare

Synchronize GitHub and Gem releases

Release of 1.10.9

23 Jun 03:30
1.10.9
f3b6f35
Compare
Choose a tag to compare
  • 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

04 Jun 14:29
Compare
Choose a tag to compare
  • 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 using block_on. This speeds up test setup
    for tests that require multiple hosts.
  • Added runtime dependency on highline for the inspec reporting.

Release of 1.10.7

15 May 21:34
1.10.7
Compare
Choose a tag to compare
* 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

28 Apr 02:42
1.10.5
c8520f0
Compare
Choose a tag to compare
* Fixes to docker file copies
* Minor updates to Inspec and SSG tests

1.10.4: (SIMP-4420) Fix Inspec and SSG issues (#65)

26 Apr 16:38
Compare
Choose a tag to compare
* Fix Inspec report failures
* Fix SSG build failures
* Allow the SSG remediation acceptance test to fail