File tree Expand file tree Collapse file tree 3 files changed +52
-0
lines changed
Expand file tree Collapse file tree 3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ Azurite
33BarmanObjectStore
44BarmanObjectStoreConfiguration
55BarmanObjectStores
6+ CNCF
67CRD
78CloudNativePG
89DataBackupConfiguration
910DigitalOcean
1011Docusaurus
12+ EDB
1113EKS
1214EnvVar
1315GCP
4042SPDX
4143SPDX
4244ServerRecoveryWindow
45+ Slonik
4346TLS
4447TODO
4548Uncomment
Original file line number Diff line number Diff line change 44
55The documentation for the Barman Cloud Plugin for CloudNativePG is available at
66[ https://cloudnative-pg.io/plugin-barman-cloud ] ( https://cloudnative-pg.github.io/plugin-barman-cloud ) .
7+
8+ ---
9+
10+ The Barman Cloud CNPG-I plugin is a component of the
11+ [ CloudNativePG project] ( https://github.com/cloudnative-pg ) and adheres to the
12+ same community-driven [ governance] ( GOVERNANCE.md ) model under the
13+ [ CNCF] ( https://cncf.io ) .
14+
15+ <p style =" text-align :center ;" align =" center " >
16+ <picture align="center">
17+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/cncf/artwork/blob/main/other/cncf/horizontal/white/cncf-white.svg?raw=true">
18+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/cncf/artwork/blob/main/other/cncf/horizontal/color/cncf-color.svg?raw=true">
19+ <img align="center" src="https://github.com/cncf/artwork/blob/main/other/cncf/horizontal/color/cncf-color.svg?raw=true" alt="CNCF logo" width="50%"/>
20+ </picture>
21+ </p >
22+
23+ ---
24+
25+ <p align =" center " >
26+ CloudNativePG was originally built and sponsored by <a href =" https://www.enterprisedb.com " >EDB</a >.
27+ </p >
28+
29+ <p style =" text-align :center ;" align =" center " >
30+ <picture align="center">
31+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cloudnative-pg/.github/main/logo/edb_landscape_color_white.svg">
32+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/cloudnative-pg/.github/main/logo/edb_landscape_color_grey.svg">
33+ <img align="center" src="https://raw.githubusercontent.com/cloudnative-pg/.github/main/logo/edb_landscape_color_grey.svg" alt="EDB logo" width="25%"/>
34+ </picture>
35+ </p >
36+
37+ ---
38+
39+ <p align =" center " >
40+ <a href =" https://www.postgresql.org/about/policies/trademarks/ " >Postgres, PostgreSQL, and the Slonik Logo</a >
41+ are trademarks or registered trademarks of the PostgreSQL Community Association
42+ of Canada, and used with their permission.
43+ </p >
44+
45+ ---
Original file line number Diff line number Diff line change 1+ # Release Procedure
2+
3+ The Barman Cloud Plugin follows [ Semantic Versioning] ( https://semver.org/ ) and
4+ uses [ Conventional Commits] ( https://www.conventionalcommits.org/ ) to structure
5+ commit messages.
6+ It leverages the [ Release Please] ( https://github.com/googleapis/release-please )
7+ tool to automate the release process.
8+
9+ The only requirement is that each release must include versioned documentation.
10+ For more details, please refer to [ web/README.md] ( web/README.md ) .
You can’t perform that action at this time.
0 commit comments