Skip to content

Commit

Permalink
Merge pull request #615 from voxpupuli/release_3.0.0
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
gdubicki committed Mar 29, 2021
2 parents 6d6c77b + e88d320 commit 884a47f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ This is the changelog for Puppetboard.
Development
-----------

3.0.0
-----

This is a bugfix and maintenance release. The major version is bumped
because of the Python 3.5 support drop.

Features:

* Change the default sort order of facts table to a-z,
instead of z-a (#572)
* Revamp the README (#601)

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:

* Drop Python 3.5 support (#593)
* Update jQuery to 3.5.1 (#592)
* Manage any other exception for get_or_abort (#606)
* Improve getting resources from CDN (#609)
* Migrate from Travis to GitHub Actions (#604)

2.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion puppetboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Puppetboard version module
#

__version__ = '2.2.0'
__version__ = '3.0.0'

0 comments on commit 884a47f

Please sign in to comment.