Skip to main content

Version release cycle

1. Version number specification

Version format:ABC

  • A : Indicates the major version number. Generally, when the software is rewritten as a whole, the underlying components are upgraded in major versions (Docker, Kubernetes), or there are changes that are not backward compatible, A is added.
  • B : Indicates that the function is updated, and B is added when a new function appears
  • C : Indicates a small modification, such as fixing a bug, as long as there is a modification, add C

version example:`3.6.1`means, the 6th feature update version in the 3rd major version, and a version bug fix was made in this feature update version.

2. Version update cycle

Version typeUpdate Cycleillustrate
A: Large version number6~12 monthsVersion refactoring, upgrade of underlying key components, backward incompatibility
B: Feature update version1~3 monthsFeature update
C: Bug fixes1~2 weeksBug or security patch

3. The current version and description

version numberillustrate
3.4Historical version, no longer maintained
3.5.2Historical version, no longer maintained
3.6.1Historical version, no longer maintained
3.7.2Historical version, no longer maintained
5.0.XHistorical version, no longer maintained
5.1.XCurrent production version
5.2.XCurrent Development Version|