From 74ec3a632fcb8cea407b893c34b73b333dcf862d Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Thu, 17 Sep 2026 12:02:38 +0200 Subject: [PATCH] Update pg_stat_monitor, pgBackRest, and pg_cron versions in 18.6.1 release notes pg_stat_monitor 2.3.2 -> 2.4.0 (2026-09-08), pgBackRest 2.59.0 -> 2.59.1 (2026-09-16), pg_cron 1.6.7 -> 1.6.8 (2026-09-16). Also bumps the unused pgsmversion/pgbackrestversion variables in variables.yml for consistency. Signed-off-by: Kai Wagner --- docs/release-notes/release-notes-v18.6.1.md | 15 +++++++++++---- variables.yml | 4 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/release-notes/release-notes-v18.6.1.md b/docs/release-notes/release-notes-v18.6.1.md index 09b3ea566..44a3cc02f 100644 --- a/docs/release-notes/release-notes-v18.6.1.md +++ b/docs/release-notes/release-notes-v18.6.1.md @@ -27,7 +27,7 @@ The binary tarballs for x86_64 and ARM64 architectures have been updated in this - patroni: 4.1.5 - pg_tde: 2.2.2 - pg_oidc_validator: 1.1 -- pgBackRest: 2.59.0 +- pgBackRest: 2.59.1 - pgpool2: 4.7.2 - pgvector: 0.8.6 - postgis: 3.5.7 @@ -94,6 +94,13 @@ Review each extension’s release notes for What’s new, improvements, or bug f The following is the list of extensions available in Percona Distribution for PostgreSQL. +!!! note "Component updates (2026-09-16)" + The following extension versions were updated after this release's initial publication: + + - `pg_stat_monitor`: 2.3.2 → 2.4.0 (2026-09-08) + - `pgBackRest`: 2.59.0 → 2.59.1 (2026-09-16) + - `pg_cron`: 1.6.7 → 1.6.8 (2026-09-16) + | Extension | Version | Description | | --- | --- | --- | | [etcd :octicons-link-external-16:](https://etcd.io/) | 3.5.33 | A distributed, reliable key-value store for setting up highly available Patroni clusters | @@ -102,14 +109,14 @@ The following is the list of extensions available in Percona Distribution for Po | [Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/) | 4.1.5 | A HA (High Availability) solution for PostgreSQL | | [PgAudit :octicons-link-external-16:](https://www.pgaudit.org/) | 18 | A detailed session or object audit logging via the standard logging facility provided by PostgreSQL | | [pgAudit set_user :octicons-link-external-16:](https://github.com/pgaudit/set_user) | 4.2.0 | Provides an additional layer of logging and control when unprivileged users must escalate roles for maintenance | -| [pgBackRest :octicons-link-external-16:](https://pgbackrest.org/) | 2.59.0 | A backup and restore solution for PostgreSQL | +| [pgBackRest :octicons-link-external-16:](https://pgbackrest.org/) | 2.59.1 | A backup and restore solution for PostgreSQL | | [pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger) | 13.2 | A fast PostgreSQL log analyzer | | [PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/) | 1.25.2 | A lightweight connection pooler for PostgreSQL | -| [pg_cron :octicons-link-external-16:](https://github.com/citusdata/pg_cron) | 1.6.7 | A simple cron-based job scheduler for PostgreSQL | +| [pg_cron :octicons-link-external-16:](https://github.com/citusdata/pg_cron) | 1.6.8 | A simple cron-based job scheduler for PostgreSQL | | [pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather) | v33 | An SQL script for running diagnostics on the health of a PostgreSQL cluster | | [pg_oidc_validator](https://github.com/Percona-Lab/pg_oidc_validator) | 1.1 | OAuth validator library for PostgreSQL 18 | | [pg_repack :octicons-link-external-16:](https://github.com/reorg/pg_repack) | 1.5.3 | Rebuilds PostgreSQL database objects | -| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.2 | Collects and aggregates statistics for PostgreSQL and provides histogram information | +| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.4.0 | Collects and aggregates statistics for PostgreSQL and provides histogram information | | [pg_tde :octicons-link-external-16:](https://github.com/percona/pg_tde) | v2.2.2 | A PostgreSQL extension that provides Transparent Data Encryption (TDE) to protect data at rest | | [pg_vector](https://github.com/pgvector/pgvector) | v0.8.6 | A vector similarity search extension for PostgreSQL | | [pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.7.2 | A middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing | diff --git a/variables.yml b/variables.yml index d115045a1..91dc020d8 100644 --- a/variables.yml +++ b/variables.yml @@ -6,9 +6,9 @@ dockertag: '18.6' pgsubversion: '18.6' pgversion: '18' pspgversion: '18.6.1' -pgsmversion: '2.3.2' +pgsmversion: '2.4.0' pgbouncerversion: '1.25.2' -pgbackrestversion: '2.59.0' +pgbackrestversion: '2.59.1' date: 18_7_1: TBD