Releases: drrb/puppet-library
Releases · drrb/puppet-library
Version 0.17.0
Version 0.16.0
- Fix dependency problems across multiple forges (#8)
Version 0.15.0
- Use
metadata.json
in place ofModulefile
if it exists (andModulefile
doesn't exist) - Ignore corrupt module files on disk
- Added logging for when module files can't be read from disk
- Recurse into module directories when serving modules from disk
Version 0.14.0
Botched release. Re-released as v0.15.0.
Version 0.13.0
- Fixed "Invalid gemspec" error (#5)
Version 0.12.0
- Load web UI asynchronously to improve performance
- Updated API documentation
Version 0.11.0
- Added support for nontrivial tag names as version numbers when proxying Git repositories (e.g. tags named "v1.0.1")
- Added REST API to clear forge caches
- Git repositories are cached at startup for better performance and reliability
- Ensured temp directories are cleaned up more reliably
- Improved logging
- Improved Ruby config API for Rack/Passenger/embedded use
- Fixed issue with "Too many open files" caused by Git repo forges on Ruby 1.8
- Fixed issue Git repo forges with tags without Modulefiles
- Fixed issue Git repo forges with no description in Modulefile
Version 0.10.0
- Added new Git repo forge that serves modules from Git repositories, using tags for version numbers!
- Fixed imports to enable easier embedding of Puppet Library
Version 0.9.1
- Fixed source forge bug that generated metadata incorrectly
Version 0.9.0
- Added new source forge that serves modules from directories on disk