Compare commits

...

3 Commits
3.0.0 ... 1.9.4

Author SHA1 Message Date
GabyCT
e2f03560b4 Merge pull request #120 from jcvenegas/1.9.4-branch-bump
# Kata Containers 1.9.4
2020-01-14 13:59:41 -06:00
Jose Carlos Venegas Munoz
0b5569ba6b travis: remove rust checks
rust ci was not part of stable 1.9.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2020-01-14 19:53:38 +00:00
Jose Carlos Venegas Munoz
199762cde2 release: Kata Containers 1.9.4
The branch 1.9 was created after Kata VERSION is created, for the
current release process this is repository is not needed but CI will
fail doing checkout for this repository, also CI for releases will check
that all repos are in the same version so it is only needed for CI
correctness.

- version: Add VERSION file
- ci: Add minimal makefile to use central go test script
- netlink: pull out netlink as library crate.
- Fixup workflow 103

8d60612 version: Add VERSION file
a5192a1 netlink: pull out netlink as library crate.
3881c06 ci: Add minimal makefile to use central go test script
1c57665 workflows: make sure we build the experimental kernel, CLH
cbd5fa0 workflows: fix step output usage

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2020-01-14 19:41:41 +00:00
2 changed files with 1 additions and 34 deletions

View File

@@ -1,33 +0,0 @@
# Copyright (c) 2019 Ant Financial
#
# SPDX-License-Identifier: Apache-2.0
#
sudo: required
dist: bionic
os:
- linux
language: rust
rust:
- stable
env:
- target_branch=$TRAVIS_BRANCH RUST_AGENT=yes
before_install:
- "ci/setup.sh"
- "ci/install_go.sh"
- "ci/install_rust.sh"
- "ci/static-checks.sh"
# need to install rust from scratch?
# still need go to download github.com/kata-containers/tests
# which is already installed?
install:
- cd ${TRAVIS_BUILD_DIR}/src/agent && make
script:
- cd ${TRAVIS_BUILD_DIR}/src/agent && make check

View File

@@ -1 +1 @@
1.10.0-rc0
1.9.4