mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
6a29dcea9c
* update release docs since release images are no longer build automatically Signed-off-by: Fabian Kammel <fk@edgeless.systems>
1.4 KiB
1.4 KiB
Release Checklist
This checklist will prepare v1.3.0
from v1.2.0
. Adjust your version numbers accordingly.
- Merge ready PRs
- Create a new branch
release/v1.3.0
to prepare the following things:- Use Build micro-service manual and run the pipeline once for each micro-service with the following parameters:
- branch:
release/v1.3.0
- Container image tag:
v1.3.0
- Version of the image to build:
1.3.0
- branch:
- Review and update changelog with all changes since last release. GitHub's diff view helps a lot!
- Update versions versions.go to
v1.3.0
- Create a production coreOS image
- Update default images in config
- Merge this branch back to
main
- Use Build micro-service manual and run the pipeline once for each micro-service with the following parameters:
- Run E2E to confirm stability and generate measurements
- Create a new tag in
constellation
onmain
git tag v1.3.0
- Run Build CLI action on the tag
- The previous step will create a draft release. Check build output for link to draft release. Review & approve.
- Create a new tag in
constellation-docs
git tag v1.3.0