From cd30a81abe7e5f4e92657f1962fe15f0f6343705 Mon Sep 17 00:00:00 2001 From: Greg Dubicki Date: Wed, 19 Jan 2022 13:04:29 +0000 Subject: [PATCH] Prepare 3.4.0 RC2 release --- CHANGELOG.md | 12 ++++++++++++ puppetboard/version.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7fd97fc..9488d2ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ----------- diff --git a/puppetboard/version.py b/puppetboard/version.py index 1805c3185..6cffc55dd 100644 --- a/puppetboard/version.py +++ b/puppetboard/version.py @@ -2,4 +2,4 @@ # Puppetboard version module # -__version__ = '3.4.0rc1' +__version__ = '3.4.0rc2' diff --git a/requirements.txt b/requirements.txt index 0dcb4535d..c9638fdc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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