Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.06 KB

RELEASES.MD

File metadata and controls

21 lines (19 loc) · 1.06 KB

Releases

This document details release procedures for Tempo. Currently it's pretty dang easy.

  • Push a semver tag to main. Something like:
    • git tag -a v0.3.0
    • git push origin v0.3.0
  • This will initiate the build process in Github Actions and Drone. The tagged docker image should be available here shortly: https://hub.docker.com/r/grafana/tempo/tags?page=1&ordering=last_updated
  • A Github Release Draft should also be available here: https://github.com/grafana/tempo/releases
    • Copy over the CHANGELOG entries for the release
    • Call out contributors for their work
    • Cull unnecessary changes that don't impact the Tempo binary or deployment
    • Call out breaking changes!
  • Submit a PR cleaning up the changelog and moving everything under "main/unreleased" to be under the newly minted version.
  • Update docs
    • From the root of the website repo run ./scripts/docs-release.sh tempo v1.0.0 latest replacing v1.0.0 with the version and submit a PR.
  • Update helm
    • Submit a PR to github.com/grafana/helm-charts to update to the newly cut version.