Removed
- Remove waitlist signup from CLI
Added
- Added new
teams
command to the CLI. - Remove support for old cri-o, use new CRI API (v1)
Fixed
- Uses the
syscalls
crate to handle calling the syscalls for go. And adds
pwrite64
,pread64
,fsync
andfdatasync
hooks for go.
#2099
Internal
- Debug instructions for intproxy in contributer guide.
- Flush outgoing the console loggers after each logs so that we can see more
logs before the layer or the intproxy exit when debugging.