-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better
assert_optional_dependency
(#272)
* Fixed: * Allow `assert_optional_dependency` to handle extended version strings (Alpha, Beta, RC, 1.2.3.4, etc...) * Allow `module_metadata::os_supported` to handle metadata where the version is not specified (all versions supported) * Fix windows tests * Changed: * Support all versions of known OSs * Facter 4 test updates * Windows Beaker SUTs bumped from 2012r2 to 2022 Standard Closes #271 Needs simp/rubygem-simp-rspec-puppet-facts#43 Co-authored-by: op-ct <[email protected]>
- Loading branch information
1 parent
71b9bd2
commit 56f0d53
Showing
24 changed files
with
193 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
* Thu Dec 16 2021 Chris Tessmer <[email protected]> - 4.10.3 | ||
* Fri Jun 24 2022 Trevor Vaughan <[email protected]> - 4.10.3 | ||
- Fixed | ||
- Allow `assert_optional_dependency` to handle extended version strings | ||
(Alpha, Beta, RC, 1.2.3.4, etc...) | ||
|
||
* Fri Jun 24 2022 Chris Tessmer <[email protected]> - 4.10.3 | ||
- Fixed | ||
- Permit root user to run `puppet lookup --compile` without borking passgen | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.