Releases: voxpupuli/puppetboard
Releases · voxpupuli/puppetboard
v4.0.3
- Make facts with integer values which are strings internally findable. (#706)
Thanks to Stephen Ryan who contributed to this release!
v4.0.2
- Make the app work when installed from the git repo, f.e. using the puppet-puppetboard module. (#704).
v4.0.1
- 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
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
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
v3.6.0
- 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
v3.5.0
- 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
(The same as v.3.5.0.)