mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-21 07:14:25 +01:00
release: Kata Containers 2.2.2
- stable-2.2 | Backport #2821 and #2769 - Backport runtime: Fix !x86 static checks - stable-2.2 | agent: exec should inherit container process capabilities - stable-2.2 | vendor: Update containerd to v1.5.7 - stable-2.2 | fc: fix version parsing for fc >= 0.25 - [backport] kata-monitor: cache improvementseea2c019virtcontainers: clh: Use 'quiet' as the default kernel parameter1e798b96virtcontainers: clh: Turn-off serial and virtio-console by default53c4492fagent: netlink: Use the grpc IP family field when updating the route893623dfruntime: Pass the route IP family to the agent503ce9c1agent: protos: Add a Family field to the Route payload9932e76fruntime: vendor: Bump the netlink package dependency0034f40bagent: exec should inherit container process capabilities1f6b0f65protection: add confidential compute frame for arm112e0f63check: fix typecheck failure in qemu_arm64_test.go18820e31virtcontainers: fix lint failure on ppc64le8fafced9virtcontainers: nolint guestProtection9668095aruntime: Fix field alignment on s390x3e145ea9vendor: Update containerd to v1.5.779e0754afc: fix version parsing for fc >= 0.25b8fc1af3runtime: set the sandbox storage path static97167ccdruntime: rename GetSanboxesStoragePath() --> GetSandboxesStoragePath()b0aca51ekata-monitor: bump version to 0.2.028873c4dkata-monitor: refresh kata sandbox list on fs events3525a2edkata-monitor: improve detection of kata workloads30d07d44kata-monitor: add getSandboxFS()623b1082runtime: add GetSandboxesStoragePath()fc1822f0kata-monitor: improve sandbox cachingba6ad1c8kata-monitor: warn when unable to retrive the lower level runtime22d3df91kata-monitor: minor fixes Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
||||
katacontainers.io/kata-runtime: cleanup
|
||||
containers:
|
||||
- name: kube-kata-cleanup
|
||||
image: quay.io/kata-containers/kata-deploy:2.2.1
|
||||
image: quay.io/kata-containers/kata-deploy:2.2.2
|
||||
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.2.1
|
||||
image: quay.io/kata-containers/kata-deploy:2.2.2
|
||||
imagePullPolicy: Always
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
||||
Reference in New Issue
Block a user