Release Notes
TOC
v4.3.3Fixed IssuesKnown Issuesv4.3.1New and Optimized FeaturesFixed IssuesKnown Issuesv4.3.0New and Optimized FeaturesFixed IssuesKnown Issuesv4.2.0New and Optimized FeaturesFixed IssuesKnown Issuesv4.3.3
Fixed Issues
- PostgreSQL 16 clusters failed to start on amd64 nodes. The Spilo image shipped with v4.3.1 contained a
bg_monextension compiled against the wrong PostgreSQL major version on the amd64 architecture, causing PostgreSQL 16 instances to fail at startup withcould not load library ".../16/lib/bg_mon.so": undefined symbol: pgstat_fetch_stat_beentry. The extension build now pins the target PostgreSQL version explicitly, and the fixed image has been verified across all supported PostgreSQL versions on both amd64 and arm64. arm64 clusters and other PostgreSQL versions were not affected. Affected v4.3.1 clusters recover by upgrading the plugin to v4.3.3.
Known Issues
v4.3.1
New and Optimized Features
- Security. Remediated multiple CVEs across all PostgreSQL operand images — the operator, Spilo, pg-agent, RDS Operator, Pgpool-II, and the PostgreSQL exporter were rebuilt on patched base images and dependencies. The bundled WAL-G binary was rebuilt with an updated
jackc/pgx/v5and Go toolchain to clear a critical CVE. - In-place major upgrade fix. Fixed PostgreSQL major-version in-place upgrades (for example, 14 → 16) that failed immediately on the Patroni 3.3 line because of a removed
get_global_configAPI. The upgrade pre-flight now uses the current Patroni global-config API. - RBAC project-admin aggregation. PostgreSQL user-facing roles now aggregate to the platform
project-admin,cluster-admin, andplatform-adminroles, so project administrators can managepostgresqls,postgresbackups, andpostgresrestoresin their namespaces.
Fixed Issues
No issues in this release.
Known Issues
No issues in this release.
v4.3.0
New and Optimized Features
- RBAC least-privilege and role segregation. The operator no longer manages cluster-level RBAC resources, and
deletecollectionhas been removed from all resource rules. Five new user-facing aggregated roles are introduced —admin,edit,view,backup, andrestore— enabling segregation of duties. TheSkipRuntimeRBACCreationconfiguration option was removed; the operator now always provisions the namespace-scopedServiceAccountandRoleBindingat runtime. See RBAC Architecture and Assign PostgreSQL RBAC Roles for details. - Cross-Cluster Replication (XCR) stability. Added
statement_timeoutto XCR connections and silenced spurious error logging. Guarded XCR metadata writes when no sync replica is ready and cleaned up orphaned replication slots when standby clusters scale down. Removed aggressive slot removal fromBeforeClusterSyncthat could disrupt healthy replicas, and eliminated unnecessary local-DB connection attempts inpreReconcilefor LoadBalancer-based standby clusters. - Reliability fixes.
waitForPodDeletionnow polls the Kubernetes API in addition to the informer channel, eliminating 10-minute worker stalls caused by missed Delete events (observed on IPv6 / kube-ovn clusters).- Patroni status updates during cluster lifecycle are now non-fatal — transient Patroni API errors are logged as warnings and no longer drive the cluster to
SyncFailed/AddFailed. Also fixed a defer-variable-capture bug where the Patroni error leaked into the enclosing deferred status-setting closure. - Fixed empty external-IP issue when a LoadBalancer Service is used for replication.
- Fixed restore errors and CSV generation issues.
- Build and security.
- Renovate is integrated across release branches for automated dependency management.
- Go toolchain bumped to v1.26; upstream Zalando components (operator, operator-ui, logical-backup) updated to v1.15.0; Spilo rebuilt with the latest security fixes.
- Batch Go-module security patches across
golang.org/x/crypto,golang.org/x/net,logrus,requests, and related dependencies.
Fixed Issues
No issues in this release.
Known Issues
No issues in this release.
v4.2.0
New and Optimized Features
- Supported deploying a Postgres instance in PSA-restricted mode.
- Supported using the Load Balancer Service type for hot standby cluster replication.
- Fixed multiple CVEs.
- Removed PostgreSQL 11 and 12 support.
Fixed Issues
No issues in this release.
Known Issues
No issues in this release.