Mirror of Krata Hypervisor
Go to file
dependabot[bot] 51bd27d010
build(deps): bump the dep-updates group across 1 directory with 6 updates
Bumps the dep-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` |
| [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.26` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.14.0` |



Updates `async-trait` from 0.1.85 to 0.1.86
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.85...0.1.86)

Updates `indexmap` from 2.7.0 to 2.7.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1)

Updates `log` from 0.4.22 to 0.4.26
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.26)

Updates `thiserror` from 2.0.9 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11)

Updates `tokio` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0)

Updates `uuid` from 1.11.0 to 1.14.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...v1.14.0)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-updates
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-updates
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-updates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-updates
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dep-updates
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dep-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-21 05:41:01 +00:00
.github build(deps): bump the actions-updates group across 1 directory with 3 updates (#427) 2024-12-14 18:10:32 -05:00
crates chore: release v0.0.24 (#388) 2024-12-14 23:53:21 +00:00
hack krata xen control-plane 2024-09-16 02:03:43 -04:00
.gitattributes krata: improved doc structure 2024-03-08 08:12:10 +00:00
.gitignore feat(xenstore): multi-watch and maybe-commit support (#429) 2024-12-14 17:57:15 -05:00
Cargo.lock build(deps): bump the dep-updates group across 1 directory with 6 updates 2025-02-21 05:41:01 +00:00
Cargo.toml build(deps): bump the dep-updates group across 1 directory with 6 updates 2025-02-21 05:41:01 +00:00
CHANGELOG.md chore: release v0.0.24 (#388) 2024-12-14 23:53:21 +00:00
CODE_OF_CONDUCT.md krata: improved doc structure 2024-03-08 08:12:10 +00:00
CONTRIBUTING.md krata xen control-plane 2024-09-16 02:03:43 -04:00
FAQ.md krata xen control-plane 2024-09-16 02:03:43 -04:00
lefthook.toml krata xen control-plane 2024-09-16 02:03:43 -04:00
LICENSE relicense to GPL v2.0 2024-09-16 02:32:59 -04:00
README.md krata xen control-plane 2024-09-16 02:03:43 -04:00
release-plz.toml fix release-plz workflow 2024-09-16 02:05:46 -04:00
SECURITY.md krata: introduce code of conduct and security policy 2024-03-07 17:04:53 +00:00

krata

krata is an implementation of a Xen control-plane in Rust.

license discord check


Introduction

krata is a component of Edera Protect, for secure-by-design infrastructure. It provides the base layer upon which Edera Protect zones are built on: a securely booted virtualization guest on the Xen hypervisor.

Hardware Support

Architecture Completion Level Hardware Virtualization
x86_64 100% Completed None, Intel VT-x, AMD-V
aarch64 10% Completed AArch64 virtualization