Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.28 KB

release-process.md

File metadata and controls

22 lines (15 loc) · 1.28 KB

Kubecost Release Process

A Kubecost Release is a snapshot of the source, build output, artifacts, and other metadata associated with a tagged version of code.

Production releases

  • Production releases are scheduled every other Tuesday with one cycle off after four consecutive releases.
  • Release notes published here.
  • Production releases are always generated from the Master branch.
  • In each production release, we update each image version plus our helm chart version in lock step.
  • Historically we average one patch release between minor releases.
  • You can target an older release of the Kubecost pod by setting imageVersion to the desired value, e.g. prod-1.63.1

Staging releases

  • Staging/nightly releases published in this repo.
  • You can get the latest staging build by following the install steps

Getting notified when a release is created