diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee626e9..b71174a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,18 +5,40 @@ pgMonitor Release Notes .. contents:: Topics +v4.11.0 +======= + +Release Summary +--------------- + +Crunchy Data is pleased to announce the availability of pgMonitor 4.11.0. This release primarily updates support for the underlying applications to more recent versions. This changelog contains all changes that have been added since the 4.10.0 release. + +Minor Changes +------------- + +- alertmanager - minimum version 0.23, maximum 0.26.x +- blackbox_exporter - minimum version 0.22.x, maximum 0.24.x +- grafana - minimum version 9.2.19, maximum 9.9.x +- node_exporter - minimum version 1.5.0, maximum 1.7.x +- postgres_exporter - minimum version 0.10.1, maximum 0.15.x +- prometheus - minimum version 2.38, maximum 2.49.x + v4.10.0 -====== +======= Release Summary --------------- Crunchy Data is pleased to announce the availability of pgMonitor 4.10.0. This release primarily adds support for PostgreSQL 16. This changelog contains all changes that have been added since the 4.9.0 release. -Minor Changes +Major Changes ------------- - postgres_exporter - Add support for PostgreSQL 16 + +Minor Changes +------------- + - containers - The datasource for containers is named PROMETHEUS. Update dashboards to use the hardcoded name. - grafana - Adjust the cache hit graph to do a 1m rate vs lifetime ratio - grafana - Relabel the cache hit ratio dial properly mark it as the lifetime cache hit ratio diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8bc579a..007db34 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,43 @@ ancestor: null releases: + 4.10.0: + changes: + major_changes: + - postgres_exporter - Add support for PostgreSQL 16 + minor_changes: + - containers - The datasource for containers is named PROMETHEUS. Update dashboards + to use the hardcoded name. + - grafana - Adjust the cache hit graph to do a 1m rate vs lifetime ratio + - grafana - Relabel the cache hit ratio dial properly mark it as the lifetime + cache hit ratio + release_summary: Crunchy Data is pleased to announce the availability of pgMonitor + 4.10.0. This release primarily adds support for PostgreSQL 16. This changelog + contains all changes that have been added since the 4.9.0 release. + fragments: + - 350.yml + - 362.yml + - 366.yml + - release_summary.yml + release_date: '2023-09-18' + 4.11.0: + changes: + minor_changes: + - alertmanager - minimum version 0.23, maximum 0.26.x + - blackbox_exporter - minimum version 0.22.x, maximum 0.24.x + - grafana - minimum version 9.2.19, maximum 9.9.x + - node_exporter - minimum version 1.5.0, maximum 1.7.x + - postgres_exporter - minimum version 0.10.1, maximum 0.15.x + - prometheus - minimum version 2.38, maximum 2.49.x + release_summary: Crunchy Data is pleased to announce the availability of pgMonitor + 4.11.0. This release primarily updates support for the underlying applications + to more recent versions. This changelog contains all changes that have been + added since the 4.10.0 release. + fragments: + - 250.yml + - 375.yml + - 378.yml + - release.yml + release_date: '2024-01-24' 4.8.0: changes: bugfixes: @@ -71,22 +109,3 @@ releases: - 355.yml - release_summary.yml release_date: '2023-07-25' - 4.10.0: - changes: - major_changes: - - postgres_exporter - Add support for PostgreSQL 16 - minor_changes: - - containers - The datasource for containers is named PROMETHEUS. Update dashboards - to use the hardcoded name. - - grafana - Adjust the cache hit graph to do a 1m rate vs lifetime ratio - - grafana - Relabel the cache hit ratio dial properly mark it as the lifetime - cache hit ratio - release_summary: Crunchy Data is pleased to announce the availability of pgMonitor - 4.10.0. This release primarily adds support for PostgreSQL 16. This changelog - contains all changes that have been added since the 4.9.0 release. - fragments: - - 350.yml - - 362.yml - - 366.yml - - release_summary.yml - release_date: '2023-09-18' diff --git a/changelogs/fragments/250.yml b/changelogs/fragments/250.yml deleted file mode 100644 index 2b46624..0000000 --- a/changelogs/fragments/250.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - grafana - Reverted new Alertmanager dashboard in Grafana for now until it can be fully integrated into other Crunchy products that use it diff --git a/changelogs/fragments/375.yml b/changelogs/fragments/375.yml deleted file mode 100644 index c3518c0..0000000 --- a/changelogs/fragments/375.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - docs - Fix the documentation of the 'ccp_is_in_recovery_status' metric to properly match the value to the description - - github - Fix workflow checks diff --git a/changelogs/fragments/378.yml b/changelogs/fragments/378.yml deleted file mode 100644 index 0b6810c..0000000 --- a/changelogs/fragments/378.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -minor_changes: - - node_exporter - minimum version 1.5.0, maximum 1.7.x - - postgres_exporter - minimum version 0.10.1, maximum 0.15.x - - prometheus - minimum version 2.38, maximum 2.49.x - - alertmanager - minimum version 0.23, maximum 0.26.x - - grafana - minimum version 9.2.19, maximum 9.9.x - - blackbox_exporter - minimum version 0.22.x, maximum 0.24.x