Releases: voxpupuli/puppetboard
Releases · voxpupuli/puppetboard
v3.2.0
v3.2.0.rc1
v3.1.0
- Improve facts columns balancing (#618)
- Allow to toggle checkboxes by clicking their label (#617)
- Add support for Python 3.9 (#619)
- pypuppetdb: raise version requirement >=2.4.0.rc1 because we need it for Python 3.9 support
(No changes since v3.1.0 RC1 except making this release final.)
(The post-releases of v3.1.0 have been created to push the new Docker image with the application, with all the appropriate tags).
v3.1.0.rc1
- Improve facts columns balancing (#618)
- Allow to toggle checkboxes by clicking their label (#617)
- Add support for Python 3.9 (#619)
- pypuppetdb: raise version requirement >=2.4.0.rc1 because we need it for Python 3.9 support
This is a pre-release because of the big amount of changes in the new version of pyppetdb introduced in voxpupuli/pypuppetdb#201 that require more testing before a final release. Please test this version of Puppetboard, especially on your test environments and share the feedback!
v3.0.0
This is a bugfix and maintenance release. The major version is bumped because of the Python 3.5 support drop.
(The post releases of 3.0.0 have been made only to update the README shown in PyPI.)
Features:
Bugfixes:
- Fix noop class in _macros.html (#588)
- Fix listing nodes with boolean fact values (#583)
- Fix auto-resize in radiator view (#605)
- Fix issue with no render when facts are empty (#607)
Other:
v2.2.0
v2.1.2
- Puppet DB 5.2.13 requires v2 metrics
v2.1.1
v2.1.0
- Fixed Puppetboard's usage for the new metrics v2 API both on the home page for computing the average resources/node and the
Metrics
listing page. This change now supports the changes in PuppetDB >= 6.9.1 (https://puppet.com/security/cve/CVE-2020-7943/) - Added backwards compatability support for both the metric
v1
andv2
endpoints
depending on the version of the server. Any PuppetDB >=6.9.1
will be queried with
thev2
endpoint automatically (becausev1
is disabled from here forward). Any
PuppetDB <=6.9.0
will usev1
. - pypuppetdb: raise version requirement
>=2.1.0
because changes were needed in this library to support the metrics v2 fixes. - app.py: Added python2 backwards compatability fix for importing
urllib
.
v0.3.0
UI improvements and stabilization
- Core UI Rework #357 #355 #344 #353
- Update to pypuppetdb 0.3.3 #416
- Fix sort on data for index #400
- Update Debian documentation #396
- Offline mode fix #397
- Fix fact attribute error on paths #395
- Enhanced testing
- Radiator CSS uses same coloring #388
- Markdown in config version #321
- Update Flask #376
- Cleanup requirements.txt #375
- Update package maintainer for OpenBSD #362