Skip to content

Commit

Permalink
Clarify SemVer usage for app version (#1694)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
  • Loading branch information
ANeumann82 committed Sep 30, 2020
1 parent 6d96f8e commit d141448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keps/0019-package-api-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The version of an _application_, e.g. 3.11.5 (for Apache Cassandra), 2.3.0 (for

Even though this version will more commonly follow [SemVer](https://semver.org/) for operators managing popular applications, it is ultimately outside of our control and therefore cannot be assumed to be [SemVer](https://semver.org/).

Programs dealing with the application version can try to parse it as a structured specification like SemVer, but should be able to handle anything (i.e., fall-back to strings).
Even though the original app version may not be SemVer, we require operator developers to use a SemVer application version to ensure correct ordering.

## Summary

Expand Down

0 comments on commit d141448

Please sign in to comment.