EDB Postgres® AI for CloudNativePG™ Global Cluster 1.1.2 release notes v1.1.2
Released: 25 July 2025
Highlights
- New PGD Version Support: PGD version 5.8 is now supported
- New PG4K operator Version Support: PG4K operator v1.26.0 is now supported
Supported versions
- Kubernetes: 1.33, 1.32, 1.31, and 1.30
- PostgreSQL: 17, 16, 15, 14, and 13 PostgreSQL 17.5 is the default image PostgreSQL 13 support ends on November 12, 2025
- PG4K: v1.25.0, v1.25.1, v1.25.2, v1.26.0
Default images
- PGD:
docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:17.5-pgd581-ubi9
- PGD proxy:
docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.8.1-ubi9
This release of EDB Postgres® AI for CloudNativePG™ Global Cluster includes the following:
Features
Description | Addresses |
---|---|
initDB Options for PGDGroupSupports defining initDB options to pass specific parameters | #1302 |
Major version In-place Upgrade for PGDGroupEnables cross-branch major version upgrades for PGDGroup. Major version In-place Upgrade requires operator v1.1.2, working in conjunction with PG4K v1.26.0, PGD v5.8.1, and above. | |
DiscoveryJob Retry SettingsAllows configuration of retry, delay, and timeout parameters for the discoveryJob. | #1377 |
Reconciliation Loop ControlAdds an annotation to disable reconciliation for PGDGroup, providing more control over group management. | #1241 |
Physical Join EnhancementEnables physical joining to nodes with TDE enabled, enhancing security options. | #1258 |
Barman Cloud Plugin IntegrationSupports using the barman-cloud plugin for backup, restore, and WAL archiving. The plugin must be installed in the pg4k operator namespace as a prerequisite. | #1068 |
Flexible PGDGroup CreationAllows PGDGroup creation with only a single data node. | #1200 |
Enhanced Operator Image BuildImproves the build process with baking. Now, images are signed with cosign, and OCI attestations—including the Software Bill of Materials (SBOM) and provenance data—are generated. | #1115 |
Bug Fixes
Description | Addresses |
---|---|
Inherited Metadata for Scheduled BackupsEnsures that scheduled backups inherit metadata from their associated PGDGroup. | #1346 |
LoadBalancer Class RenderingCorrectly renders LoadBalancerClass for LoadBalancer services. | #1290 |
Cleanup of Completed JobsAutomatically cleans up jobs once the PGDGroup is healthy. | #1368 |
Scheduling Backups Post-Health CheckDelays scheduled backups until the PGDGroup is fully healthy. | #1276 |
Raft Status CheckChecks the global Raft status instead of subgroup-specific status before performing a physical join. | #1274 |
Backup Node SelectionFilters out replica clusters when assigning backup nodes, avoiding misassignments. | #1263 |
First Recoverability PointsEnsures that firstRecoverabilityPoints reflect values from backups taken by any method. | #1250 |