Skip to content

Releases: voxpupuli/puppetboard

v4.0.3

28 Jul 17:03
Compare
Choose a tag to compare
  • Make facts with integer values which are strings internally findable. (#706)

Thanks to Stephen Ryan who contributed to this release!

v4.0.2

16 Jul 09:53
Compare
Choose a tag to compare

v4.0.1

07 Jul 13:26
Compare
Choose a tag to compare
  • Fix the Docker image - make the app start again. (#701).
  • Remove border-radius from the top menu to make it appear more clearly anchored to the page. (#699)

Thanks to Marcel Deglau who contributed to this release!

v4.0.0

07 Jul 07:23
Compare
Choose a tag to compare

This is mostly a maintenance release.

The major version is bumped because of:

  • dropped support for PuppetDBs < 5.2.0 (Puppet 4 has reached its end-of-life in October 2018),
  • dropped support for Python 3.6 (end-of-life in December 2021).

There might be some performance improvements thanks to the upgrade of the core dependencies - Flask, Jinja2, Werkzeug etc.

Additional improvements:

  • Set custom user-agent header that will make troubleshooting easier.

v4.0.0b1

27 Jun 10:39
Compare
Choose a tag to compare
v4.0.0b1 Pre-release
Pre-release

This is a maintenance release. The major version is bumped because of dropped support for PuppetDBs < 5.2.13 (because of lack of Metrics v2) and Python 3.6 (which had its EOL in December 2021).

  • Set custom user-agent header that will make troubleshooting easier.

(Note: version 4.0.0a1 was not working, it had missing dependencies.)

v3.6.1

12 Jun 12:34
Compare
Choose a tag to compare
  • Stop modifying the query response for showing as JSON (fixes #695, PR #696).

v3.6.0

08 Jun 07:17
Compare
Choose a tag to compare
  • Show user-friendly error message when there's a problem with connecting to the PuppetDB and just zeros instead of HTTP 404 when the PuppetDB is just yet empty (PR #692),
  • Add a healthcheck to the Docker image (PR #690),
  • Fix Failures view when there are no logs (PR #693).

Thanks to the following contributors of this release: @ArthurWuTW, @jcpunk, @carlosduelo.

v3.5.1

30 May 20:37
Compare
Choose a tag to compare
  • Fixed friendly error message toggle (when there is no env in the URL) (#688).

v3.5.0

27 May 15:46
Compare
Choose a tag to compare
  • Report view improvements:
    • show Logs before Events as they are more useful,
    • show different, arguably more useful columns in Logs by default,
    • allow showing messages in a "friendly" mode (like in Failures view),
    • make Logs and Events filterable,
    • don't force column sizes for a better, automatic content layout,
    • use fixed-width font where it makes more sense,
  • Fix mixed up normal and OFFLINE_MODE for Query view.

v3.5.0rc1

15 May 19:52
Compare
Choose a tag to compare
v3.5.0rc1 Pre-release
Pre-release

(The same as v.3.5.0.)