Compare commits

...

7 Commits
2.0.0 ... 1.9.6

Author SHA1 Message Date
Archana Shinde
8997af5d1d Merge pull request #163 from bergwolf/1.9.6-branch-bump
# Kata Containers 1.9.6
2020-03-16 10:27:26 -07:00
Peng Tao
74d8b67fd7 release: Kata Containers 1.9.6
Version bump no changes

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2020-03-16 12:43:19 +00:00
Salvador Fuentes
f56ac785f2 Merge pull request #141 from amshinde/1.9.5-branch-bump
# Kata Containers 1.9.5
2020-02-19 12:36:37 -06:00
Archana Shinde
9f0f539ded release: Kata Containers 1.9.5
Version bump no changes

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2020-02-18 19:24:19 +00:00
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.6