Skip to content

Releases: simp/rubygem-simp-beaker-helpers

Release 1.10.3

23 Mar 22:01
1.10.3
Compare
Choose a tag to compare
Work around an issue with Puppet 5.5 when printing stderr.

Ref: https://tickets.puppetlabs.com/browse/PUP-8566

1.10.2: (SIMP-4511) Manage ssh_config using augeasproviders_ssh

19 Mar 18:34
Compare
Choose a tag to compare
* Reimplemented `pluginsync_on` with a Puppet manifest to completely mimic
  a native pluginsync
  - Syncs _all_ assets (e.g., augeas lenses) instead of just the facts
  - Simpler
  - Much faster, especially with many modules or SUTs

1.10.1 Release

19 Feb 22:56
Compare
Choose a tag to compare
  • Updated the Puppet version mapping list for Puppet 5
  • Fixed a bug in the way that the latest Puppet 5 version was being determined

1.10.0 Release

24 Jan 19:05
1.10.0
dd99245
Compare
Choose a tag to compare
* Ensure that connections to FIPS-enabled targets use `scp` instead of
  `rsync` due to non-FIPS-enabled run server incompatibilities.

* Add support for Puppet 5
  * Note: you need to set 'puppet_collection' to 'puppet5' to test
    Puppet 5 and 'aio' (or leave it out) to test Puppet less than

* Fix support for `rake beaker:suites['ALL']` to run all suites

1.9.0 Release

02 Jan 16:12
fa7ad73
Compare
Choose a tag to compare
  • Ensure that all host IP addresses get added to the internally generated PKI
    keys as subjectAltNames.
    • Kubernetes needs this and it does not hurt to have in place for testing.

1.8.10 Release

02 Nov 19:20
Compare
Choose a tag to compare
* Fix bug in which dracut was not run on CentOS6, when dracut-fips was
  installed for a FIPS-enabled test.

1.8.9 Release

30 Oct 20:47
Compare
Choose a tag to compare
* The 'opts' hash appears to be carried globally between all hosts so
  any change to an underlying component will probably cause errors later
  down the line

* Also now check to ensure that rsync is installed on the remote sysetm
  prior to trying to rsync to the system

1.8.8 Release

02 Oct 21:56
Compare
Choose a tag to compare
* Fix bad logic in copy_to, resulting in folders that should be files

1.8.7 Release

01 Oct 20:25
Compare
Choose a tag to compare
  • Worked around issues in upstream InSpec output
  • Fixed consistency with rsync, docker, and scp methods in copy_to

1.8.6 Release

26 Sep 16:08
Compare
Choose a tag to compare

Fix for issues in 1.8.4 and 1.8.5