kata-containers:stable-1.9

Last commit made on 2020-04-20
Get this branch:
git clone -b stable-1.9 https://git.launchpad.net/kata-containers

Branch merges

Branch information

Name:
stable-1.9
Repository:
lp:kata-containers

Recent commits

28a9010... by Salvador Fuentes Garcia

Merge pull request #1024 from chavafg/topic/1.9-backport-yq

backport: tools: use yq 2.3.0 for stable-1.9

b9bc278... by Salvador Fuentes Garcia

tools: use yq 2.3.0 for stable-1.9

We need to use the same yq version in stable-1.10 across all
the repositories.

In the future, we should check the installed version of yq and
use (or not) the corresponding flag.

Fixes: #1022.

Signed-off-by: Salvador Fuentes <email address hidden>
(cherry picked from commit 6fe4d781fd452b2e8c8470f31390d5b1bfde7eef)

b0f23c4... by Salvador Fuentes Garcia

Merge pull request #1021 from chavafg/1.9.7-branch-bump

# Kata Containers 1.9.7

da48aa2... by Salvador Fuentes Garcia

release: Kata Containers 1.9.7

- backport: stable-1.9: yq: remove `-X` flag

8370c47 stable-1.9: yq: remove `-X` flag

Signed-off-by: Salvador Fuentes <email address hidden>

b912d86... by Gabriela

Merge pull request #1017 from chavafg/topic/fix-yq-1.9

backport: stable-1.9: yq: remove `-X` flag

8370c47... by Salvador Fuentes Garcia

stable-1.9: yq: remove `-X` flag

stable-1.9 branch uses old version of yq that doesn't support
the `-X` flag, so we need to remove it.

Fixes: #1011.

Signed-off-by: Salvador Fuentes <email address hidden>

45b0d82... by Archana Shinde

Merge pull request #976 from bergwolf/1.9.6-branch-bump

# Kata Containers 1.9.6

24fa2bb... by Peng Tao <email address hidden>

release: Kata Containers 1.9.6

Version bump no changes

Signed-off-by: Peng Tao <email address hidden>

a0c32ce... by Archana Shinde

Merge pull request #950 from jcvenegas/backport-935-1.9.x

lib: yq: explode anchors to get real value of image values

a0c1545... by Jose Carlos Venegas Munoz

lib: yq: explode anchors to get real value of image values

yq is not exploding anchors anymore and requiere an extra flag.

Add flag to fix CI.

Fixes: #934

Signed-off-by: Jose Carlos Venegas Munoz <email address hidden>