mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-18 07:58:36 +00:00
release: Kata Containers 2.3.1
- stable-2.3 | kata-deploy: fix tar command in dockerfile - stable-2.3 | versions: Upgrade to Cloud Hypervisor v20.2 - stable-2.3 Missing backports - stable-2.3 | docs: Fix kernel configs README spelling errors - docs: Fix outdated links - stable-2.3 | versions: Upgrade to Cloud Hypervisor v20.1 - Backport osbuilder: Revert to using apk.static for Alpine - stable-2.3 | runtime: only call stopVirtiofsd when shared_fs is virtio-fs - Backport versions: Use Ubuntu initrd for non-musl archs - stable-2.3 | Upgrade to Cloud Hypervisor v20.0 and Openapi-generator v5.3.0 - stable-2.3 | packaging: Fix missing commit message in building kata-runtime - stable-2.3 | runtime: enable vhost-net for rootless hypervisor - [backport] agent: create directories for watchable-bind mounts - runtime: enable FUSE_DAX kernel config for DAXdfbe74c4
kata-deploy: fix tar command in dockerfile9e7eed7c
versions: Upgrade to Cloud Hypervisor v20.253cf1dd0
tools/packaging: add copyright to kata-monitor's Dockerfilea4dee6a5
packaging: delint tests dockerfilesfd87b60c
packaging: delint kata-deploy dockerfiles2cb4f7ba
ci/openshift-ci: delint dockerfiles993dcc94
osbuilder: delint dockerfilesbbd7cc2f
packaging: delint kata-monitor dockerfiles9837ec72
packaging: delint static-build dockerfiles8785106f
packaging/qemu: Use QEMU script to update submodulesa915f082
packaging/qemu: Use partial git cloneec3faab8
security: Update rust crate versions1f61be84
osbuilder: Add protoc to the alpine containerd2d8f9ac
osbuilder: avoid to copy versions.txt which already deprecatedca30eee3
kata-manager: Retrieve static tarball0217abce
kata-deploy: Deal with empty containerd conf file572b25dd
osbuilder: be runtime consistent also with podman build84e69ecb
agent: user container ID as watchable storage key for hashmap77b6cfbd
docs: Fix kernel configs README spelling errors24085c95
docs: Fix outdated k8s link514bf74f
docs: Replicate branch rename on runtime-spec77a2502a
cri-o: Update links for the CRI-O github page6413ecf4
docs: Backport source reorganization linksa0bed72d
versions: Upgrade to Cloud Hypervisor v20.1d03e05e8
versions: Use fixed, minor version for Alpine0f7db91c
osbuilder: Revert to using apk.static for Alpine271d67a8
runtime: only call stopVirtiofsd when shared_fs is virtio-fs7c15335d
versions: Use Ubuntu initrd for non-musl archs15080f20
virtcontainers: clh: Upgrade to openapi-generator v5.3.0c2b8eb3c
virtcontainers: clh: Re-generate the client codefe0fbab5
versions: Upgrade to Cloud Hypervisor v20.0be5468fd
packaging: Fix missing commit message in building kata-runtime18bb9a5d
runtime: enable vhost-net for rootless hypervisor3458073d
agent: create directories for watchable-bind mounts0e91503c
runtime: enable FUSE_DAX kernel config for DAX Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
parent
3d4dedefda
commit
a2e524f356
@ -18,7 +18,7 @@ spec:
|
||||
katacontainers.io/kata-runtime: cleanup
|
||||
containers:
|
||||
- name: kube-kata-cleanup
|
||||
image: quay.io/kata-containers/kata-deploy:2.3.0
|
||||
image: quay.io/kata-containers/kata-deploy:2.3.1
|
||||
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: quay.io/kata-containers/kata-deploy:2.3.0
|
||||
image: quay.io/kata-containers/kata-deploy:2.3.1
|
||||
imagePullPolicy: Always
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
Loading…
Reference in New Issue
Block a user