Releases: simp/rubygem-simp-beaker-helpers
Releases · simp/rubygem-simp-beaker-helpers
Release 1.10.3
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
* 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
- 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
* 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
- Ensure that all host IP addresses get added to the internally generated PKI
keys assubjectAltNames
.- Kubernetes needs this and it does not hurt to have in place for testing.
1.8.10 Release
* Fix bug in which dracut was not run on CentOS6, when dracut-fips was installed for a FIPS-enabled test.
1.8.9 Release
* 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
* Fix bad logic in copy_to, resulting in folders that should be files
1.8.7 Release
- Worked around issues in upstream InSpec output
- Fixed consistency with
rsync
,docker
, andscp
methods incopy_to
1.8.6 Release
Fix for issues in 1.8.4 and 1.8.5