1.3 KiB
1.3 KiB
2-10-12-08 Release 0.6.1
- Improve parsing of package versions with respect to PMS v7 spec
2019-05-10 Release 0.6.0
- Adds
cleanuptask - Convert module to using PDK
2018-10-14 Release 0.5.0
- Update package install error handling for compatbility with puppet 6
- Add support for
pre_prepackage versions - Update build-time gems
2017-03-13 Release 0.4.0
- Replace operatingsystem.rb native fact with executable fact to workaround https://tickets.puppetlabs.com/browse/FACT-1528 (ace13)
2016-10-16 Release 0.3.0
- Add
entropy_repotype to enable/disable repositories - Add
entropy_reposfact
2016-10-13 Release 0.2.0
- Add
localefact - Remove obsolete
has_entropyfact - Improve
entropypackage provider to set locale envvar directly and not shell out to a distributed script to set locale.
2016-10-13 Release 0.1.2
- Improved package regexes for valdiation and parsing (now following the Gentoo EAPI6 PMS document to ensure correctness)
- Removed validation for required parameters in
entropy_*types
2016-10-13 Release 0.1.0
- Added support for additional types:
entropy_splitdebugentropy_splitdebug_maskentropy_keywords
- Added spec tests for most types and providers
2016-10-10 Release 0.0.2
- First forge release