Skip to content

Releases: skx/puppet-summary

release-1.11

01 Aug 05:28
@skx skx
Compare
Choose a tag to compare

release-1.11

This release features a couple of minor changes, kindly contributed by other developers:

  • Allow sorting of nodes by Seen column in Orphaned view
  • improve db query performance

No other changes compared to previous releases, other than an update to dependencies and a minor linting fixup detected by a newer release of staticcheck

release-1.10

20 Jan 18:44
@skx skx
da9bd0f
Compare
Choose a tag to compare

release-1.10

This release updates the search-results page, to allow sorting any/all results which are returned.

Reported in #79, and resolved in #80.

This is probably the last release I'll make for the foreseeable future; I no longer have a working puppet-environment to develop and test-against. Without more contributions this will become an archived repository - and that's OK, it does the job, there are no significant failings.

release-1.9

19 Aug 14:58
@skx skx
Compare
Choose a tag to compare

release-1.9

This release overhauls how the handling of static-resources are implemented, and as a minor bug-fix includes the font-files which bootstrap expects to use.

Reported in #76, and resolved in #77.

release-1.8

22 May 08:35
@skx skx
af0fd3f
Compare
Choose a tag to compare

release-1.8

This release contains a couple of smaller fixes to the environment-support which was introduced in the previous release as reported in #72. The artificial cap of 50 reports per-node was removed, as reported in #74.

Thanks to @corporate-gadfly for the bug-reports, and @plazonic for their work in updating the environment support.

release-1-7

20 Apr 08:34
@skx skx
238ea7f
Compare
Choose a tag to compare

release-1-7

This release contains support for Puppet Environments, via a drop-down at the top of the UI.

  • Reported as a wishlist, a long time ago, in #54.
  • Contributed by @plazonic as #71

release-1.6

15 Feb 10:30
@skx skx
9eb306d
Compare
Choose a tag to compare

release-1.6

This release is being made primarily to serve resources from within the binary, and to work behing a custom path:

  • We also support being served from a custom prefix, as per #60
  • Don't depend upon external resources #67
    • Fixed in #68.

There were some linter/CI changes but they were relatively minor.

release-1.5

24 Feb 16:19
@skx skx
Compare
Choose a tag to compare

This release is being made solely to transition the testing and release process from TravisCI to github actions:

release-1.4

17 Feb 10:01
@skx skx
66e79b7
Compare
Choose a tag to compare

This release contains a single bugfix, which was contributed by @attilasol, to resolve a problem reaping old entries.

  • Pruning/auto-pruning not working due to locked database - #55.

release-1.3.1

08 Dec 09:43
@skx skx
Compare
Choose a tag to compare

This release is a bugfix-release which corrects the handling of sorting of the summary-views by date/time.

We'd previously been trying to sort dates, literally. Now we include the seconds-past-epoch as the sort-key for date/time fields, which means they sort correctly.

release-1.3

07 Dec 20:09
@skx skx
Compare
Choose a tag to compare

This release adds the ability to sort the columns in our various tables, as presented in the main tabs of the web-based user-interface.

This was, quickly, implemented via a user-suggestion in #53.