mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-30 20:44:26 +01:00
- nydus: upgrad to v2.2.0 - osbuilder: Add support for CBL-Mariner - kata-deploy: Fix bash semantics error - make only_kata work without -f - runtime-rs: ch: Implement confidential guest handling - qemu/arm64: disable image nvdimm once no firmware offered - static checks workflow improvements - A couple of kata-deploy fixes - agent: Bring in VFIO-AP device handling again - bugfix: set hostname in CreateSandboxRequest - packaging / kata-deploy builds: Add the ability to cache and consume cached components - versions: Update firecracker version - dependency: update cgroups-rs - Built-in Sandbox: add more unit tests for dragonball. Part 6 - runtime: add support for Hyper-V - runtime-rs: update load_config comment - Add support for ephemeral mounts to occupy entire sandbox's memory - runtime-rs: fix default kernel location and add more default config paths - Implement direct-volume commands handler for shim-mgmt - bugfix: modify tty_win info in runtime when handling ResizePtyRequest - bugfix: add get_ns_path API for Hypervisor - runtime-rs: add the missing default trait - packaging: Simplify get_last_modification() - utils: Make kata-manager.sh runs checks - dragonball: support pmu on aarch64 - docs: fix typo in key filename in AWS installation guide - backport rustjail systemd cgroup fix #6331 to 3.1 - main | kata-deploy: Fix kata deploy arm64 image build error - workflows: Yet more fixes for publishing the kata-deploy payload after every PR merged - rustjail: fix cgroup handling in agent-init mode - runtime/Makefile: Fix install-containerd-shim-v2 dependency - fix wrong notes for func GetSandboxesStoragePathRust() - fix(runtime-rs): add exited state to ensure cleanup - runtime-rs: add oci hook support - utils: Remove kata-manager.sh cgroups v2 check - workflows: Fixes for the `payload-after-push` action - Dragonball: update dependencies - workflows: Do not install docker - workflows: Publish kata-deploy payload after a merge - src: Fixed typo mod.rs - actions: Use `git-diff` to get changes in kernel dir - agent: don't set permission of existing directory in copy_file - runtime: use filepath.Clean() to clean the mount path - Upgrade to Cloud Hypervisor v30.0 - feat(runtime): make static resource management consistent with 2.0 - osbuilder: Include minimal set of device nodes in ubuntu initrd - kata-ctl/exec: add new command exec to enter guest VM. - kernel: Add CONFIG_SEV_GUEST to SEV kernel config - runtime-rs: Improve Cloud Hypervisor config handling - virtiofsd: update to a valid path on ppc64le - runtime-rs: cleanup kata host share path - osbuilder: fix default build target in makefile - devguide: Add link to the contribution guidelines - kata-deploy: Ensure go binaries can run on Ubuntu 20.04 - dragonball: config_manager: preserve device when update - Revert "workflows: Push the builder image to quay.io" - Remove all remaining unsafe impl - kata-deploy: Fix building the kata static firecracker arm64 package occurred an error - shim-v2: Bump Ubuntu container image to 22.04 - packaging: Cache the container used to build the kata-deploy artefacts - utils: always check some dependencies. - versions: Use ubuntu as the default distro for the rootfs-image - github-action: Replace deprecated command with environment file - docs: Change the order of release step - runtime-rs: remove unnecessary Send/Sync trait implement - runtime-rs: Don't build on Power, don't break on Power. - runtime-rs: handle sys_dir bind volume - sandbox: set the dns for the sandbox - packaging/shim-v2: Only change the config if the file exists - runtime-rs: Add basic CH implementation - release: Revert kata-deploy changes after 3.1.0-rc0 release8b008fc743kata-deploy: fix bash semantics error74ec38cf02osbuilder: Add support for CBL-Marinerac58588682runtime-rs: ch: Generate Cloud Hypervisor config for confidential guests96555186b3runtime-rs: ch: Honour debug settinge3c2d727baruntime-rs: ch: clippy fixece5edc641qemu/arm64: disable image nvdimm if no firmware offereddd23f452abutils: renamed only_kata to skip_containerd59c81ed2bbutils: informed pre-check about only_kata4f0887ce42kata-deploy: fix install failing to chmod runtime-rs/bin/*09c4828ac3workflows: add missing artifacts on payload-after-pushfbf891fdffpackaging: Adapt `get_last_modification()`82a04dbce1local-build: Use cached VirtioFS when possible3b99004897local-build: Use cached shim v2 when possible1b8c5474dalocal-build: Use cached RootFS when possible09ce4ab893local-build: Use cached QEMU when possible1e1c843b8blocal-build: Use cached Nydus when possible64832ab65blocal-build: Use cached Kernel when possible04fb52f6c9local-build: Use cached Firecracker when possible8a40f6f234local-build: Use cached Cloud Hypervisor when possible194d5dc8a6tools: Add support for caching VirtioFS artefactsa34272cf20tools: Add support for caching shim v2 artefacts7898db5f79tools: Add support for caching RootFS artefactse90891059btools: Add support for caching QEMU artefacts7aed8f8c80tools: Add support for caching Nydus artefactscb4cbe2958tools: Add support for caching Kernel artefacts762f9f4c3etools: Add support for caching Firecracker artefacts6b1b424fc7tools: Add support for caching Cloud Hypervisor artefacts08fe49f708versions: Adjust kernel names to match kata-deploy build targets99505c0f4fversions: Update firecracker versionf4938c0d90bugfix: set hostname96baa83895agent: Bring in VFIO-AP device handling againf666f8e2dfagent: Add VFIO-AP device handlingb546eca26fruntime: Generalize VFIO devices4c527d00c7agent: Rename VFIO handling to VFIO PCI handlingdb89c88f4fagent: Use cfg-if for s390x CCW68a586e52cagent: Use a constant for CCW root bus patha8b55bf874dependency: update cgroups-rs97cdba97earuntime-rs: update load_config comment974a5c22f0runtime: add support for Hyper-V40f4eef535build: Use the correct kernel namea6c67a161eruntime: add support for ephemeral mounts to occupy entire sandbox memory844bf053b2runtime-rs: add the missing default traite7bca62c32bugfix: modify tty_win info in runtime when handling ResizePtyRequest30e235f0a1runtime-rs: impl volume-resize trait for sandboxe029988bc2bugfix: add get_ns_path API for Hypervisor42b8867148runtime-rs: impl volume-stats trait for sandbox462d4a1af2workflows: static-checks: Free disk space before running checkse68186d9afworkflows: static-checks: Set GOPATH only once439ff9d4c4tools/osbuilder/tests: Remove TRAVIS variable43ce3f7588packaging: Simplify get_last_modification()33c5c49719packaging: Move repo_root_dir to lib.sh16e2c3cc55agent: implement update_ephemeral_mounts api3896c7a22bprotocol: add updateEphemeralMounts proto23488312f5agent: always use cgroupfs when running as init8546387348agent: determine value of use_systemd_cgroup before LinuxContainer::new()736aae47a4rustjail: print type of cgroup managerdbae281924workflows: Properly set the kata-tarball architecture76b4591e2btools: Adjust the build-and-upload-payload.sh scriptcd2aaeda2akata-deploy: Switch to using an ubuntu image2d43e13102docs: fix typo in AWS installation guide760f78137ddragonball: support pmu on aarch649bc7bef3d6kata-deploy: Fix path to the Dockerfile78ba363f8ekata-deploy: Use different images for s390x and aarch646267909501kata-deploy: Allow passing BASE_IMAGE_{NAME,TAG}3443f558a6nydus: upgrad nydus to v2.2.0395645e1ceruntime: hybrid-mode cause error in the latest nydusdf8e44172f6utils: Make kata-manager.sh runs checksf31c79d210workflows: static-checks: Remove TRAVIS_XXX variables8030e469b2fix(runtime-rs): add exited state to ensure cleanup7d292d7fc3workflows: Fix the path of imported workflowse07162e79dworkflows: Fix action namedd2713521eDragonball: update dependenciesbd1ed26c8dworkflows: Publish kata-deploy payload after a mergefea7e8816fruntime-rs: Fixed typo mod.rsa9e2fc8678runtime/Makefile: Fix install-containerd-shim-v2 dependencyb6880c60d3logging: Correct the code notes12cfad4858runtime-rs: modify the transfer to oci::Hooks828d467222workflows: Do not install docker4b8a5a1a3dutils: Remove kata-manager.sh cgroups v2 check2c4428ee02runtime-rs: move pre-start hooks to sandbox_starte80c9f7b74runtime-rs: add StartContainer hook977f281c5cruntime-rs: add CreateContainer hook support875f2db528runtime-rs: add oci hook supportecac3a9e10docs: add design doc for Hooks3ac6f29e95runtime: clh: Re-generate the client code262daaa2efversions: Upgrade to Cloud Hypervisor v30.0192df84588agent: always use cgroupfs when running as initb0691806f1agent: determine value of use_systemd_cgroup before LinuxContainer::new()dc86d6dac3runtime: use filepath.Clean() to clean the mount pathc4ef5fd325agent: don't set permission of existing directory3483272bbdruntime-rs: ch: Enable initrd usagefbee6c820eruntime-rs: Improve Cloud Hypervisor config handling1bff1ca30akernel: Add CONFIG_SEV_GUEST to SEV kernel config Adding kernel config to sev case since it is needed for SNP and SNP will use the SEV kernel. Incrementing kernel config version to reflect changesad8968c8d9rustjail: print type of cgroup managerb4a1527aa6kata-deploy: Fix static shim-v2 build on arm642c4f8077fdRevert "shim-v2: Bump Ubuntu container image to 22.04"afaccf924dRevert "workflows: Push the builder image to quay.io"4c39c4ef9fdevguide: Add link to the contribution guidelines76e926453aosbuilder: Include minimal set of device nodes in ubuntu initrd697ec8e578kata-deploy: Fix kata static firecracker arm64 package build errorced3c99895dragonball: config_manager: preserve device when updateda8a6417aaruntime-rs: remove all remaining unsafe impl0301194851dragonball: use crossbeam_channel in VmmService instead of mpsc::channel9d78bf9086shim-v2: Bump Ubuntu container image to 22.043cfce5a709utils: improved unsupported distro message.919d19f415feat(runtime): make static resource management consistent with 2.0b835c40bbdworkflows: Push the builder image to quay.io781ed2986apackaging: Allow passing a container builder to the scripts45668fae15packaging: Use existing image to build td-shime8c6bfbdebpackaging: Use existing image to build td-shim3fa24f7accpackaging: Add infra to push the OVMF builder imagef076fa4c77packaging: Use existing image to build OVMFc7f515172dpackaging: Add infra to push the QEMU builder imagefb7b86b8e0packaging: Use existing image to build QEMUd0181bb262packaging: Add infra to push the virtiofsd builder image7c93428a18packaging: Use existing image to build virtiofsd8c227e2471virtiofsd: Pass the expected toolchain to the build container7ee00d8e57packaging: Add infra to push the shim-v2 builder image24767d82aapackaging: Use existing image to build the shim-v2e84af6a620virtiofsd: update to a valid path on ppc64le6c3c771a52packaging: Add infra to push the kernel builder imageb9b23112bfpackaging: Use existing image to build the kernel869827d77fpackaging: Add push_to_registry()e69a6f5749packaging: Add get_last_modification()6c05e5c67apackaging: Add and export BUILDER_REGISTRY1047840cf8utils: always check some dependencies.95e3364493runtime-rs: remove unnecessary Send/Sync trait implementa96ba99239actions: Use `git-diff` to get changes in kernel dir619ef54452docs: Change the order of release stepa161d11920versions: Use ubuntu as the default distro for the rootfs-imagebe40683bc5runtime-rs: Add a generic powerpc64le-options.mk47c058599apackaging/shim-v2: Install the target depending on the arch/libcb582c0db86kata-ctl/exec: add new command exec to enter guest VM.07802a19dcruntime-rs: handle sys_dir bind volume04e930073csandbox: set the dns for the sandbox32ebe1895bagent: fix the issue of creating the dns file44aaec9020github-action: Replace deprecated command with environment filea68c5004f8packaging/shim-v2: Only change the config if the file existsee76b398b3release: Revert kata-deploy changes after 3.1.0-rc0 releasebbc733d6c8docs: runtime-rs: Add CH status details37b594c0d2runtime-rs: Add basic CH implementation545151829dkata-types: Add Cloud Hypervisor (CH) definitions2dd2421ad0runtime-rs: cleanup kata host share path0a21ad78b1osbuilder: fix default build target in makefile9a01d4e446dragonball: add more unit test for virtio-blk device. Signed-off-by: Greg Kurz <groug@kaod.org>
2 lines
13 B
Plaintext
2 lines
13 B
Plaintext
3.2.0-alpha0
|