You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
operator/cnpg: add addRole() and reimplement createDatabase on it (c67bfb2)
operator/cnpg: replace psql bootstrap Job with Database/DatabaseRole CRDs (682a950)
operator/mariadb: add addRole() and reimplement createDatabase on it (399de49)
operator/neo4j: add addRole() and stop swallowing GRANT ROLE failures (c850c42)
operator: add PostgreSQL grant reconciliation job (e329498)
operator: add PostgreSQL grant SQL compiler (59cdfa0)
operator: add role interfaces and config defaults (0a8d4d2)
BREAKING CHANGES
IDatabaseInstance.addRole() is required. Only code that
implements the interface is affected — realistically test mocks and hand-rolled
fakes; every call site gets strictly better types.