File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The device plugin consists in two artifacts:
4
4
- The Device Plugin container
5
- - The Device Plugin Daemonset Manifest
5
+ - The Device Plugin helm chart
6
6
7
- Publishing the container is automated through gitlab-ci and only requires on to tag the commit and push it to gitlab.
7
+ Publishing the container is automated through gitlab-ci and only requires one to tag the commit and push it to gitlab.
8
+ Publishing the helm chart is currently manual, and we should move to an automated process ASAP
8
9
9
10
# Release Process Checklist
10
11
- [ ] 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
15
16
- [ ] Run the ` ./build-index.sh ` script to rebuild the indices for each repo
16
17
- [ ] Commit and push the ` gh-pages ` branch to GitHub
17
18
- [ ] Wait for the [ CI job associated with your tag] (https://gitlab.com/nvidia/kubernetes/device-plugin/-/pipelines ) to complete
18
- - [ ] Create a new release on Github
19
+ - [ ] Update the [ README on dockerhub] ( https://hub.docker.com/r/nvidia/k8s-device-plugin ) with the latest tag information
20
+ - [ ] Create a [ new release] ( https://github.com/NVIDIA/k8s-device-plugin/releases ) on Github with the changelog
You can’t perform that action at this time.
0 commit comments