4.5.5 Release Candidate 2
Pre-release
Pre-release
Crunchy Data announces the release of PGO, the Postgres Operator 4.5.5.
The PostgreSQL Operator is released in conjunction with the Crunchy Container Suite.
PostgreSQL Operator 4.5.5 release includes the following software versions upgrades:
- PostgreSQL versions 13.5, 12.9, 11.14, 10.19 and 9.6.24 are now available.
- The pgnodemx extension is now at version 1.0.6.
- pgBouncer is now at version 1.16.1
Changes
- The default
pgo-backrest-repo-configSecret can now be automatically generated by the Operator. This functionality was backpatched from v4.6 to help support the fix around automatically updating the AWS CA values.
Fixes
- Ensure the
pgo create pgbouncercommand can set CPU and memory limits via--cpu-limitand--memory-limitrespectively. - Update the
aws-s3-ca.crtvalue to use the newer CAs provided by AWS. If a PostgreSQL cluster is using the old default CA, PGO will update the general one kept in thepgo-backrest-repo-configSecret andpgo upgradewill update it for a specific cluster. - Allow for the original primary instance to be scaled down after running
pgo upgrade.