Skip to content

1.3.0

Compare
Choose a tag to compare
@dalen dalen released this 12 Sep 15:12
· 1207 commits to master since this release

This release adds support for PuppetDB 2.2, but also drops support for previous PuppetDB releases (once the v4 API stabilizes it will be easier to keep compatibility).

The major new feature is support for structured facts, for example you can search for system_uptime.days>100 if you are using Facter 2.2.

You can now also subquery the node fields using the #node syntax, for example #node.catalog-environment=production

To query for nodes matching timestamps you can use an @ sign in front of a string to have it parsed by timespec instead of typing a ISO timestamp by hand. For example: #node.report-timestamp<@"now - 2 hours"

It also has support for customisable panels in the dashboard, define your own queries and show how many nodes are matching.