RackPeek follows Semantic Versioning (SemVer) for both the CLI and Docker images:
MAJOR.MINOR.PATCH
Example: 1.2.3
Backward-compatible features:
Backward-compatible fixes:
The CLI and Docker image share the same version number.
Docker tags:
latest → newest stablev1.2.3 → Major Minor PatchFor production, pin to a specific version instead of latest.
RackPeek follows Semantic Versioning (SemVer) for both the CLI and Docker images:
MAJOR.MINOR.PATCH
Example: 1.2.3
Breaking changes:
config.yaml structure changesBackward-compatible features:
Backward-compatible fixes:
The CLI binary and Docker image share the same version number.
Docker tags:
latest → newest stable release1 → latest major1.2 → latest patch in that minor line1.2.3 → exact immutable version (recommended for production)In addition to stable releases, RackPeek publishes a nightly Docker image from the main branch.
mainlinux/amd64Tagged as:
aptacode/rackpeek:nightlyaptacode/rackpeek:nightly-<short-sha>Nightly images provide early access to upcoming changes and are intended for testing and development (not production use).