You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.

Project Status

Versioning Policy

There are 2 parts to versioning policy:

  • Operator version: Stash does not follow semver. Currently Stash operator implementation is considered alpha. Please report any issues you via Github. Once released, the major version of operator is going to point to the Kubernetes client-go version. You can verify this from the glide.yaml file. This means there might be breaking changes between point releases of the operator. This generally manifests as changed annotation keys or their meaning. Please always check the release notes for upgrade instructions.
  • CRD version: stash.appscode.com/v1alpha1 is considered in alpha. This means breaking changes to the YAML format might happen among different releases of the operator.