[release process]: Require the release compatibility with big user e.g. Kubernetes
bwplotka opened this issue · 0 comments
bwplotka commented
The idea is to learn about any surprising breaking change and have data to make decision if we should revert or accept the breakage (and ping/help downstream users) -- ideally as an automated CI check on every PR to the release branch.
Some repos we could try setting this up against:
- kubernetes/kubernetes#127941
- kubernetes-sigs/apiserver-network-proxy#661
- Prometheus
- Mimir
Acceptance Criteria:
- Every release PR (e.g. against
release-x.y
branch) will have a CI job that creates a draft update PR and proxies their CI status (or similar behaviour).