Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.1 KB

RELEASE.md

File metadata and controls

32 lines (25 loc) · 2.1 KB

Release instructions

Steps to release a new version of the Tempo Operator:

  1. Checkout the main branch, and make sure you have the latest changes.
  2. Confirm that MIN_KUBERNETES_VERSION and MIN_OPENSHIFT_VERSION in the Makefile are still up-to-date, and create a PR if required.
  3. Go to GitHub Actions Tab, In the left sidebar, choose "Prepare Release" Workflow, then push in the "Run workflow" button , select the main branch and type the version of operator to release
  4. Push "Run workflow", this will trigger the process to generate the CHANGELOG and generate the bundle, this will create a PR with the title "Prepare Release vx.y.z`"
  5. Once the PR is created, use that branch to build, deploy and, run OpenShift tests against an OpenShift cluster (see below for instructions).
  6. Once the PR above are merged and available in the main branch, it will trigger the release workflow which will create the tag and the GitHub release.

Running e2e tests on OpenShift

A locally installed CRC cluster can be used for testing.

Note: The e2e tests require opentelemetry-operator to be installed in the cluster.

kubectl create namespace tempo-operator-system
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z BUNDLE_VARIANT=openshift make bundle docker-build docker-push bundle-build bundle-push olm-deploy
make e2e e2e-openshift

Release Schedule

We plan to release the operator monthly, at the end of each month.

Release Date Version Release Manager
May 2024 0.10.0 Ruben Vargas
Jun 2024 0.11.0 Pavol Loffay
Jul 2024 0.12.0 Andreas Gerstmayr
Aug 2024 0.13.0 Benedikt Bongartz
Sep 2024 0.14.0 Israel Blancas