4.6.0 Release Candidate 1
Pre-release
Pre-release
Crunchy Data announces the first release candidate of the PostgreSQL Operator 4.6.0 on January 21, 2021.
Breaking Changes
- The
--labelsflag onpgo create clusteris removed and replaced with the--label, which can be specified multiple times. The API endpoint forpgo create clusteris also modified: labels must now be passed in as a set of key-value pairs. Please see the "Features" section for more details. - The API endpoints for
pgo labelandpgo delete labelis modified to accept a set of key/value pairs for the values of the--labelflag. The API parameter for this is now calledLabels.
Features
pgo create clusternow accepts a--labelflag that can be used to specify one or more custom labels for a PostgreSQL cluster. This replaces the--labelsflag.pgo labelandpgo delete labelcan accept a--labelflag specified multiple times.
Fixes
- Fix Postgres Operator Monitoring installation for several scenarios based on the new embedded nature of the installation files.
- Generally improvements to initialization of a standby cluster.
- Ensure proper label parsing based on Kubernetes rules and that it is consistently applied across all functionality that uses labels. Reported by José Joye (@jose-joye).