Skip to content

Commit

Permalink
docs/release-process: revert to Kata Containers CCv0
Browse files Browse the repository at this point in the history
Added instructions to revert to Kata Containers's CCv0
after the release.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
  • Loading branch information
wainersm authored and katexochen committed Oct 20, 2023
1 parent 4d5acc9 commit 5e1b177
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e1b177

Please sign in to comment.