Skip to content

Commit 5fe6ceb

Browse files
authored
docs: Update docs for 5.1 (#433)
* docs: add note to upgrading section about setup file * docs: 5.1.0 changelog * docs: update changelog in hugo
1 parent e32c75a commit 5fe6ceb

File tree

15 files changed

+101
-32
lines changed

15 files changed

+101
-32
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ pgMonitor Release Notes
55
.. contents:: Topics
66

77

8+
v5.1.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Crunchy Data is pleased to announce the availability of pgMonitor 5.1.0. This release brings support for PostgreSQL 17. It also brings more flexible Grafana dashboards, an HAProxy dashboard and better support for etcd and pgBackRest.
15+
16+
17+
Major Changes
18+
-------------
19+
20+
- grafana - add support for new metrics in PG17
21+
- sql_exporter - add support for PG17
22+
23+
Minor Changes
24+
-------------
25+
26+
- grafana - Add a new variable dropdown to all dashboards for the Datasource. Allows more flexiblity when importing the dashboard to different environments.
27+
- grafana - Add panel to PG Details dashboard to track autovac workers running vs max
28+
- grafana - add a dashboard for HAProxy
29+
- sql_exporter - Add metrics to track current autovacuum workers running and max autovacuum workers
30+
- sql_exporter - A password for the ccp_monitoring database role is no longer set when using the setup_db.sql file.
31+
- sql_exporter - Make the default privileges for the setup_db.yml file world readable (when installing via package).
32+
33+
Bugfixes
34+
--------
35+
36+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
37+
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number versions
38+
839
v5.0.0
940
======
1041

changelogs/changelog.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,44 @@ releases:
155155
- 412.yml
156156
- release_summary.yml
157157
release_date: '2024-07-09'
158+
5.1.0:
159+
changes:
160+
bugfixes:
161+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
162+
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number
163+
versions
164+
major_changes:
165+
- grafana - add support for new metrics in PG17
166+
- sql_exporter - add support for PG17
167+
minor_changes:
168+
- grafana - Add a new variable dropdown to all dashboards for the Datasource.
169+
Allows more flexiblity when importing the dashboard to different environments.
170+
- grafana - Add panel to PG Details dashboard to track autovac workers running
171+
vs max
172+
- grafana - add a dashboard for HAProxy
173+
- sql_exporter - Add metrics to track current autovacuum workers running and
174+
max autovacuum workers
175+
- sql_exporter - A password for the ccp_monitoring database role is no longer
176+
set when using the setup_db.sql file.
177+
- sql_exporter - Make the default privileges for the setup_db.yml file world
178+
readable (when installing via package).
179+
release_summary: 'Crunchy Data is pleased to announce the availability of pgMonitor
180+
5.1.0. This release brings support for PostgreSQL 17. It also brings more
181+
flexible Grafana dashboards, an HAProxy dashboard and better support for etcd
182+
and pgBackRest.
183+
184+
'
185+
fragments:
186+
- 106.yml
187+
- 207.yml
188+
- 404.yml
189+
- 408.yml
190+
- 410.yml
191+
- 418.yml
192+
- 419.yml
193+
- 420.yml
194+
- 423.yml
195+
- 428.yml
196+
- 432.yml
197+
- 5.1.0.yml
198+
release_date: '2024-09-16'

changelogs/fragments/106.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/207.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/404.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/408.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/410.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/418.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/419.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/420.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)