Skip to content

Introduce a branching model for vulnerability fixes #1062

@wangzhen127

Description

@wangzhen127

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions