Skip to content

Commit

Permalink
clarify-backport-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopandini committed Sep 8, 2022
1 parent 5dcb8e0 commit 8bb5f4b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,14 @@ The test module, clusterctl, and experiments do not provide any backward compati
#### Backporting a patch

We only accept backports of critical bugs, security issues, or bugs without easy workarounds, any
backport MUST not be breaking for either API or behavioral changes.
backport MUST not be breaking for either API or behavioral changes. In order to improve user/developer experience
maintainers can choose to backport:
- Doc improvements
- Improvements to CI signal
- Improvements to the test framework (enabling improvements to provider's test signal)
- Cert-manager bump (to avoid having branch using cert-manager versions out of support, when possible)
- Changes required to support new Kubernetes versions, when possible.

We generally do not accept PRs against older release branches.

### APIs
Expand Down

0 comments on commit 8bb5f4b

Please sign in to comment.