Merge pull request #6893 from fidencio/3.1.2-branch-bump

# Kata Containers 3.1.2
This commit is contained in:
Fabiano Fidêncio
2023-05-19 12:35:09 +02:00
committed by GitHub
5 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
3.1.1
3.1.2

View File

@@ -963,6 +963,8 @@ func SandboxConfig(ocispec specs.Spec, runtime RuntimeConfig, bundlePath, cid st
DisableGuestSeccomp: runtime.DisableGuestSeccomp,
EnableVCPUsPinning: runtime.EnableVCPUsPinning,
GuestSeLinuxLabel: runtime.GuestSeLinuxLabel,
Experimental: runtime.Experimental,

View File

@@ -156,7 +156,7 @@ func IsCgroupV1() (bool, error) {
func SetThreadAffinity(threadID int, cpuSetSlice []int) error {
unixCPUSet := unix.CPUSet{}
for cpuId := range cpuSetSlice {
for _, cpuId := range cpuSetSlice {
unixCPUSet.Set(cpuId)
}

View File

@@ -18,7 +18,7 @@ spec:
katacontainers.io/kata-runtime: cleanup
containers:
- name: kube-kata-cleanup
image: quay.io/kata-containers/kata-deploy:3.1.1
image: quay.io/kata-containers/kata-deploy:3.1.2
imagePullPolicy: Always
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
env:

View File

@@ -16,7 +16,7 @@ spec:
serviceAccountName: kata-label-node
containers:
- name: kube-kata
image: quay.io/kata-containers/kata-deploy:3.1.1
image: quay.io/kata-containers/kata-deploy:3.1.2
imagePullPolicy: Always
lifecycle:
preStop: