Skip to content

Commit

Permalink
release: Kata Containers 2.2.3
Browse files Browse the repository at this point in the history
ad45107a2 release: Kata Containers 2.2.3
4f73e58 packaging/static-build: s390x fixes
45f65a7 agent: Handle uevent remove actions
06d3049 agent: fix race condition when test watcher
0366f6e template: disable template unit test on arm
7cb650a runtime: DefaultMaxVCPUs should not greater than defaultMaxQemuVCPUs
e97cd23 runtime: current vcpu number should be limited
6b6d81c runtime: kernel version with '+' as suffix panic in parse
a479eca docs: Fix outdated links
b794a39 virtcontainers: clh: Re-generate the client code
39d95f4 versions: Upgrade to Cloud Hypervisor v19.0

Depends-on: github.com/kata-containers/tests#4155
Signed-off-by: Peng Tao <[email protected]>
  • Loading branch information
bergwolf committed Nov 5, 2021
1 parent 4f73e58 commit b7493fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
katacontainers.io/kata-runtime: cleanup
containers:
- name: kube-kata-cleanup
image: quay.io/kata-containers/kata-deploy:2.2.2
image: quay.io/kata-containers/kata-deploy:2.2.3
imagePullPolicy: Always
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: kata-label-node
containers:
- name: kube-kata
image: quay.io/kata-containers/kata-deploy:2.2.2
image: quay.io/kata-containers/kata-deploy:2.2.3
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down

0 comments on commit b7493fd

Please sign in to comment.