Skip to content

Commit

Permalink
release: Kata Containers 2.2.1
Browse files Browse the repository at this point in the history
- stable-2.2 | watcher: ensure we create target mount point for storage
- stable-2.2 | virtiofs: Create shared directory with 0700 mode, not 0750
- [backport]sandbox: Allow the device to be accessed,such as /dev/null and /dev/u…
- stable-2.2 | kata-deploy: Also provide "stable" & "latest" tags
- stable-2.2 | runtime: tracing: Fix logger passed in newContainer
- stable-2.2 | runtime: tracing: Use root context to stop tracing
- packaging: Backport QEMU's GitLab switch to 5.1.x
- stable-2.2 | workflows,release: Upload the vendored cargo code
- backport: Call agent shutdown test only in the correspondent CI_JOB
- packaging: Backport QEMU's switch to GitLab repos
- stable-2.2 | virtcontainers: fc: parse vcpuID correctly
- shimv2: Backport fixes for #2527
- backport-2.2: remove default config for arm64.
- stable-2.2 | versions: Upgrade to Cloud Hypervisor v18.0
- [backport]sandbox: Add device permissions such as /dev/null to cgroup
- [backport] runtime: Fix README link
- [backport] snap: Test variable instead of executing "branch"

d9b41fc watcher: ensure we create target mount point for storage
2b6327a kata-deploy: Add more info about the stable tag
5256e08 kata-deploy: Improve README
02b4626 kata-deploy: Remove qemu-virtiofs runtime class
1b3058d release: update the kata-deploy yaml files accordingly
98e2e93 kata-deploy: Add "stable" info to the README
8f25c7d kata-deploy: Update the README
84da2f8 workflows: Add "stable" & "latest" tags to kata-deploy
5c76f1c packaging: Backport QEMU's GitLab switch to 5.1.x
ba6fc32 packaging: Backport QEMU's switch to GitLab repos
d5f5da4 workflows,release: Upload the vendored cargo code
017cd3c ci: Call agent shutdown test only in the correspondent CI_JOB
2ca867d runtime: Add container field to logs
f4da502 shimv2: add information to method comment
1616424 shimv2: add logging to shimv2 api calls
25c7e11 virtiofs: Create shared directory with 0700 mode, not 0750
4c5bf05 virtcontainers: fc: parse vcpuID correctly
b3e620d runtime: tracing: Fix logger passed in newContainer
98c2ca1 runtime: tracing: Use root context to stop tracing
0481c50 backport-2.2: remove default config for arm64.
56920bc sandbox: Allow the device to be accessed,such as /dev/null and /dev/urandom
a1874cc virtcontainers: clh: Revert the workaround incorrect default values
c2c6505 virtcontainers: clh: Re-generate the client code
7ee43f9 versions: Upgrade to Cloud Hypervisor v18.0
1792a9f runtime: Fix README link
807cc8a sandbox: Add device permissions such as /dev/null to cgroup
5987f3b snap: Test variable instead of executing "branch"

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Sep 24, 2021
1 parent ebc23df commit 688cc8e
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.0
2.2.1
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.0
image: quay.io/kata-containers/kata-deploy:2.2.1
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.0
image: quay.io/kata-containers/kata-deploy:2.2.1
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down

0 comments on commit 688cc8e

Please sign in to comment.