2. Create a new branch `release/v1.3.0` to prepare the following things:
1. Use [Build micro-service manual](https://github.com/edgelesssys/constellation/actions/workflows/build-micro-service-manual.yml) and run the pipeline once for each micro-service with the following parameters:
2. Use [Build operator manual](https://github.com/edgelesssys/constellation/actions/workflows/build-operator-manual.yml) and run the pipeline once with the following parameters:
* branch: `release/v1.3.0`
* Container image tag: `v1.3.0`
3. Review and update changelog with all changes since last release. [GitHub's diff view](https://github.com/edgelesssys/constellation/compare/v1.2.0...main) helps a lot!
4. Update versions [versions.go](../internal/versions/versions.go#L33-L36) to `v1.3.0`
5. Create a [production coreOS image](/.github/workflows/build-coreos.yml)
6. Update [default images in config](/internal/config/config.go)