Merge pull request #6817 from fidencio/3.1.1-branch-bump

# Kata Containers 3.1.1
This commit is contained in:
Fabiano Fidêncio
2023-05-15 13:04:17 +02:00
committed by GitHub
4 changed files with 5 additions and 6 deletions

View File

@@ -1 +1 @@
3.1.0
3.1.1

View File

@@ -436,9 +436,8 @@ mod tests {
let msg = format!("test[{}]: {:?}", i, d);
let (rfd, wfd) = unistd::pipe2(OFlag::O_CLOEXEC).unwrap();
defer!({
// rfd is closed by the use of PipeStream in the crate_logger_task function,
// but we will attempt to close in case of a failure
let _ = unistd::close(rfd);
// XXX: Never try to close rfd, because it will be closed by PipeStream in
// create_logger_task() and it's not safe to close the same fd twice time.
unistd::close(wfd).unwrap();
});

View File

@@ -18,7 +18,7 @@ spec:
katacontainers.io/kata-runtime: cleanup
containers:
- name: kube-kata-cleanup
image: quay.io/kata-containers/kata-deploy:3.1.0
image: quay.io/kata-containers/kata-deploy:3.1.1
imagePullPolicy: Always
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
env:

View File

@@ -16,7 +16,7 @@ spec:
serviceAccountName: kata-label-node
containers:
- name: kube-kata
image: quay.io/kata-containers/kata-deploy:3.1.0
image: quay.io/kata-containers/kata-deploy:3.1.1
imagePullPolicy: Always
lifecycle:
preStop: