mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 22:53:43 +00:00
release: Kata Containers 2.0.4
- [backport] runtime: fix static check errors - [backport] versions: Upgrade to cloud-hypervisor v15.0 - qemu: kill virtiofsd if failure to start VMM - docs: Document limitation regarding subpaths - Makefile: Replace @RUNTIME_NAME@ with the target in generated files - runtime: handle io.katacontainers.config.hypervisor.virtio_fs_extra_args3d33250e
agent: Wrong pid method usedafe4df04
agent: Fix compiler checksf859f8af
agent: Fixes for static and compiler checks657d7552
agent: simplify ttrpc error construction7d96f22b
ci: add `cargo clippy` for agent2f67e831
agent: fix clippy for rustc 1.54f9b5faf
agent: clear match_like_matches_macro/vec_resize_to_zero warnings974e0e3b
agent: clear module_inception/type_complexity warnings91e12404
agent: clear clippy warnings02aaab22
agent: clear clippy `len_zero` warnings165988a3
rustjail: clear clippy warnings9d49a69f
oci: clear clippy warningscab530cb
agent: clear redundant_field_names clippy warning8d16767b
logging: clear clippy warnings01b2bbc1
runtime: fix static check errorsc60951f5
actions: enable unit tests in PR checkc750ce13
agent: makefile: Add codecov target0704641c
makefile: agent: Add self documented help04dcbd4d
github: Update ubuntu version to 20.04f1c63380
github: Add github actionsee202408
versions: Upgrade to cloud-hypervisor v15.0aad549fe
qemu: kill virtiofsd if failure to start VMM16e358b3
docs: Document limitation regarding subpathsa8137eef
Makefile: Replace @RUNTIME_NAME@ with the target in generated files351a01bd
runtime: handle io.katacontainers.config.hypervisor.virtio_fs_extra_args Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
8d185e1972
commit
1c62bd1240
@ -18,7 +18,7 @@ spec:
|
||||
katacontainers.io/kata-runtime: cleanup
|
||||
containers:
|
||||
- name: kube-kata-cleanup
|
||||
image: katadocker/kata-deploy:2.0.3
|
||||
image: katadocker/kata-deploy:2.0.4
|
||||
imagePullPolicy: Always
|
||||
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
|
||||
env:
|
||||
|
@ -16,7 +16,7 @@ spec:
|
||||
serviceAccountName: kata-label-node
|
||||
containers:
|
||||
- name: kube-kata
|
||||
image: katadocker/kata-deploy:2.0.3
|
||||
image: katadocker/kata-deploy:2.0.4
|
||||
imagePullPolicy: Always
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
Loading…
Reference in New Issue
Block a user