Open
Description
Considering adopting a form of the kubernetes golang backport process to CSI releases as well.
A summary of the process is:
- In the next minor releases, update to the latest go version that has been out for at least 3 months
- After a month of soak time on the new minor releases, then backport the go version to previous release branches
Before we can realistically adopt this, we need to get our release process into a more automated state so that we can regularly release patch versions. @sunnylovestiramisu is investigating that.