mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
release: Kata Containers 2.2.0-alpha0
- Update CC=gcc setting for Fedora s390x - osbuilder: Streamline s390x CMake & musl handling - runtime: remove the call to storeSandbox at the end of createSandboxFromConfig - virtcontainers: Add support for Secure Execution - agent: Conform to the latest nix version (0.21.0) - docs: Update the stable branch strategy to what was proposed in our ML - runtime: add more traces for network - tools/packaging: clone meson and dependencies before building QEMU - runtime: remove covertool from cli test - factory: Use lazy unmount - docs: Fix Release Process document - Add sandbox and container ID to trace spans - agent: Fix fd leak caused by netlink - metrics: Add virtiofsd exporter - versions: Update kubernetes to 1.21.1 - tracing: Add basic VSOCK tracing - agent: Upgrade tokio-vsock to fix fd leak of vsock socket - runtime: fix some comments and logs - runtime: Add support for PEF - cleanup TODOs in runtime - tracing: Make runtime span attributes more consistent - virtiofsd: refactor qemu.go to use code in virtiofsd.go - runtime: remove unused doc.go - cgroup: fix the issue of set mem.limit and mem.swap - agent: re-enable the standard SIGPIPE behavior - virtiofsd: Fix file descriptors leak and return correct PID - runtime: and cgroup and SandboxCgroupOnly check for check sub-command - kernel: add ppc64le fragments - docs: Use --ignore-preflight-errors=all flag - agent: fix start container failed when dropping all capabilities - agent: Remove unnecessary underscore(_) variables - docs: Add instructions for getting QEMU source - qemu: align before memory hotplug on arm64 - workflows: release kata 2.x snap through the stable channel - Sandbox bindmount cleanup - docs: Update add customer agent command - agent: Stop relying in the unmaintained prctl crate - how-to-use-virtio-mem-with-kata.md: Update doc to make it clear - docs: Add document for memory hotplug on arm64 - github: Run require porting labels only at main - kernel: add confidential guest build option - rustjail: separated the propagation flags from mount flags - runtime: improve sandbox cleanup logic - docs: add note for connecting debug console for old versions - image_build: align image size to 128M for arm64 - agent: avoid reaping the exit signal of execute_hook in the reaper - agent: move the dependency tempfile to the dev-dependencies section - docs: Document test repository changes when creating a stable branch - docs: Remove horizontal ruler markers that disable spell checks - docs/Developer-Guide: Add instructions to apply QEMU patches - runtime: make dialing timeout configurable - Get sandbox metrics cli - Support TDx - packaging/kata-cleanup: add k3s containerd volume - osbuilder: Upgrade alpine version to 3.13.5 - Monitor cleanup - Open CONFIG_VIRTIO_MEM in x86_64 Linux kernel - agent: delete code which is no longer used - cli: delete tracing code for kata-runtime binary - docs: add per-Pod Kata configurations for `enable_pprof` - Fix issue of virtio-mem - Set fixed NOFILE limit value for kata-agent - ci/install_yq.sh: install_yq: Check version before return - runtime: use s.ctx instead ctx for checking cancellation - runtime: fix some commentsa1247bc0
agent: Conform to the latest nix version (0.21.0)3130e66d
runtime: remove storeSandbox at the end of createSandboxFromConfig7593ebf9
runtime: Use CC=gcc on Fedora s390xa484d6db
osbuilder: Streamline s390x CMake & musl handlingda2d9ab8
osbuilder: Remove CC=gcc for Fedora s390xc0c05c73
virtcontainers: Add support for Secure Execution78f21710
virtcontainers/s390x: Put consts into one block784025bb
runtime: add more traces for network9ec9bbba
tools/packaging: clone meson and dependencies before building QEMU9158ec68
docs: Fix Release Process document9e3349c1
agent: Fix fd leak caused by netlink3d0e0b27
tracing: Add network model to span8ca02072
tracing: Add sandbox and container ID to trace spansa9a0eccf
tracing: Add basic VSOCK tracing2234b730
metrics: Add virtiofsd exporter9bf781d7
agent: Upgrade tokio-vsock to fix fd leak of vsock socketb68334a1
runtime: fix some comments and logs1f5b229b
runtime: remove FIXME in SandboxState about CgroupPathfee0004a
runtime: remove TODO about hot add memory in qemu.go2e29ef9c
runtime: remove TODO comment from StatusContainer72cd8f5e
virtiofsd: refactor qemu.go to use code in virtiofsd.go0b22c48d
runtime: remove unused doc.go30f4834c
cgroup: fix the issue of set mem.limit and mem.swap0ae364c8
agent: re-enable the standard SIGPIPE behavior05a46fed
tracing: Make runtime span attributes more consistent727bfc45
runtime: and cgroup and SandboxCgroupOnly check for check sub-commandb25ad1ab
tracing: Make trace-forwarder async45f02227
tracing: Add trace points773deca2
virtiofsd: Fix file descriptors leak and return correct PID37a426b4
runtime: Add support for PEFfe670c5d
docs: Use --ignore-preflight-errors=all flag5b5047bd
docs: Add instructions for getting QEMU source3e4ebe10
agent: fix start container failed when dropping all capabilities9a43d76d
workflows: release kata 2.x snap through the stable channel7f1030d3
sandbox-bindmount: persist mount information089a7484
sandbox: Cleanup if failure to setup sandbox-bindmount occursf65acc20
docs: Update add customer agent command20a382c1
agent: Remove unnecessary underscore(_) variables4b88532c
docs: Don't use Docker as an example of a container manager4142e424
docs: Don't mention 1.x components as part of the stable branch strategya0af2bd7
docs: Use stable-2.x / 2.x.y as example in the branch strategy documenta5e1f66a
docs: Maintain only one stable branch per major release419773b8
docs: Emphasize behaviour changes may be a reason for a major bump54a75008
docs: Refer to `main` branch in the stable branch strategy document7dde0b5d
kernel: add ppc64le fragments84906181
kernel: skip fragments for ppc64le9676b86b
kernel: move CONFIG_RANDOMIZE_BASEbd0cde40
factory: Use lazy unmountf52468be
agent/agent-ctl: Replace prctl crate by the capctl oned289b1d6
agent-ctl: Perform a `cargo update`bc36b7b4
qemu: align before memory hotplug on arm648aefc793
agent: Perform a `cargo update`785be0bb
how-to-use-virtio-mem-with-kata.md: Update doc to make it clearf8a16c17
kernel: add confidential guest build optiona65f11ea
docs: Add document for memory hotplug on arm641b607056
runtime: remove covertool from cli testfc42dc07
github: Run require porting labels only at maindbef2b29
versions: Update kubernetes to 1.21.135151f17
runtime: sandbox delete should succeed after verifying sandbox statee5fe572f
rustjail: separated the propagation flags from mount flagsffbb4d9b
docs: add note for connecting debug console for old versionsa5bb383c
agent: avoid reaping the exit signal of execute_hook in the reaperce7a5ba2
agent: move the dependency tempfile to the dev-dependencies sectione24e9462
docs/Developer-Guide: Add instructions to apply QEMU patches850cf8cd
docs: Document test repository changes when creating a stable branch8068a469
kata-runtime: add `metrics` command37873061
kata-monitor: export get stats for sandbox01b56d6c
runtime: make dialing timeout configurablee8038718
osbuilder: Upgrade alpine version to 3.13.53caed6f8
runtime: shim: dedup client, socket addr code4bc006c8
runtime: Short the shim-monitor path5fdf617e
docs: Fix spell-check errors found after new text is discovered42425456
docs: Remove horizontal ruler markers that disable spell checks3883e4e2
kernel: configs: Open CONFIG_VIRTIO_MEM in x86_64 Linux kernel4f61f4b4
virtcontainers: Support TDX0affe886
virtcontainers: define confidential guest framework539afba0
runtime: define config options to enable confidential computing79831faf
runtime: use s.ctx instead ctx for checking cancellationf6d5fbf9
runtime: fix some comments9381e5f3
packaging/kata-cleanup: add k3s containerd volume7f7c3fc8
qemu.go: qemu: resizeMemory: Fix virtio-mem resize overflow issuec9053ea3
qemu.go: qemu: setupVirtioMem: let sizeMB be multiple of 2Miba188577e
agent: Set fixed NOFILE limit value for kata-agent88cf3db6
runtime: implement CPUFlags function2b0d5b25
image_build: align image size to 128M for arm64d601ae34
agent: delete not used comments6038da19
agent: delete rustjail/src/configs directory84ee8aa8
agent: delete not used functionsd8896157
ci/install_yq.sh: install_yq: Check version before return95e54e3f
docs: add per-Pod Kata configurations for enable_pprof13c23fec
cli: delete tracing code for kata-runtime binary Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
dc4307d3cc
commit
54832cd052
@ -18,7 +18,7 @@ spec:
|
||||
katacontainers.io/kata-runtime: cleanup
|
||||
containers:
|
||||
- name: kube-kata-cleanup
|
||||
image: katadocker/kata-deploy:2.1.0-rc0
|
||||
image: katadocker/kata-deploy:2.2.0-alpha0
|
||||
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: katadocker/kata-deploy:2.1.0-rc0
|
||||
image: katadocker/kata-deploy:2.2.0-alpha0
|
||||
imagePullPolicy: Always
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
Loading…
Reference in New Issue
Block a user