-
Notifications
You must be signed in to change notification settings - Fork 668
Closed
Description
Currently NPD has only one master branch. When making new releases, we just tag the latest commit and make a release from that. The problem with this model is that every new release includes both vulnerability fixes and new features. Sometimes we want to backport vulnerability fixes but not features, to minimize the risk to production. Ideally, we should have a branching model similar to https://github.com/kubernetes/kubernetes. That is, we need to introduce minor versions to NPD releases. Features only go to master branch and new minor releases. Vulnerability fixes and bug fixes go to master branch first, and can be backported to previous minor versions.
Metadata
Metadata
Assignees
Labels
No labels