Skip to content

Commit

Permalink
Fix Version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-vaughan authored Jan 24, 2018
1 parent 524e300 commit dd99245
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/simp/beaker_helpers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Simp; end

module Simp::BeakerHelpers
VERSION = '1.10.1'
VERSION = '1.10.0'
end

0 comments on commit dd99245

Please sign in to comment.