The Clear Containers kernel changes are followed in this repository and then replicated in clearcontaienrs linux fork.
For kernel we need:
[ ] A way to easily update the kernel fork in order osbuilder can build always the latest changes
[ ] Create a release in fork repository that includes the linux source code and binaries to allow ci pull the kernel instead of use clearlinux kernel rpm.
Autoamted release for Clear Containers
[ ] A script to bump versions files for each repository and send a PR.
[ ] Modify check PR script to not ask for an issue for release PR
[ ] A script to create tags and release for each CC component
Today most of Clear Containers work is done manually that make it error prone.
We need to automate this to have reproducible releases.
This includes:
Release notes
Part of this job is done in https://github.com/clearcontainers/runtime/blob/master/scripts/release_notes.sh but need to have included.
Linux kernel fork sincronization
The Clear Containers kernel changes are followed in this repository and then replicated in clearcontaienrs linux fork. For kernel we need:
Autoamted release for Clear Containers