Skip to content

Releases: voxpupuli/puppetboard

v7.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Mar 07:41
Immutable release. Only release title and notes can be modified.
v7.0.2
84ec52d

Full Changelog

Implemented enhancements:

  • better support structured facts #960
  • save puppet queries/list #642
  • fix a bunch of dark mode color aesthetics: #1398 (rismoney)

Fixed bugs:

Closed issues:

  • Not showing some nodes in error #1402
  • 7.0.0 structured facts not enumerating #1393

Merged pull requests:

v7.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Mar 16:39
dfed82b

Full Changelog

Fixed bugs:

Closed issues:

  • Missing module 'yaml' after upgrade to 7.0.0 #1391

Merged pull requests:

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Mar 07:21
v7.0.0
a08ec75

Full Changelog

This release of Puppetboard makes significant changes to the fact filtering views to support structured/nested facts.
Filtering structured facts is done in memory in this application instead of in the database query.
This has been tested, but could result in performance implications in large environments.
We would like to hear about performance (good and bad) in the Performance Poll.

Breaking changes:

  • Add structured facts support with hierarchical display #1374 (rismoney)

Implemented enhancements:

  • The PUPPETBOARD_URL_PREFIX does not set flask's APPLICATION_ROOT #1092
  • Add OpenShift Template to build Puppetboard #1071
  • Darkmode #1384 (rismoney)
  • Add Query Presets feature #1383 (rismoney)
  • Add UNRESPONSIVE_HOURS parameter to OpenShift template. #1346 (bschonec)
  • Support nested facts in inventory view #1291 (nikolaik)

Fixed bugs:

Merged pull requests:

Read more

v6.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Feb 15:41
1a2b8c2

Full Changelog

There were some pipeline issues for the 6.0.0, so it's not available on pypi. The 6.0.1 release is almost identical, it just updates some dependencies and switches to poetry (which fixed the CI).

Closed issues:

  • Unable to establish SSL connection to PuppetDB #1236

Merged pull requests:

v5.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 11:36
v5.4.0
0789c88

Full Changelog

Merged pull requests:

v5.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 19:08
v5.3.0
05b286b

Full Changelog

Implemented enhancements:

Merged pull requests:

v5.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 22:26
v5.2.0
7414c1f

Full Changelog

Implemented enhancements:

  • Update README for SECRET_KEY and SSL Setup #985 (tuxmea)

Fixed bugs:

  • Facts only showing RedHat #961

Closed issues:

  • Make it More Apparent that SECRET_KEY cannot be blank #978

Merged pull requests:

v5.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 20:22
v5.1.0
c8b0d45

Merged pull requests:

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 11:45
895030f
  • Stop setting SECRET_KEY value to a random string by default. This has caused issues in deployments with more than one app replica or when the app was restarted. Please set this to your own long, random string, the same for each application replica. Implements #721.
  • Drop support for Python 3.7 (end-of-life in June 2023). PR #899
  • Fix broken links in Classes view. PR #868, fixes #816.
  • Fix if fact is None (default for full node view). PR #908, fixes #907.
  • Dependencies update.

Thanks to the following contributors of this release:

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 17:27
  • Add new Classes view. This view lists the Puppet classes that have had at least one of their resources changed (event). (#799).

Big thanks to Louis Charreau who contributed the above feature!