Commit Graph

252 Commits

Author SHA1 Message Date
Alex Zenla
655b8029cb
krata: move api proto to /proto and version api 2024-03-24 05:52:25 +00:00
Alex Zenla
cb6839b0f6
krata: api cleanup and improvements 2024-03-24 05:25:48 +00:00
Alex Zenla
7543fccfaf
kratactl: make things nicer to use from a scripting standpoint 2024-03-23 10:09:00 +00:00
Alex Zenla
e25cbf087d
kratactl: implement guest resolution and rename console to attach 2024-03-23 09:48:53 +00:00
Alex Zenla
7b2de22320
krata: rework xenstore watch for reliability 2024-03-23 08:46:20 +00:00
Alex Zenla
3d5095c78b
krata: reconcile improvements and better kratactl error experience 2024-03-23 07:00:12 +00:00
Alex Zenla
df90a4d03f
kratad: filter out backhand info logging 2024-03-23 04:36:21 +00:00
Alex Zenla
f679781545
krata: default log level is now info 2024-03-23 04:31:35 +00:00
Alex Zenla
6c0e14da6a
kratactl: implement output formats 2024-03-23 04:07:48 +00:00
Alex Zenla
3b5e3a077a
krata: improve guest reconciliation 2024-03-23 02:10:30 +00:00
Alex Zenla
8b57c16f0a
krata: fix conformance to container startup 2024-03-22 23:59:02 +00:00
Alex Zenla
6d6610ca2f
krata: fix support for registries with anonymous authentication 2024-03-22 19:57:56 +00:00
Alex Zenla
1a6287893e
kratart: fix multiple oci layer compiler issues 2024-03-22 19:14:27 +00:00
Alex Zenla
f29d7d61e1
nightly: fix build 2024-03-22 10:25:48 -07:00
Alex Zenla
79ceb4851b
krata: fix console restoration 2024-03-21 22:49:37 -07:00
dependabot[bot]
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
Alex Zenla
79942fdc4d
dependabot: check daily for dependencies and update github actions 2024-03-22 05:04:24 +00:00
Alex Zenla
f854dfe77a
kratactl: freebsd build 2024-03-22 04:41:38 +00:00
Alex Zenla
aaf8e50c0e
workflows: rework names and split checks 2024-03-21 20:21:42 -07:00
Alex Zenla
88f6edb608
nightly: fix job names 2024-03-21 20:15:09 -07:00
Alex Zenla
b67b1d8340
nightly: build kratactl for all supported platforms 2024-03-21 20:12:03 -07:00
Alex Zenla
901ec3b6e5
kratactl: fix windows build 2024-03-21 20:04:10 -07:00
Alex Zenla
87689067a3
workflows: fix client workflow to use bash by default on windows 2024-03-21 19:58:03 -07:00
Alex Zenla
a3a2148002
kratactl: initial windows bringup 2024-03-21 19:54:14 -07:00
Alex Zenla
5fd10d6edf
workflows: don't run tests on client workflow 2024-03-21 18:47:05 -07:00
Alex Zenla
d98dc7baad
workflows: client now builds on macos-14 2024-03-21 18:43:57 -07:00
Alex Zenla
b5f1d9edb0
build: consider x86_64 on aarch64 darwin to not be a cross-compile 2024-03-21 18:39:06 -07:00
Alex Zenla
370ec8bbe6
krata: fix client tests on darwin 2024-03-21 18:31:20 -07:00
Alex Zenla
280831045a
krata: fix github workflow for clients on darwin 2024-03-21 18:28:52 -07:00
Alex Zenla
0be154b667
workflows: fix client build on darwin 2024-03-21 18:24:11 -07:00
Alex Zenla
a8e299d03f
krata: install homebrew on darwin ci for client builds 2024-03-21 18:22:20 -07:00
Alex Zenla
55958c514b
krata: fix darwin builds of kratactl 2024-03-21 18:20:02 -07:00
Alex Zenla
597a1433b3
krata: build kratactl for darwin 2024-03-21 18:16:04 -07:00
Alex Zenla
ba00889efb
kratanet: fix unused value warning 2024-03-21 22:14:43 +00:00
Alex Zenla
387cce061b
ci: install aarch64 gcc 2024-03-21 21:44:37 +00:00
Alex Zenla
7ec0ed64dd
ci: install cross from git 2024-03-21 21:38:18 +00:00
Alex Zenla
0191e5b2c1
krata: rework cross-compilation 2024-03-21 21:31:10 +00:00
Alex Zenla
332a1bba26
krata: fix x86 after arm64 work 2024-03-21 18:03:47 +00:00
Alex Zenla
da17805824
Merge remote-tracking branch 'origin/arm64' 2024-03-21 17:58:12 +00:00
Alex Zenla
48123166fe
krata: implement fast exit code notification 2024-03-15 17:36:26 +00:00
Alex Zenla
e3aa54edea
krata: fix exit status when guest exit happens during attach 2024-03-15 16:11:35 +00:00
Alex Zenla
d66b6f80b9
kratactl: rework to separate commands 2024-03-15 15:59:18 +00:00
Alex Zenla
31a43f9108
krata: improvements to event handling during reconciliation 2024-03-14 23:29:07 +00:00
Alex Zenla
9bbf8420f2
krata: implement guest reconciliation 2024-03-14 14:03:11 +00:00
Alex Zenla
32a1a36ad4
krata: fix support for oci-archive style tars in image seeding 2024-03-13 15:13:20 +00:00
Alex Zenla
9e57bb60bf
krata: simplify README 2024-03-13 15:10:30 +00:00
Alex Zenla
5c7f81a261
krata: more work on arm64 support 2024-03-13 07:48:20 -07:00
Alex Zenla
7d65f9d24c
krata: implement image seeding backend 2024-03-13 14:20:22 +00:00
Alex Zenla
f23d84c415
krata: implement guest tab for automatic guest startup 2024-03-13 13:05:17 +00:00
Alex Zenla
f4af71cb2f
krata: begin working on arm64 support 2024-03-13 04:47:28 -07:00