From 4f69d4ea7660af504e7fc2b04f2121b6c52bea14 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Thu, 27 Jul 2023 10:10:35 -0300 Subject: [PATCH] release-check-list: updated step 10 ("Update kbs ...") Added information about: * bumping the guest-components version * the release workflow that generates the image * update the lock file Signed-off-by: Tobin Feldman-Fitzthum Signed-off-by: Wainer dos Santos Moschetta --- .github/ISSUE_TEMPLATE/release-check-list.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-check-list.md b/.github/ISSUE_TEMPLATE/release-check-list.md index 3452449..24bd2e0 100644 --- a/.github/ISSUE_TEMPLATE/release-check-list.md +++ b/.github/ISSUE_TEMPLATE/release-check-list.md @@ -64,13 +64,14 @@ assignees: '' 9. - [ ] Cut a td-shim v release, if changes happened in the project -10. - [ ] Update kbs to use the latest commit from attestation-service, cut a release and make image +10. - [ ] Update kbs to use the tagged attestation-service and guest-components, cut a release and make image - * https://github.com/confidential-containers/kbs/blob/main/src/api_server/Cargo.toml - * Change the revision for the following crates (both use `v`) - * `as-types` - * `attestation-service` - * Cut a release (kbs image will be automatically built triggered by release) + * https://github.com/confidential-containers/kbs/blob/main/src/api/Cargo.toml + * Change the revision for the `as-types` and `attestation-service` crates (both use `v`) and update the lock file + * https://github.com/confidential-containers/kbs/blob/main/tools/client/Cargo.toml + * Change the revision for the `as-types` and `kbs_protocol` crates (both use `v`) + * Cut a release + * kbs image will be automatically built triggered by release, so ensure that the [release workflow](https://github.com/confidential-containers/kbs/actions/workflows/release.yaml) ran successfully 11. - [ ] Update Enclave CC to use the released version of image-rs