From 5e1b177fd73a000eecde836fbf32faf37097170c Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 31 Jul 2023 14:31:27 -0300 Subject: [PATCH] docs/release-process: revert to Kata Containers CCv0 Added instructions to revert to Kata Containers's CCv0 after the release. Signed-off-by: Wainer dos Santos Moschetta --- docs/Release-Process.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Release-Process.md b/docs/Release-Process.md index 4ed11c7b1..093fc65c8 100644 --- a/docs/Release-Process.md +++ b/docs/Release-Process.md @@ -148,6 +148,12 @@ cd install/overlays/ for p in aws azure ibmcloud ibmcloud-powervs libvirt vsphere; do cd aws; kustomize edit set image cloud-api-adaptor=quay.io/confidential-containers/cloud-api-adaptor:latest; cd -; done ``` +References to Kata Containers should be reverted to the CCv0 branch in: + +* [podvm_builder.yaml workflow](../.github/workflows/podvm_builder.yaml) +* [podvm_builder `Dockerfiles`](../podvm/) +* go modules (`cloud-api-adaptor` [`go.mod`](../go.mod), the `peerpod-ctl` [`go.mod`](../peerpod-ctrl/go.mod) and the `csi-wrapper` [`go.mod`](../volumes/csi-wrapper/go.mod)) + The `CITATION.cff` needs to be updated with the dates from the release. ## Improvements