v0.1.0
Initial v0.1.0 release of PgBouncer Aurora Operator.
This release provides the core operator workflow for running one PgBouncer per Aurora PostgreSQL DB instance and keeping Kubernetes Writer/Reader Service membership aligned with Aurora topology.
Highlights:
- Aurora Writer/Reader topology discovery with RDS metadata enrichment.
- Per-instance PgBouncer Deployments and Services.
- Writer and Reader Kubernetes Services with role-aware membership.
- Fast Writer failover handling and safe last-known-good behavior.
- Reader empty fallback support for writer-only clusters.
- Zone-aware PgBouncer placement.
- Built-in
/statusdashboard and/status.json. - Multi-CR scheduling and monitor/discovery isolation improvements.
- Operator and PgBouncer TLS-to-Aurora configuration support.
Operator images:
quay.io/case-88/pgbouncer-aurora-operator:v0.1.0quay.io/case-88/pgbouncer-aurora-operator:latest
Image index digest:
sha256:2c09d5d4932ecb80b9fdd3e80b5d2cc7dc4c57393b41acff8527ebe12a17d502
CRD manifest:
Install guide:
Notes:
- The custom resource API version is
pgbouncer-aurora.io/v1alpha1. - Helm packaging is versioned and released separately from this core manifest/image release.
- PgBouncer image selection remains configured separately in the custom resource.