From fb9ef2153fdda21729d8b6946fb2c64341572d59 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Tue, 14 Jul 2020 16:33:59 +0200 Subject: [PATCH] Update RELEASE.md with more specific instructions for a release Signed-off-by: Kevin Klues --- RELEASE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index d571da523..1ad2de738 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,9 +2,10 @@ The device plugin consists in two artifacts: - The Device Plugin container -- The Device Plugin Daemonset Manifest +- The Device Plugin helm chart -Publishing the container is automated through gitlab-ci and only requires on to tag the commit and push it to gitlab. +Publishing the container is automated through gitlab-ci and only requires one to tag the commit and push it to gitlab. +Publishing the helm chart is currently manual, and we should move to an automated process ASAP # Release Process Checklist - [ ] Update the README to change occurances of the old version (e.g: `v0.7.0-rc.1`) with the new version @@ -15,4 +16,5 @@ Publishing the container is automated through gitlab-ci and only requires on to - [ ] Run the `./build-index.sh` script to rebuild the indices for each repo - [ ] Commit and push the `gh-pages` branch to GitHub - [ ] Wait for the [CI job associated with your tag] (https://gitlab.com/nvidia/kubernetes/device-plugin/-/pipelines) to complete -- [ ] Create a new release on Github +- [ ] Update the [README on dockerhub](https://hub.docker.com/r/nvidia/k8s-device-plugin) with the latest tag information +- [ ] Create a [new release](https://github.com/NVIDIA/k8s-device-plugin/releases) on Github with the changelog