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

DescriptionAddresses
initDB Options for PGDGroup

Supports defining initDB options to pass specific parameters

#1302
Major version In-place Upgrade for PGDGroup

Enables 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 Settings

Allows configuration of retry, delay, and timeout parameters for the discoveryJob.

#1377
Reconciliation Loop Control

Adds an annotation to disable reconciliation for PGDGroup, providing more control over group management.

#1241
Physical Join Enhancement

Enables physical joining to nodes with TDE enabled, enhancing security options.

#1258
Barman Cloud Plugin Integration

Supports 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 Creation

Allows PGDGroup creation with only a single data node.

#1200
Enhanced Operator Image Build

Improves 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

DescriptionAddresses
Inherited Metadata for Scheduled Backups

Ensures that scheduled backups inherit metadata from their associated PGDGroup.

#1346
LoadBalancer Class Rendering

Correctly renders LoadBalancerClass for LoadBalancer services.

#1290
Cleanup of Completed Jobs

Automatically cleans up jobs once the PGDGroup is healthy.

#1368
Scheduling Backups Post-Health Check

Delays scheduled backups until the PGDGroup is fully healthy.

#1276
Raft Status Check

Checks the global Raft status instead of subgroup-specific status before performing a physical join.

#1274
Backup Node Selection

Filters out replica clusters when assigning backup nodes, avoiding misassignments.

#1263
First Recoverability Points

Ensures that firstRecoverabilityPoints reflect values from backups taken by any method.

#1250