mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-02 09:24:35 +00:00
release: Kata Containers 2.3.0-alpha1
- virtiofs: Create shared directory with 0700 mode, not 0750 - watcher: ensure we create target mount point for storage - packaging: fix qemu build on ppc64le - runtime: tracing: Use root context to stop tracing - Replace SHPC with ACPI PCI hotplug for Kata guests - kata-deploy: Also provide "stable" & "latest" tags - runtime: tracing: Fix logger passed in newContainer - virtcontainers: update VC SandboxConfig API add SandboxBindMounts field - sandbox: Allow the device to be accessed,such as /dev/null and /dev/u… - qemu: add v5.1.0 dir under tag_patches - threat-model: Add missing threat-model document - docs: documentation for running non-root VMM - workflows,release: Upload the vendored cargo code - runtime: run the QEMU VMM process with a non-root user - runtime: update .gitignore file cleare the vc shim config - runtime: fix empty cgroup path validation error - ci: Call agent shutdown test only in the correspondent CI_JOB - runtime: Remove outdated TestStoreContainer - runtime: refactor commandline code directory - virtcontainers: update VC HypervisorConfig API add three lost fields - virtcontainers: add unit tests for container.go - runtime: clh: Enable hugepages support - agent: Simplify mount point creation - versions: Allow newer Rust versions - runtime/qemu: Move from query-cpus to query-cpus-fast - Update Kata to use qemu-6.1 - Host cgroups improvements and simplifications - Add doc for guest swap - versions: Upgrade to Cloud Hypervisor v18.0 - runtime: Fix README link - qemu: remove default config for arm64. - sandbox: Add device permissions such as /dev/null to cgroup - virtcontainers: fc: parse vcpuID correctly - kata-tarball: Build and test fixes - test: enable running tests under root user - osbuilder: Change to "=" operator to make script more portable - makefile: Fix error exit status code - osbuilder: fix inconsistent calculation of fs size - virtcontainers: Remove NewStoreFeature - snap: Test variable instead of executing "branch" - license: drop redundent license files - Fix swap fail insert fail issue272771dc
watcher: ensure we create target mount point for storage439e5ac3
packaging: fix qemu build on ppc64le8bbcb06a
qemu: Disable SHPC hotplugcc4983ee
runtime: Remove unused qemuArchBase.appendBridges definitione248de46
vendor: Update govmm0ca8c272
qemu: add v5.1.0 dir under tag_patches3bdcfaa6
kata-deploy: Add more info about the stable tag41c590fa
kata-deploy: Improve READMEdebf3c9f
kata-deploy: Remove qemu-virtiofs runtime class43a72d76
release: update the kata-deploy yaml files accordinglyea9b2f9c
kata-deploy: Add "stable" info to the READMEe5411056
kata-deploy: Update the README9acf4e5d
kata-deploy: Add `stable` yaml filesa86babe0
kata-deploy: Point to the `latest` releasea156288c
workflows: Add "stable" & "latest" tags to kata-deploy305afc8b
docs: documentation for running non-root VMM1fe080fd
threat-model: Add missing threat-model document21c85116
workflows,release: Upload the vendored cargo code9a6d56f1
runtime: fix empty cgroup path validation error90e63887
ci: Call agent shutdown test only in the correspondent CI_JOB48fb1d92
virtiofs: Create shared directory with 0700 mode, not 0750077b77c1
runtime: tracing: Fix logger passed in newContainer39cd05e0
runtime: tracing: Use root context to stop tracing1cfe5930
runtime: Run QEMU using a non-root user/groupfd983738
runtime: update .gitignore file cleare the vc shim config067c44d0
runtime: fix UT build failure9353cd77
runtime: Remove outdated TestStoreContainer9a311a2b
docs: fix invalid kernel dax doc urle7c42fbc
runtime: unify generated config4f7cc186
runtime: refactor commandline code directory9d3cd984
agent/mount: Remove unused ensure_destination_exists()64aa5623
agent: Correct mount point creation08d7aebc
agent/mount: Split out regular file case from ensure_destination_exists()9fa3beff
agent: Remove unnecessary BareMount structure49282854
agent: Simplify BareMount::mount by using nix::mount::mountd00decc9
runtime: clh: Enable hugepages support64bb803f
runtime/qemu: Move from query-cpus to query-cpus-fast25ac3524
versions: Allow newer Rust versions851d5f86
tests: Correct heading in static checks test4b7e4a4c
runtime: Vendoring update8d9d6e6a
docs: Host cgroups documentation update9bed2ade
virtcontainers: Convert to the new cgroups package APIb42ed393
virtcontainers: cgroups: Add a containerd API based cgroups packagef17752b0
virtcontainers: container: Do not create and manage container host cgroupsdc7e9bce
virtcontainers: sandbox: Host cgroups partitioningf811026c
virtcontainers: Unconditionally create the sandbox cgroup managera6066404
virtcontainers: update VC HypervisorConfig API add three lost fieldsbb18cd47
virtcontainers: update VC SandboxConfig API add SandboxBindMounts field58e77a3c
sandbox: Allow the device to be accessed,such as /dev/null and /dev/urandomd67a414b
src/runtime/README.md: Fix URL of Licence13b8bb0c
runtime: Fix README link25670d30
packaging/qemu: Update qemu-exerimental version to v6.1.0041a513f
versions: Update qemu to v6.1.062baa48e
virtcontainers: fc: parse vcpuID correctly81de2d47
packaging: Correct error message in apply_patches.shf785ff0b
virtcontainers: clh: Revert the workaround incorrect default values0e0e59dc
virtcontainers: clh: Re-generate the client codef0b53314
versions: Upgrade to Cloud Hypervisor v18.011652136
actions: test make kata-tarball626d659f
actions: kata-deploy on PRs and use makefile78d99f51
kata-deploy: Make verbose single builds59486b85
kata-deploy: Add tarball suffix to makefile targets96e1246b
makefile: Include kata-deploy targets74d645cd
how-to: Add how-to-setup-swap-devices-in-guest-kernel.mdd865c809
virtcontainers: add unit tests for container.go71f915c6
sandbox: Add device permissions such as /dev/null to cgroup2174fee4
docs: Add swap annotations introduction2abc450a
test: enable running tests under root user924a68d0
osbuilder: Change to "=" operator to make script more portable1fff9be7
qemu: remove default config for arm64.e2a9e78c
virtcontainers: Remove NewStoreFeaturebfcee911
osbuilder: fix inconsistent calculation of fs size4996f9b7
snap: Test variable instead of executing "branch"256c3b27
license: drop redundent license filesbcc9fa3b
hotplugAddBlockDevice: Use ExecuteBlockdevAddWithDriverCache with swapbd85da04
vendor: Update vendor/github.com/kata-containers/govmmd422789f
makefile: Fix error exit status code Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in: