diff --git a/CHANGELOG.md b/CHANGELOG.md index 824e50e..b0e9555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,14 @@ -### 1.10.1 / 2018-01-23 -* Ensure that `rsync` is not used once `fips` is enabled on the SUT - * If `fips` is enabled on the SUT, but not the running host, rsync - connections have a high likelihood of failing - -### 1.10.0 / 2018-01-03 +### 1.10.0 / 2018-01-23 * 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 5 * Fix support for passing the 'ALL' suite to run all suites * Updates per Rubocop +* Ensure that `rsync` is not used once `fips` is enabled on the SUT + * If `fips` is enabled on the SUT, but not the running host, rsync + connections have a high likelihood of failing + ### 1.9.0 / 2018-01-01 * 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 diff --git a/lib/simp/beaker_helpers/version.rb b/lib/simp/beaker_helpers/version.rb index 3ee7c5c..e3ff824 100644 --- a/lib/simp/beaker_helpers/version.rb +++ b/lib/simp/beaker_helpers/version.rb @@ -1,5 +1,5 @@ module Simp; end module Simp::BeakerHelpers - VERSION = '1.10.1' + VERSION = '1.10.0' end