From f3fe67d8637d9b7c243fdc21f3884f10d9e8661b Mon Sep 17 00:00:00 2001 From: damien clochard Date: Fri, 24 Dec 2021 16:15:46 +0100 Subject: [PATCH 1/2] Release 7.9 --- CHANGELOG.md | 2 +- NEWS.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 NEWS.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b6090a798..a4ed9ccdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -## [7.9] +## [7.9] - 2022-01-03 - Support PostgreSQL 14. - Fix deadlock in monitoring. diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 000000000..c57d69036 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,50 @@ +Temboard 7.9 : Support for PostgreSQL 14 +================================================================================ + +Paris, France, Jan. 3rd 2022 + +`Temboard` is a graphic tool that helps users monitor, optimize and configure +multiple PostgreSQL instances. + +It is composed of 2 basic elements: + +* A lightweight agent installe on each PostgreSQL instance +* A central server to control the agents and collect metrics + +We're releasing today the version 7.9 which is minor release containing +bugfixes and non-breaking changes. + + +Support for PostgreSQL 14 and other improvements +------------------------------------------------------------------------------ + +This new version bring a few improvements including the support for PostgreSQL +14, some UI glitches, a handful of monitoring fixes and a important +restructuration of the project documentation. + + +Links +------------------------------------------------------------------------------- + +* [Quickstart](https://temboard.readthedocs.io/en/master/QUICKSTART/) +* [Install Guide](https://temboard.readthedocs.io/en/master/server_install/) +* [Upgrade](https://temboard.readthedocs.io/en/master/server_upgrade/) + + +Thanks +-------------------------------------------------------------------------------- + +This release includes code, bugfixes, feedback and ideas from multiple +contributors: @Zig3tPuce, @bsislow, @wsescu, @dgffin. + +Many thanks to them! + + +How to contribute +-------------------------------------------------------------------------------- + +Temboard is part of the [Dalibo Labs] initiative. + +This is an open project, contributions are welcome. We need your feedback and +ideas! Let us know what you think of this tool, how it fits your needs and +what features are missing. From 10038a6bed4b65082022e6ec4ff3deba1ff2aaeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Mon, 27 Dec 2021 09:45:12 +0100 Subject: [PATCH 2/2] Include NEWS.md in source tarball --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8abefdd79..876a730d9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include CHANGELOG.md +include NEWS.md include LICENSE include packaging/temboard.service include temboardui/toolkit/LICENSE