containerd-shim-wasm/v0.8.0
Mossaka
released this
04 Dec 23:14
·
83 commits
to main
since this release
Added
- Support for "wasi:http/proxy" world in Wasmtime shim (#691, #705)
- Re-export
containerd_shim::Config
(#714) - CI jobs for spell checking and running documentation tests (#728)
Changed
- Update the
opentelemetry
related dependencies to the latest version (#712) - Use
InstanceAllocationStrategy::Pooling
if possible in wasmtime-shim (#751)
Removed
- Removed special handling of the pause container, now it is treated as any other native container (#724)
Fixed
- Documentation tests (#728)