kata-containers/tools/packaging/release
Gabriela Cervantes c7dd10e5ed packaging: Remove unused publish kata image script
This PR removes unused the publish kata image script which
was used on kata 1.x when we had OBS packages which are not
longer used on kata 2.x

Fixes #4496

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2022-06-20 14:43:39 +00:00
..
generate_vendor.sh tools: Add a generate_vendor.sh script 2022-03-29 12:36:36 +02:00
Makefile release: Get rid of "master" 2021-04-06 20:28:42 +02:00
README.md docs: Remove table of contents 2021-07-30 10:58:22 +01:00
release-notes.sh scripts: Change here document delimiters 2022-03-10 09:23:37 +00:00
tag_repos_test.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
tag_repos.sh scripts: Change here document delimiters 2022-03-10 09:23:37 +00:00
update-repository-version_test.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
update-repository-version.sh kata-deploy: fix version bump from -rc to stable 2022-03-29 03:41:12 +00:00

Release information

Introduction

This directory contains information of the process and tools used for creating Kata Containers releases.

Create a Kata Containers release

See the release documentation.

Release tools

update-repository-version.sh

This script creates a GitHub pull request (a.k.a PR) to change the version in all the Kata repositories.

For more information on using the script, run the following:

$ ./update-repository-version.sh -h

Update Kata projects to a new version

To update project version for Kata Containers, use the following:

# Set to the required version
$ new_version="a.b.c"
$ make bump-kata-version NEW_VERSION="${new_version}"

The makefile target bump-kata-version creates a GitHub pull request in the kata-containers repository. The pull request is tested by the Kata CI to ensure the entire project is working prior to the release. Next, the PR is approved and merged by Kata Containers members.

tag_repos.sh

After Kata Containers repository is updated with a new version, it needs to be tagged.

The tag_repos.sh script is used to create tags for the Kata Containers repository. The script creates an annotated tag for the new release version for the following repositories:

  • kata-containers