Skip to content

release-0.9

Compare
Choose a tag to compare
@skx skx released this 21 Mar 11:29
· 123 commits to master since this release

This release includes a couple of small fixups:

  • The project contains a Dockerfile for simpler installation under docker.
  • Reports which contain no changes can be pruned, via
    • puppet-summary prune -unchanged [-days 7]
    • Records of runs are still kept, but the report files are removed from disc and the UI doesn't contain links to the missing report.
  • To ease running in a container a new flag -auto-prune has been added to the serve command.
    • Running "puppet-summary serve -auto-prune [flags]" will prune/reap reports older than 7 days, once per week, without the need to add a cronjob.