Skip to content

Commit

Permalink
Prepare 3.4.0 RC2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Jan 19, 2022
1 parent 314737c commit cd30a81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This is the changelog for Puppetboard.
Development
-----------

3.4.0 (RC2)
-----------

Like 3.4.0 (RC1) and additionally:

* Add 'Download as CSV' and 'Download as XLSX' to the Query results ([#654](https://github.com/voxpupuli/puppetboard/pull/654)).
* Make the Query result shareable using URL ([#657](https://github.com/voxpupuli/puppetboard/pull/657)).
* Sort 'uptime' fact values correctly ([#591](https://github.com/voxpupuli/puppetboard/pull/591)).
* Minor update to some dependencies.

Thanks to the following contributors of this release: [@GermanG](https://github.com/GermanG), [@jgrammen-agilitypr](https://github.com/jgrammen-agilitypr)

3.4.0 (RC1)
-----------

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__ = '3.4.0rc1'
__version__ = '3.4.0rc2'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ MarkupSafe >=1.1.1,<2
WTForms >=3,<4
Werkzeug >=0.16.0,<1
itsdangerous >=1.1.0,<2
pypuppetdb>=2.5.0,<3
requests >=2.22.0,<3
pypuppetdb>=2.5.1,<3
requests >=2.27.1,<3
CommonMark==0.9.1

0 comments on commit cd30a81

Please sign in to comment.