Skip to content

Commit

Permalink
update PROCESSES.md to clarify promotion process (helm#6084)
Browse files Browse the repository at this point in the history
Make the deprecation process when promoting a chart more clear by pointing to the separate deprecation policy.
  • Loading branch information
prydonius authored and k8s-ci-robot committed Jun 12, 2018
1 parent ee7a894 commit 29edbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROCESSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ When promoting a chart from incubator to stable there are several steps that nee

1. Prior to promoting the chart verify that it does not depend on any other incubator charts. Stable charts cannot depend on incubator charts.
1. The chart should be copied, not moved, from the incubator directory to the stable directory.
1. The chart in the incubator directory should be deprecated with the `deprecated: true` property being set and a comment noting that the chart has been promoted to stable. The chart version will, also, need to have the patch level of the `version` incremented.
1. The chart in the incubator directory should be deprecated according to the [deprecation process](#deprecating-a-chart) described above with a comment noting that the chart has been promoted to stable.
1. The version of the chart in the stable directory should be updated so that any documentation or other details points to stable rather than incubator. The chart `version` will, also, need to be incremented.

## Reviewing A Pull Request

There are two parts to reviewing a pull request in the process to do so and the guidelines to follow. Both of those are outlined in the [Review Guidelines](REVIEW_GUIDELINES.md).
There are two parts to reviewing a pull request in the process to do so and the guidelines to follow. Both of those are outlined in the [Review Guidelines](REVIEW_GUIDELINES.md).

0 comments on commit 29edbfa

Please sign in to comment.