Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5009 from kubernetes-sigs/no-parti…
Browse files Browse the repository at this point in the history
…al-releases

Warn against partial releases
  • Loading branch information
k8s-ci-robot authored Jan 30, 2023
2 parents 58defe3 + e9f47ab commit 7db330d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions releasing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ The dependencies determine the release order:

Thus, do `kyaml` first, then `cmd/config`, etc.

**⚠️ IMPORTANT:** The full release sequence should always be completed unless there is a really compelling reason not to AND the new release is fully backwards compatible with the latest released versions of our modules that depend on it (this is not detected by our CI, as we develop against the head versions of all modules). If we end up with a situation where the latest kyaml is not compatible with the latest api, for example, it causes end user confusion, particularly when automation attempts to upgrade kyaml for them.

## Prep work

### ⚠️ IMPORTANT: Check for [release-blocking issues](https://github.com/kubernetes-sigs/kustomize/issues?q=label%3Arelease-blocker+is%3Aopen)
Expand Down

0 comments on commit 7db330d

Please sign in to comment.