File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,12 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
46
46
## Release Process
47
47
1 . Identify all issues and ongoing PRs that should go into the release, and
48
48
drive them to resolution.
49
- 1 . Update dependencies for sidecars via
50
- [ go-modules-update.sh] ( https://github.com/kubernetes-csi/csi-driver-host-path/blob/HEAD/release-tools/go-modules-update.sh ) ,
51
- and get PRs approved and merged.
49
+ 1 . Update dependencies for sidecars
50
+ 1 . For new minor versions, use
51
+ [ go-modules-update.sh] ( https://github.com/kubernetes-csi/csi-release-tools/blob/HEAD/go-modules-update.sh ) ,
52
+ 1 . For CVE fixes on patch versions, use
53
+ [ go-modules-targeted-update.sh] ( https://github.com/kubernetes-csi/csi-release-tools/blob/HEAD/go-modules-targeted-update.sh ) ,
54
+ Read the instructions at the top of the script.
52
55
1 . Check that all [ canary CI
53
56
jobs] ( https://testgrid.k8s.io/sig-storage-csi-ci ) are passing,
54
57
and that test coverage is adequate for the changes that are going into the release.
You can’t perform that action at this time.
0 commit comments