Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.32 KB

File metadata and controls

23 lines (16 loc) · 1.32 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 for the 2nd and 4th Tuesday of every month.
  • Patch releases are pushed as needed between scheduled releases.
  • Release notes published here.
  • Production releases are always generated from Master branches.
  • 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