Newer
Older
---
title: Release Process
has_children: false
nav_order: 2
---
This document describes how to perform a new Theodolite release.
We assume that we are creating the release `v0.3.1`. Please make sure to adjust
the following steps according to the release, you are actually performing.
1. Create a new branch `v0.3` if it does not already exists. This branch will never
3. Update all references to Theodolite Docker images to tag `v0.3.1`. These are the Kubernetes resource definitions in
`execution`, the Docker Compose files in `docker-test` and the example `theodolite.yaml` job.
5. Tag this commit with `v0.3.1`. The corresponding Docker images will be uploaded.