Skip to content

Commit

Permalink
Update Chrony Version (#285)
Browse files Browse the repository at this point in the history
* Allow `puppet/chrony` < `3.0.0`
* Allow `puppetlabs/stdlib` < `9.0.0`
* remove unnecessary require on deprecated library

Closes #284
  • Loading branch information
trevor-vaughan authored Jun 17, 2022
1 parent 3a6051b commit b9492a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Fri Jun 03 2022 Trevor Vaughan <[email protected]> - 4.16.4
- Allow `puppet/chrony` < `3.0.0`
- Allow `puppetlabs/stdlib` < `9.0.0`

* Fri May 13 2022 Trevor Vaughan <[email protected]> - 4.16.3
- Remove upstart as a dependency since it is not used on any of our supported
operating systems
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp",
"version": "4.16.3",
"version": "4.16.4",
"author": "SIMP Team",
"summary": "default profiles for core SIMP installations",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
},
{
"name": "puppet/chrony",
"version_requirement": ">= 1.0.0 < 2.0.0"
"version_requirement": ">= 1.0.0 < 3.0.0"
},
{
"name": "puppetlabs/concat",
Expand All @@ -37,7 +37,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.6.0 < 8.0.0"
"version_requirement": ">= 6.6.0 < 9.0.0"
},
{
"name": "saz/timezone",
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require 'simp/beaker_helpers'
include Simp::BeakerHelpers

require 'beaker/puppet_install_helper'
require 'beaker-windows'
include BeakerWindows::Path
include BeakerWindows::Powershell
Expand Down

0 comments on commit b9492a5

Please sign in to comment.