Compare commits

..

6 Commits

Author SHA1 Message Date
Eric Ernst
1c0008ccb7 Merge pull request #1286 from egernst/fix-1.x-release-master
actions: fix error with nemu build job
2021-01-15 18:46:48 -08:00
Eric Ernst
34f3e5d974 actions: fix error with nemu build job
No need to dereference the environment variable. Doing so will result in
a true evaluation, which was causing NEMU to be tracked as built, when
it actually wasn't. This only impacts 1.x workflows, and is why it
wasn't caught with 2.x release process.

Fixes: #1273

Signed-off-by: Eric Ernst <eric.g.ernst@gmail.com>
2021-01-15 16:33:03 -08:00
Eric Ernst
25d0511f55 Merge pull request #1283 from egernst/release-1.13-fixup
actions: w/a deprecated set-env
2021-01-15 15:23:57 -08:00
Eric Ernst
fea9b633eb actions: w/a deprecated set-env
set-env is no longer allowed. Updated to use the new recommended syntax.

Fixes: #1273

Signed-off-by: Eric Ernst <eric.g.ernst@gmail.com>
2021-01-15 14:49:34 -08:00
Eric Ernst
8350bcf6c5 Merge pull request #1255 from egernst/1.13.0-alpha0-branch-bump
# Kata Containers 1.13.0-alpha0
2021-01-13 09:55:47 -08:00
Eric Ernst
5e4f7ccbc4 release: Kata Containers 1.13.0-alpha0
Version bump no changes

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
2021-01-13 09:27:08 -08:00

View File

@@ -1 +1 @@
1.12.1
1.13.0-alpha0