Skip to content

Commit 4abd279

Browse files
authored
docs: update 5.x docs with changes from 4.x (#444)
1 parent 4936a6e commit 4abd279

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ pgMonitor Release Notes
44

55
.. contents:: Topics
66

7+
v4.12.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Crunchy Data is pleased to announce the availability of pgMonitor 4.12.0. This release primarily brings support for Grafana 10.4. See Changelog for additional information.
14+
15+
Breaking Changes / Porting Guide
16+
--------------------------------
17+
18+
- grafana - Update the dashboards to support Grafana 10.4 so that we're on an officially supported version of Grafana. This does potentially break backward compatibility with Grafana 9.x, so an update to Grafana 10.4 will be required with this version of pgMonitor.
19+
20+
Bugfixes
21+
--------
22+
23+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
24+
- postgres_exporter - Fix query for database table size to remove duplicate word
25+
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number versions
26+
727

828
v5.1.1
929
======

changelogs/changelog.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ancestor: null
22
releases:
3+
34
4.10.0:
45
changes:
56
major_changes:
@@ -207,3 +208,24 @@ releases:
207208
- 435.yml
208209
- release_summary.yml
209210
release_date: '2024-10-04'
211+
4.12.0:
212+
changes:
213+
breaking_changes:
214+
- grafana - Update the dashboards to support Grafana 10.4 so that we're on an
215+
officially supported version of Grafana. This does potentially break backward
216+
compatibility with Grafana 9.x, so an update to Grafana 10.4 will be required
217+
with this version of pgMonitor.
218+
bugfixes:
219+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
220+
- postgres_exporter - Fix query for database table size to remove duplicate
221+
word
222+
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number
223+
versions
224+
release_summary: Crunchy Data is pleased to announce the availability of pgMonitor
225+
4.12.0. This release primarily brings support for Grafana 10.4. See Changelog
226+
for additional information.
227+
fragments:
228+
- 412_release.yml
229+
- 425.yml
230+
- 441.yml
231+
release_date: '2024-11-04'

hugo/content/changelog/_index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ draft: false
44
weight: 5
55
---
66

7+
## v4.12.0
8+
9+
Release Summary
10+
---------------
11+
12+
Crunchy Data is pleased to announce the availability of pgMonitor 4.12.0. This release primarily brings support for Grafana 10.4. See Changelog for additional information.
13+
14+
Breaking Changes / Porting Guide
15+
--------------------------------
16+
17+
- grafana - Update the dashboards to support Grafana 10.4 so that we're on an officially supported version of Grafana. This does potentially break backward compatibility with Grafana 9.x, so an update to Grafana 10.4 will be required with this version of pgMonitor.
18+
19+
Bugfixes
20+
--------
21+
22+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
23+
- postgres_exporter - Fix query for database table size to remove duplicate word
24+
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number versionso
25+
26+
727
## v5.1.1
828

929
### Release Summary

0 commit comments

Comments
 (0)