Commit Graph

373 Commits

Author SHA1 Message Date
efba8b1316 Release krata v0.0.1, krata-oci v0.0.1, krata-xenstore v0.0.1, krata-guest v0.0.1, krata-xencall v0.0.1, krata-xenclient v0.0.1, krata-xenevtchn v0.0.1, krata-xengnt v0.0.1, krata-runtime v0.0.1, krata-daemon v0.0.1, krata-network v0.0.1, krata-ctl v0.0.1 2024-03-30 08:27:20 +00:00
ee639af2ed krata: fix workspace version references and feature discrepancies 2024-03-30 07:56:22 +00:00
b65bbff165 krata: update README.md 2024-03-30 07:41:59 +00:00
2d5d819290 daemon: fix build 2024-03-30 07:33:47 +00:00
6ff5a1e62f krata: move protos back into crate directory 2024-03-30 07:20:43 +00:00
b9d2dc54ea krata: specify descriptions, licenses, repository, and homepage for crates 2024-03-30 07:11:14 +00:00
eb20a4c60c krata: use krata-advmac fork 2024-03-30 06:51:16 +00:00
a9c6fa2c6a oci: switch to krata-tokio-tar 2024-03-30 06:31:22 +00:00
bdb91a6cb3 krata: restructure packages for cleanliness 2024-03-30 06:21:34 +00:00
da9e6cac14 krata: fix guest destruction 2024-03-30 03:49:13 +00:00
d659b3aa55 network: performance tuning using tear off buffers 2024-03-29 03:09:41 +00:00
7d7da1f9ee krata: implement idm support for guest <-> host messages 2024-03-28 22:38:21 +00:00
567fcc296e kratart: fix channels after u32::MAX worth of data 2024-03-28 08:55:59 +00:00
f7267e4f5d krata: begin work on idm channel 2024-03-28 07:36:48 +00:00
63f7db6cf4 kratart: support for krata channels for two-way byte communication 2024-03-28 05:31:57 +00:00
d4f1ee5521 krata: begin work on guest message channel 2024-03-27 06:28:47 +00:00
66465793cd krata: event-based network backend startup and api enhancements 2024-03-27 02:54:39 +00:00
63c0feb053 krataoci: improve performance of squashify 2024-03-25 09:39:06 +00:00
162579f100 xengnt: implement memory mapping support 2024-03-25 07:24:25 +00:00
0a5948aa50 xen: begin work on xen grant mappings 2024-03-25 04:49:57 +00:00
001409378e chore: move kratart::image to krataoci and cleanup dependencies 2024-03-25 02:37:02 +00:00
655b8029cb krata: move api proto to /proto and version api 2024-03-24 05:52:25 +00:00
cb6839b0f6 krata: api cleanup and improvements 2024-03-24 05:25:48 +00:00
7543fccfaf kratactl: make things nicer to use from a scripting standpoint 2024-03-23 10:09:00 +00:00
e25cbf087d kratactl: implement guest resolution and rename console to attach 2024-03-23 09:48:53 +00:00
7b2de22320 krata: rework xenstore watch for reliability 2024-03-23 08:46:20 +00:00
3d5095c78b krata: reconcile improvements and better kratactl error experience 2024-03-23 07:00:12 +00:00
df90a4d03f kratad: filter out backhand info logging 2024-03-23 04:36:21 +00:00
f679781545 krata: default log level is now info 2024-03-23 04:31:35 +00:00
6c0e14da6a kratactl: implement output formats 2024-03-23 04:07:48 +00:00
3b5e3a077a krata: improve guest reconciliation 2024-03-23 02:10:30 +00:00
8b57c16f0a krata: fix conformance to container startup 2024-03-22 23:59:02 +00:00
6d6610ca2f krata: fix support for registries with anonymous authentication 2024-03-22 19:57:56 +00:00
1a6287893e kratart: fix multiple oci layer compiler issues 2024-03-22 19:14:27 +00:00
f29d7d61e1 nightly: fix build 2024-03-22 10:25:48 -07:00
79ceb4851b krata: fix console restoration 2024-03-21 22:49:37 -07:00
827c6c9a12 build(deps): update reqwest requirement from 0.11.24 to 0.12.0 (#11)
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.27)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 22:06:29 -07:00
79942fdc4d dependabot: check daily for dependencies and update github actions 2024-03-22 05:04:24 +00:00
f854dfe77a kratactl: freebsd build 2024-03-22 04:41:38 +00:00
aaf8e50c0e workflows: rework names and split checks 2024-03-21 20:21:42 -07:00
88f6edb608 nightly: fix job names 2024-03-21 20:15:09 -07:00
b67b1d8340 nightly: build kratactl for all supported platforms 2024-03-21 20:12:03 -07:00
901ec3b6e5 kratactl: fix windows build 2024-03-21 20:04:10 -07:00
87689067a3 workflows: fix client workflow to use bash by default on windows 2024-03-21 19:58:03 -07:00
a3a2148002 kratactl: initial windows bringup 2024-03-21 19:54:14 -07:00
5fd10d6edf workflows: don't run tests on client workflow 2024-03-21 18:47:05 -07:00
d98dc7baad workflows: client now builds on macos-14 2024-03-21 18:43:57 -07:00
b5f1d9edb0 build: consider x86_64 on aarch64 darwin to not be a cross-compile 2024-03-21 18:39:06 -07:00
370ec8bbe6 krata: fix client tests on darwin 2024-03-21 18:31:20 -07:00
280831045a krata: fix github workflow for clients on darwin 2024-03-21 18:28:52 -07:00