- Issue #250 Fix error when module has no dependencies in
metadata.json
- Issue #246 Do not fail if modules have no
Modulefile
normetadata.json
- Version in dependencies with
metadata.json
is ignored
- If no Puppetfile is present default to use the
metadata.json
orModulefile
- Issue #235 Error when forge is not defined in
Puppetfile
- Issue #243 Warn if
Modulefile
doesn't contain a version
- Implement
metadata
syntax forPuppetfile
- Issue #220 Add support for metadata.json
- Issue #242 Get organization from name correctly if name has multiple dashes
- Issue #237 Issue #238 Unable to use a custom v3 forge: add flags
--use-v1-api
and--no-use-v1-api
- Issue #239 GitHub tarball: add access_token correctly to url's which are already having query parameters
- Issue #234 Use organization-module instead of organization/module by default
- Issue #231 Only use the
GITHUB_API_TOKEN
if it's not empty - Issue #233 Fix version regex to match e.g. 1.99.15
- Can't pass the Puppet Forge v1 api url to clients using v3 (3.6.0+ and PE 3.2.0+)
- Issue #227 Fix Librarian::Puppet::VERSION undefined
- Issue #210 Use forgeapi.puppetlabs.com and API v3
- Accesing the v3 API requires Ruby 1.9 due to the puppet_forge library used
- Issue #250 Fix error when module has no dependencies in
metadata.json
- Issue #246 Do not fail if modules have no
Modulefile
normetadata.json
- Version in dependencies with
metadata.json
is ignored
- If no Puppetfile is present default to use the
metadata.json
orModulefile
- Issue #235 Error when forge is not defined in
Puppetfile
- Issue #243 Warn if
Modulefile
doesn't contain a version
- Implement
metadata
syntax forPuppetfile
- Issue #220 Add support for metadata.json
- Issue #242 Get organization from name correctly if name has multiple dashes
- Issue #237Issue #238 Unable to use a custom v3 forge: add flags
--use-v1-api
and--no-use-v1-api
- Issue #239 GitHub tarball: add access_token correctly to url's which are already having query parameters
- Issue #234 Use organization-module instead of organization/module by default
- Issue #231 Only use the
GITHUB_API_TOKEN
if it's not empty - Issue #233 Fix version regex to match e.g. 1.99.15
- Can't pass the Puppet Forge v1 api url to clients using v3 (3.6.0+ and PE 3.2.0+)
- Issue #223
Cannot bounce Puppetfile.lock!
error when Forge modules contain duplicated dependencies
- Issue #211 Pass the PuppetLabs Forge API v3 endpoint to
puppet module
when running on Puppet >= 3.6.0 - Issue #198 Reduce the length of tmp dirs to avoid issues in windows
- Issue #206 githubtarball call for released versions does not consider pagination
- Issue #204 Fix regex to detect Forge API v3 url
- Issue #199 undefined method run! packaging a git source
- Verify SSL certificates in github calls
- Issue #190 Pass the PuppetLabs Forge API v3 endpoint to
puppet module
when running on Puppet Enterprise >= 3.2 - Issue #196 Fix error in error handling when puppet is not installed
- Remove deprecation warning for github_tarball sources, some people are actually using it
- Issue #193 Support Puppet 3.5.0
- Issue #181 Should use qualified module names for resolution to work correctly
- Deprecate github_tarball sources
- Reduce number of API calls for github_tarball sources
- Issue #187 Fixed parallel installation issues
- Issue #185 Sanitize the gem/bundler environment before spawning (ruby 1.9+)
- Issue #182 Sanitize the environment before spawning (ruby 1.9+)
- Issue #184 Support transitive dependencies in modules using :path
- Git dependencies using modulefile syntax make librarian-puppet fail
- Issue #108 Don't fail on malformed Modulefile from a git dependency
- Issue #176 Upgrade to librarian 0.1.2
- Issue #179 Need to install extra gems just in case we are in ruby 1.8
- Issue #178 Print a meaningful message if puppet gem can't be loaded for :git sources
- Remove extra dependencies from gem added when 0.9.11 was released under ruby 1.8
- Add modulefile dsl to reuse Modulefile dependencies
- Consider Puppetfile-dependencies recursively in git-source
- Support changing tmp, cache and scratch paths
- librarian-puppet package causes an infinite loop
- Show a message if no versions are found for a module
- Make download of tarballs more robust
- Require open3_backport in ruby 1.8 and install if not present
- Git dependencies in both Puppetfile and Modulefile cause a Cannot bounce Puppetfile.lock! error
- Better sort of github tarball versions when there are mixed tags starting with and without 'v'
- Fix error if a git module has a dependency without version
- Fix git dependency with :path attribute
- Cleaner output when no Puppetfile found
- Reduce the number of API calls to the Forge
- Don't sort versions as strings. Rely on the forge returning them ordered
- Pass --module_repository to
puppet module install
to install from other forges - Cache forge responses and print an error if returns an invalid response
- Add a User-Agent header to all requests to the GitHub API
- Convert puppet version requirements to rubygems, pessimistic and ranges
- Use librarian gem
- Catch GitHub API rate limit exceeded
- Make Librarian::Manifest Semver 2.0.0 compatible
- Proper error message when a module that is sourced from the forge does not exist.
- Added support for annotated tags as git references.
librarian-puppet init
adds.tmp/
to gitignore instead oftmp/
.- Fixed syntax error in the template Puppetfile created by
librarian-puppet init
. - Checks for
lib/puppet
as well asmanifests/
when checking if the git repository is a valid module. - When a user specifies
<foo>/<bar>
as the name of a module sources from a git repository, assume the module name is actually<bar>
. - Fixed gem description and summary in gemspec.
- Initial release