mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-09 00:49:30 +00:00
Several packages are only used while running the e2e suite. These packages are less important to update, as the they can not influence the final executable that is part of the Ceph-CSI container-image. By moving these dependencies out of the main Ceph-CSI go.mod, it is easier to identify if a reported CVE affects Ceph-CSI, or only the testing (like most of the Kubernetes CVEs). Signed-off-by: Niels de Vos <ndevos@ibm.com>
760 B
760 B
Versioning
This document describes the versioning policy for this module. This policy is designed so the following goals can be achieved.
Users are provided a codebase of value that is stable and secure.
Policy
-
Versioning of this module will be idiomatic of a Go project using Go modules.
- Semantic import versioning will be used.
- Versions will comply with semver 2.0.
- Any
v2
or higher version of this module will be included as a/vN
at the end of the module path used ingo.mod
files and in the package import path.
- Semantic import versioning will be used.
-
GitHub releases will be made for all releases.