You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/roadmap/releases.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ number.
169
169
170
170
To create and stage a release candidate chart for Workflow, we will build the [workflow-chart-stage](https://ci.deis.io/job/workflow-chart-stage) job with the following parameters:
171
171
172
-
`CHART_REPO_TYPE=staging` and `RELEASE_TAG=$WORKFLOW_RELEASE`
172
+
`RELEASE_TAG=$WORKFLOW_RELEASE`
173
173
174
174
This job will gather all of the latest component release tags and use these to specify the versions of all component charts.
175
175
It will then package the Workflow chart, upload it to the staging chart repo and kick off an e2e run against said chart.
@@ -202,32 +202,18 @@ it if it has not done so already.
202
202
### Step 6: Assemble Master Changelog
203
203
204
204
Each component already updated its release notes on GitHub with CHANGELOG content. We'll now
205
-
generate the master changelog for the Workflow chart, consisting of all aforementioned component changes
206
-
as well as those non-component repo changes needing to be manually added.
205
+
generate the master changelog for the Workflow chart, consisting of all component and auxilliary repo changes.
207
206
208
-
We'll employ the `requirements.lock` file from the `WORKFLOW_PREV_RELEASE` chart, as well as a repo-to-chart-name mapping file
209
-
(see [here](https://github.com/deis/deisrel/blob/master/README.md#usage) for an example), this time invoking `deisrel changelog global` to get all component changes between
207
+
We'll employ the `requirements.lock` file from the `WORKFLOW_PREV_RELEASE` chart, as well as a repo-to-chart-name [mapping file](https://github.com/deis/deisrel/blob/master/map.json), this time invoking `deisrel changelog global` to get all component changes between
210
208
the chart versions existing in the `WORKFLOW_PREV_RELEASE` chart and the _most recent_ releases existing in GitHub.
211
209
(Therefore, if there are any unreleased commits in a component repo, they will not appear here):
212
210
213
211
```bash
214
212
helm repo add deis https://charts.deis.com/workflow
0 commit comments