mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
Mirror of Krata Hypervisor
Bumps the dep-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.32` | `1.0.33` | | [ratatui](https://github.com/ratatui/ratatui) | `0.28.0` | `0.28.1` | | [redb](https://github.com/cberner/redb) | `2.1.1` | `2.1.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.127` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.31.2` | `0.31.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.209` | Updates `flate2` from 1.0.32 to 1.0.33 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33) Updates `ratatui` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.28.0...v0.28.1) Updates `redb` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](https://github.com/cberner/redb/compare/v2.1.1...v2.1.2) Updates `serde_json` from 1.0.125 to 1.0.127 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.125...1.0.127) Updates `sysinfo` from 0.31.2 to 0.31.3 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.31.2...v0.31.3) Updates `serde` from 1.0.208 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: redb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Zenla <alex@edera.dev> |
||
---|---|---|
.github | ||
crates | ||
doc/admin-guide | ||
hack | ||
images | ||
resources | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Cross.toml | ||
DEV.md | ||
FAQ.md | ||
lefthook.toml | ||
LICENSE | ||
README.md | ||
release-plz.toml | ||
SECURITY.md |
krata
An isolation engine for securing compute workloads.
$ kratactl zone launch -a alpine:latest
Introduction
krata is a single-host workload isolation service. It isolates workloads using a type-1 hypervisor, providing a tight security boundary while preserving performance.
krata utilizes the core of the Xen hypervisor with a fully memory-safe Rust control plane.
Hardware Support
Architecture | Completion Level | Hardware Virtualization |
---|---|---|
x86_64 | 100% Completed | None, Intel VT-x, AMD-V |
aarch64 | 10% Completed | AArch64 virtualization |