From dadf078161c94e870955d2f819c26a46c3d9d0fd Mon Sep 17 00:00:00 2001 From: Fabian Kammel Date: Thu, 17 Nov 2022 15:37:43 +0000 Subject: [PATCH] provide docs for missing TODOs in release.md Signed-off-by: Fabian Kammel --- .github/docs/release.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/docs/release.md b/.github/docs/release.md index d71f281e2..887ffce21 100644 --- a/.github/docs/release.md +++ b/.github/docs/release.md @@ -83,6 +83,8 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers # 0x1b, 0xe7, 0x98, 0x39, 0xdd, 0x35, 0x37, 0x41, 0xb1, 0x4f, ... ``` + * Replace AWS AMIs for this version and next in docs in `first-steps.md`. + 11. Run manual E2E tests using [Linux](/.github/workflows/e2e-test-manual.yml) and [macOS](/.github/workflows/e2e-test-manual-macos.yml) to confirm functionality and stability. ```sh @@ -147,3 +149,11 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers ``` 9. Test Constellation mini up + +10. Upload AWS measurements to S3 bucket: + * Create an AWS cluster using the released version. + * Use `hack/pcr-reader` to download measurements. + * Create a new folder named after each AWS AMI in [S3 public bucket](https://s3.console.aws.amazon.com/s3/buckets/public-edgeless-constellation?region=us-east-2&tab=objects). + * Keep measurements: 4, 8, 9, 11, 12, 13. + * Sign the measurements using `cosign sign-blob`. + * Upload both `measurements.yaml` & `measurements.yaml.sig` to each created folder in S3.