Files
velero/docs/image-tagging.md
Steve Kriss f3d36afd3a remove refs to pre-v1.0 velero versions from docs (#1425)
* remove refs to pre-v1.0 velero versions from docs

Signed-off-by: Steve Kriss <krisss@vmware.com>
2019-05-01 13:54:51 -07:00

597 B

Image tagging policy

This document describes Velero's image tagging policy.

Released versions

gcr.io/heptio-images/velero:<SemVer>

Velero follows the Semantic Versioning standard for releases. Each tag in the github.com/heptio/velero repository has a matching image, e.g. gcr.io/heptio-images/velero:v1.0.0.

Latest

gcr.io/heptio-images/velero:latest

The latest tag follows the most recently released version of Velero.

Development

gcr.io/heptio-images/velero:master

The master tag follows the latest commit to land on the master branch.