Releases: bolterrific/puppet-github_inventory
Releases · bolterrific/puppet-github_inventory
0.4.2
0.4.1
0.4.0
Added
- New example plan
github_inventory::update_forked_mirrors
, which keeps a forked repos' default branch & tags synced to its parent repo github_inventory::latest_semver_tags
results now include associated release data for each tag (if present)
Changed
- Puppet modules use the latest forge-based
puppet-debug
module instead of an old github ref
0.3.0
Added
- New parameter
accept_header
in inventory plugin - New parameters
collision_strategy
,clone_protocol
,return_result
in
example plangithub_inventory::clone_git_repos
- New parameters
display_result
andreturn_result
in the example plan
github_inventory::latest_semver_tags
Fixed
- Fixed misnamed variable in example plan
github_inventory::clone_git_repos
0.2.1
0.2.0
Added
- New example plan, github_inventory::git_clone, which clones repo Targets
into a local directory.
Changed
- Renamed Target fact name to _name to prevent Bolt apply() Puppet
compiles from failing with Cannot reassign variable '$name' errors
Fixed
- Fixed syntax and logic bugs in example plan github_inventory::count