From eab78cf1bad96c15db2552b34aa41cf97b39e1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 1 Mar 2024 19:53:04 +0100 Subject: [PATCH] release: Reword the extra notes added as part of the release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're trying to keep just the bare minimum info, as we really would like to not have the list of commits, and mainly the list of new contributors, trucated from the release notes. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/release/release.sh | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/tools/packaging/release/release.sh b/tools/packaging/release/release.sh index 91254ca40d..fbfd472434 100755 --- a/tools/packaging/release/release.sh +++ b/tools/packaging/release/release.sh @@ -133,14 +133,8 @@ statically linked with the following [GNU LGPL-2.1][lgpl-2.1] licensed libseccom The \`kata-agent\` uses the libseccomp v${libseccomp_version} which is not modified from the upstream version. However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library. -If you want to use the \`kata-agent\` which is not statically linked with the library, you can build -a custom \`kata-agent\` that does not use the library from sources. - ## Kata Containers builder images -The majority of the components of the project were built using containers. In order to do a step towards -build reproducibility we publish those container images, and when those are used combined with the version -of the projects listed as part of the "versions.yaml" file, users can get as close to the environment we -used to build the release artefacts. + * agent (on all its different flavours): $(get_agent_image_name) * Kernel (on all its different flavours): $(get_kernel_image_name) * OVMF (on all its different flavours): $(get_ovmf_image_name) @@ -149,29 +143,12 @@ used to build the release artefacts. * tools: $(get_tools_image_name) * virtiofsd: $(get_virtiofsd_image_name) -The users who want to rebuild the tarballs using exactly the same images can simply use the following environment -variables: -* \`AGENT_CONTAINER_BUILDER\` -* \`COCO_GUEST_COMPONENTS_CONTAINER_BUILDER\` -* \`KERNEL_CONTAINER_BUILDER\` -* \`OVMF_CONTAINER_BUILDER\` -* \`PAUSE_IMAGE_CONTAINER_BUILDER\` -* \`QEMU_CONTAINER_BUILDER\` -* \`SHIM_V2_CONTAINER_BUILDER\` -* \`TOOLS_CONTAINER_BUILDER\` -* \`VIRTIOFSD_CONTAINER_BUILDER\` - ## Installation Follow the Kata [installation instructions][installation]. -## Issues & limitations - -More information [Limitations][limitations] - [libseccomp]: ${libseccomp_url} [lgpl-2.1]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html -[limitations]: https://github.com/kata-containers/kata-containers/blob/${RELEASE_VERSION}/docs/Limitations.md [installation]: https://github.com/kata-containers/kata-containers/blob/${RELEASE_VERSION}/docs/install EOF