Released: 16 September 2026
Highlights
- With the fix of CVE-2026-55769 in CloudNativePG
1.28.4or later,search_pathis now pinned topg_catalog, public, pg_tempon every operator-issued connection. The PGD operator's mutation reconciler now scopessearch_pathtopublicfor the duration of eachPGDGroupmutation transaction, so unqualifiedCREATEstatements in user-authored mutations continue to land in the intended schema instead of failing with a permission error.
Supported versions
- Kubernetes: 1.34, 1.35, 1.36
- PostgreSQL: 17, 16, 15, and 14
- The tested PG4K version is v1.28.4
- Update the default PGD image to PostgreSQL 17.11 and PGD 5.9.5 expanded (image
postgresql-pgd:17.11-pgd595-ubi9) - Update the default PGD proxy image to PGD proxy 5.9.5 (image
edb-pgd-proxy:5.9.5-ubi9)
This release of EDB Postgres® AI for CloudNativePG™ Global Cluster includes the following:
Features
| Description |
|---|
| The operator log level can now be set from the operator's ConfigMap or Secret with the `OPERATOR_LOG_LEVEL` key, which overrides the log level configured in the operator deployment. Accepted values are `trace`, `debug`, `info`, `warn`, and `error`. |
| The physical join job now retries transient failures on its own, with a `BackoffLimit` of `3`, and is reported as `Failed` only once those retries are exhausted. See [Physical join](trouble_shooting/#physical-join) for what to do with a job that has failed. |
| The labels and annotations of a `PGDGroup` are now inherited by the physical join job it creates, so the job is selected by the same label-based tooling — network policies, cost allocation, monitoring — as the rest of the group. |
Security Fixes
| Description |
|---|
| Bump the go version to v1.27.1. |
| Bump grpc go module version to v1.83.2. |
Bug Fixes
| Description |
|---|
| The `manager group` subcommands — barman restore, join, remote join and group bootstrap — now emit logs and honor `--log-level` and `--log-destination`. |