Skip to content

Commit b3540fc

Browse files
igpetrovCopilot
andauthored
docs: updated MAINTAINERS (#342)
* docs: updated README * docs: moved internal docs to MAINTAINERS * docs: fixed language Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 53a71ec commit b3540fc

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

MAINTAINERS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Maintainers
2+
3+
This document contains information relevant to maintainers of this repository.
4+
5+
## Release pipelines
6+
7+
### Secret management (Vault migration)
8+
9+
The release credentials for this repository have been migrated to HashiCorp Vault.
10+
11+
**Important:** The legacy GitHub Actions secrets have been intentionally retained and **should not be deleted** for the following reasons:
12+
13+
- There are multiple active release pipelines for Camunda Platform 7 that still depend on this setup.
14+
- Some of those pipelines are in extended support and, while not actively releasing at this time, may still be needed for future releases.
15+
- Migrating all pipelines is out of scope for the current work cycle.
16+
- Retaining the old secrets preserves the ability to **roll back** to the pre-Vault configuration if the current changes are found to break any release pipeline. Given the age and release-driven nature of these pipelines, this cannot be verified immediately.
17+
18+
Until all pipelines are verified and fully migrated, please **do not remove the existing GitHub Actions secrets**.
19+

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ distributions. The pre-packaged distributions are intended for users who want a
1414
getting started experience. In case you want to use the Camunda Docker images
1515
in production, consider reading our [security instructions](https://docs.camunda.org/manual/latest/user-guide/security/).
1616

17+
## Camunda-internal: releases
18+
19+
See [MAINTAINERS.md](MAINTAINERS.md) for information relevant to maintainers,
20+
including release pipeline and secret management notes.
21+
1722
## Distributions
1823

1924
You can find more detailed documentation on the pre-packaged (community)

0 commit comments

Comments
 (0)