{"id":23455190,"url":"https://github.com/cloudnative-pg/governance","last_synced_at":"2026-03-20T01:27:49.728Z","repository":{"id":238684577,"uuid":"797098582","full_name":"cloudnative-pg/governance","owner":"cloudnative-pg","description":"CloudNativePG governance policies","archived":false,"fork":false,"pushed_at":"2024-05-16T15:26:25.000Z","size":82,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T03:47:13.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudnative-pg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-07T07:37:15.000Z","updated_at":"2024-05-16T15:26:29.000Z","dependencies_parsed_at":"2025-02-15T22:15:24.226Z","dependency_job_id":"ab6994ea-8d20-4c4f-8288-d539e0ee7a7d","html_url":"https://github.com/cloudnative-pg/governance","commit_stats":null,"previous_names":["cloudnative-pg/governance"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fgovernance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fgovernance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fgovernance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fgovernance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudnative-pg","download_url":"https://codeload.github.com/cloudnative-pg/governance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339290,"owners_count":21087213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T03:29:25.086Z","updated_at":"2026-03-20T01:27:49.722Z","avatar_url":"https://github.com/cloudnative-pg.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CloudNativePG](./logo/cloudnativepg.png)](https://cloudnative-pg.io/)\n\n# CloudNativePG Governance\n\nThis repository contains the governance documents for the CloudNativePG\nproject:\n\n- [Code of Conduct](./CODE_OF_CONDUCT.md)\n- [Governance Policy](./GOVERNANCE.md)\n- [Contributing guidelines](./CONTRIBUTING.md)\n- [AI Policy](./AI_POLICY.md)\n- [List of Maintainers](./MAINTAINERS.md)\n- [List of Component owners](./COMPONENT-OWNERS.md)\n- [List of Contributors](./CONTRIBUTORS.md)\n- [License](./LICENSE)\n\n## Repositories\n\n### Core Projects\n\nThe primary components for deploying and managing the project lifecycle.\n\n| Repository | Description |\n| --- | --- |\n| [governance](https://github.com/cloudnative-pg/governance) | Central hub for project policies, AI policy, and general guidelines. |\n| [cloudnative-pg](https://github.com/cloudnative-pg/cloudnative-pg) | The main Kubernetes Operator for PostgreSQL. |\n| [charts](https://github.com/cloudnative-pg/charts) | Official Helm charts for the operator, database clusters and the Barman Cloud plugin. |\n| [artifacts](https://github.com/cloudnative-pg/artifacts) | Storage for generated manifests, checksums, metadata, and image catalogs. |\n| [cnpg-template](https://github.com/cloudnative-pg/cnpg-template) | A template repository for creating new CloudNativePG-related projects. |\n\n### Container Images\n\nStandardized images built for security, minimal footprint, and CNPG compatibility.\n\n| Repository | Description |\n| --- | --- |\n| [postgres-containers](https://github.com/cloudnative-pg/postgres-containers) | Operand images for all community-supported PostgreSQL versions. |\n| [postgres-extensions-containers](https://github.com/cloudnative-pg/postgres-extensions-containers) | Images for community extensions used as pluggable image volumes. |\n| [pgbouncer-containers](https://github.com/cloudnative-pg/pgbouncer-containers) | Optimized images for PgBouncer connection pooling. |\n| [postgis-containers](https://github.com/cloudnative-pg/postgis-containers) | PostgreSQL images bundled with PostGIS extensions. |\n| [postgres-trunk-containers](https://github.com/cloudnative-pg/postgres-trunk-containers) | Images built from PostgreSQL `main` branch for early testing. |\n\n### Community, Docs \u0026 Monitoring\n\nUser-facing resources, observability, and distribution.\n\n| Repository | Description |\n| --- | --- |\n| [docs](https://github.com/cloudnative-pg/docs) | The documentation project and Hugo source for the operator docs. |\n| [cloudnative-pg.github.io](https://github.com/cloudnative-pg/cloudnative-pg.github.io) | The main project landing page/website. |\n| [cnpg-playground](https://github.com/cloudnative-pg/cnpg-playground) | Local learning environment scripts using Docker/Kind. |\n| [grafana-dashboards](https://github.com/cloudnative-pg/grafana-dashboards) | Standardized Grafana dashboards for monitoring CNPG clusters. |\n| [community-operators](https://github.com/cloudnative-pg/community-operators) | Fork for publishing the operator to OperatorHub.io. |\n| [webtest](https://github.com/cloudnative-pg/webtest) | Internal tooling for website and documentation testing. |\n\n### Libraries \u0026 Automation\n\nShared logic, API definitions, and CI/CD modules consumed by other components.\n\n| Repository | Description |\n| --- | --- |\n| [api](https://github.com/cloudnative-pg/api) | The CloudNativePG API definitions and types. |\n| [machinery](https://github.com/cloudnative-pg/machinery) | Common Go library for internal logic (extracted from the operator). |\n| [barman-cloud](https://github.com/cloudnative-pg/barman-cloud) | Go library for interacting with Barman Cloud object stores. |\n| [daggerverse](https://github.com/cloudnative-pg/daggerverse) | Dagger modules for portable CI/CD workflows. |\n\n### Interface \u0026 Plugins (CNPG-I)\n\nThe extensibility layer that allows for custom backups and additional logic.\n\n| Repository | Description |\n| --- | --- |\n| [cnpg-i](https://github.com/cloudnative-pg/cnpg-i) | The CloudNativePG Interface (CNPG-I) gRPC specification. |\n| [cnpg-i-machinery](https://github.com/cloudnative-pg/cnpg-i-machinery) | Shared Go code for developing CNPG-I compatible plugins. |\n| [plugin-barman-cloud](https://github.com/cloudnative-pg/plugin-barman-cloud) | The reference CNPG-I backup/restore plugin for Barman Cloud. |\n| [cnpg-i-hello-world](https://github.com/cloudnative-pg/cnpg-i-hello-world) | A simplified template/example for building new plugins. |\n\n### PostgreSQL Modules \u0026 Extensions\n\nSoftware designed to run inside or alongside the PostgreSQL database engine.\n\n| Repository | Description |\n| --- | --- |\n| [postgres-keycloak-oauth-validator](https://github.com/cloudnative-pg/postgres-keycloak-oauth-validator) | A PostgreSQL module for OAuth2/Keycloak token validation. |\n\n### Testing \u0026 Automation\n\nTools dedicated to CI/CD, resilience testing, and GitHub Actions development.\n\n| Repository | Description |\n| --- | --- |\n| [ciclops](https://github.com/cloudnative-pg/ciclops) | The Continuous Integration Circular Operations tool for the project. |\n| [chaos-testing](https://github.com/cloudnative-pg/chaos-testing) | Infrastructure and scripts for running chaos experiments against CNPG. |\n| [github-test](https://github.com/cloudnative-pg/github-test) | Playground and testing ground for GitHub Actions and automation workflows. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudnative-pg%2Fgovernance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudnative-pg%2Fgovernance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudnative-pg%2Fgovernance/lists"}