Path: blob/main/docs/developer/release/concepts/version.md
4096 views
Version
Grafana Agent uses Semantic Versioning. The next version can be determined by looking at the current version and incrementing it.
Version
To determine the VERSION
for a Stable Release or Patch Release, use the Semantic Version vX.Y.Z
.
To determine the VERSION
for a Release Candidate, append -rc.#
to the Semantic Version.
Examples
For example,
v0.31.0
is the Stable ReleaseVERSION
for the v0.31.0 release.For example,
v0.31.1
is the first Patch ReleaseVERSION
for the v0.31.0 release.For example,
v0.31.0-rc.0
is the first Release CandidateVERSION
for the v0.31.0 release.
Version Prefix
To determine the VERSION PREFIX
, use only the major and minor version vX.Y
.
Examples
v0.31