v2.0.0
What's Changed
- PostgreSQL enforcement support:
- The credentials operator can create just-in-time username-and-password pairs for workloads asking for database credentials, providing them as a Kubernetes Secret that can be mounted to file or mapped to environment variables.
- It also manages user creation in databases that have a PostgreSQLServerConfig describing them in the cluster, enabling workloads to connect using their supplied credentials.
Learn more in the PostgreSQL Overview.
Full Changelog: v1.4.2...v2.0.0