Skip to content

Commit

Permalink
release: Kata Containers 2.2.2
Browse files Browse the repository at this point in the history
- 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 improvements

eea2c01 virtcontainers: clh: Use 'quiet' as the default kernel parameter
1e798b9 virtcontainers: clh: Turn-off serial and virtio-console by default
53c4492 agent: netlink: Use the grpc IP family field when updating the route
893623d runtime: Pass the route IP family to the agent
503ce9c agent: protos: Add a Family field to the Route payload
9932e76 runtime: vendor: Bump the netlink package dependency
0034f40 agent: exec should inherit container process capabilities
1f6b0f6 protection: add confidential compute frame for arm
112e0f6 check: fix typecheck failure in qemu_arm64_test.go
18820e3 virtcontainers: fix lint failure on ppc64le
8fafced virtcontainers: nolint guestProtection
9668095 runtime: Fix field alignment on s390x
3e145ea vendor: Update containerd to v1.5.7
79e0754 fc: fix version parsing for fc >= 0.25
b8fc1af runtime: set the sandbox storage path static
97167cc runtime: rename GetSanboxesStoragePath() --> GetSandboxesStoragePath()
b0aca51 kata-monitor: bump version to 0.2.0
28873c4 kata-monitor: refresh kata sandbox list on fs events
3525a2e kata-monitor: improve detection of kata workloads
30d07d4 kata-monitor: add getSandboxFS()
623b108 runtime: add GetSandboxesStoragePath()
fc1822f kata-monitor: improve sandbox caching
ba6ad1c kata-monitor: warn when unable to retrive the lower level runtime
22d3df9 kata-monitor: minor fixes

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Oct 14, 2021
1 parent c4e8e86 commit 9053137
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.1
2.2.2
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.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:
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.1
image: quay.io/kata-containers/kata-deploy:2.2.2
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down

0 comments on commit 9053137

Please sign in to comment.