Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #777 from egernst/stable-1.9-backport-fixes
Browse files Browse the repository at this point in the history
Stable 1.9 backport fixes
  • Loading branch information
Eric Ernst authored Oct 31, 2019
2 parents f5e73be + 25b8797 commit aae9271
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion kata-deploy/scripts/kata-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ EOT
cat <<EOT | tee -a "$crio_conf_file"
# Path to the Kata Containers runtime binary that uses the QEMU hypervisor with virtiofs support.
[$kata_qemu_conf]
[$kata_qemu_virtiofs_conf]
runtime_path = "${kata_qemu_virtiofs_path}"
EOT
fi
Expand Down
20 changes: 12 additions & 8 deletions release/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Release tools
# Release information

* [Introduction](#introduction)
* [Create a Kata Containers release](#create-a-kata-containers-release)
* [`update-repository-version.sh`](#update-repository-versionsh)
* [Update Kata projects to a new version](#update-kata-projects-to-a-new-version)
* [`tag_repos.sh`](#tag_repossh)
* [Release tools](#release-tools)
- [`update-repository-version.sh`](#update-repository-versionsh)
- [Update Kata projects to a new version](#update-kata-projects-to-a-new-version)
- [`tag_repos.sh`](#tag_repossh)

## Introduction

This directory contains tools for Kata Containers releases.
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.md).

## `update-repository-version.sh`
## 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.
Expand All @@ -25,7 +29,7 @@ For more information on using the script, run the following:
$ ./update-repository-version.sh -h
```

## Update Kata projects to a new version
### Update Kata projects to a new version

Kata Containers is divided into multiple projects. With each release, all
project versions are updated to keep the version consistent.
Expand All @@ -41,7 +45,7 @@ Kata repositories. These pull requests are 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`
### `tag_repos.sh`

After all the Kata repositories are updated with a new version, they need to be
tagged.
Expand Down
2 changes: 1 addition & 1 deletion release/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ make sure the packages install and work. To help with this you can use the [pack
Publish in [Slack and Kata mailing list][join-us-kata] that new release is ready.

8. Send changes to upstream.
If you found any issue during the release process and you fix it, please send it back.
If you found any issue during the release process and you fixed it, please send it back.
After your changes are merged, tag Kata packaging with `${NEW_VERSION}` to identify the code used for the release.


Expand Down
2 changes: 1 addition & 1 deletion release/runtime-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ get_release_info() {
}

changes() {
echo "**FIXME - massage this section by hand to produce a summary please**"
echo "**FIXME - message this section by hand to produce a summary please**"

echo "### Shortlog"
for cr in $(git log --merges "${previous_release}".."${new_release}" | grep 'Merge:' | awk '{print $2".."$3}'); do
Expand Down

0 comments on commit aae9271

Please sign in to comment.