containerd-shim-wasmtime/v0.2.0
Pre-release
Pre-release
github-actions
released this
19 Sep 16:37
·
693 commits
to main
since this release
What's Changed
- MAINTAINERS: Add Jorge Prendes(jprendes) as a REVIEWER by @Mossaka in #228
- feat: add stats function to task by @Mossaka in #217
- chore(deps): bump wasmedge-sdk from 0.10.1 to 0.11.2 by @dependabot in #232
- chore(deps): bump sha256 from 1.2.2 to 1.3.0 by @dependabot in #233
- chore(deps): bump tempfile from 3.7.0 to 3.7.1 by @dependabot in #234
- chore(deps): bump cgroups-rs from 0.3.2 to 0.3.3 by @dependabot in #235
- [wasmedge] fix static linking unconditionally enabled by @jprendes in #227
- refactor: adding
LibcontainerInstance
for default implementation ofInstance
trait by @Mossaka in #226 - chore(deps): bump log from 0.4.19 to 0.4.20 by @dependabot in #241
- Refactor entrypoint logic to one location by @jsturtevant in #219
- Add
LinuxContainerExecutor
to Wasmtime and WasmEdge shims by @Mossaka in #156 - Add alpine build by @jprendes in #236
- Move code that is only used in the tests by @jsturtevant in #239
- Make the utility maybe_open_stdio cross platform by @jsturtevant in #240
- Use common library function for getting the module name by @jsturtevant in #242
- Remove redundant generics by @jprendes in #245
- Remove EngineGetter by @jprendes in #247
- feat: resolve a name clash of the libcontainer features by @Mossaka in #246
- Consolidate setup steps to keep in sync by @jsturtevant in #244
- refactor: group imports by @Mossaka in #251
- Free CI disk by @Mossaka in #263
- Refactor use statements to enable building Windows by @jsturtevant in #238
- chore(deps): bump thiserror from 1.0.44 to 1.0.47 by @dependabot in #255
- chore(deps): bump anyhow from 1.0.72 to 1.0.75 by @dependabot in #256
- chore(deps): bump clap from 4.3.21 to 4.3.23 by @dependabot in #258
- chore(deps): bump tempfile from 3.7.1 to 3.8.0 by @dependabot in #257
- chore(deps): bump serde from 1.0.183 to 1.0.185 by @dependabot in #259
- Moved determine_rootdir to containerd-shim-wasm by @Mossaka in #248
- Make wasmedge preopen the container root by @jprendes in #265
- Use an RAII wrapper for stdio redirection by @jprendes in #260
- remove
load
andspec_from_file
from oci by @Mossaka in #264 - Share artifacts between jobs by @jprendes in #267
- Bump Containerd shim to 0.5.0 by @jsturtevant in #272
- Use reusable workflows to split linux and windows builds by @jprendes in #270
- chore: bump rust to 1.72 by @Mossaka in #273
- refactor: use collect_metrics by @vyta in #254
- Support passing named pipes in stdio by @jsturtevant in #277
- Merge both existing
run_wasi_test
implementations by @jprendes in #279 - chore(deps): bump serde from 1.0.185 to 1.0.188 by @dependabot in #283
- chore(deps): bump nix from 0.26.2 to 0.26.3 by @dependabot in #284
- chore(deps): bump serde_json from 1.0.104 to 1.0.105 by @dependabot in #285
- chore(deps): bump clap from 4.3.23 to 4.4.1 by @dependabot in #286
- chore(deps): bump sha256 from 1.3.0 to 1.4.0 by @dependabot in #282
- feat: add version flag to all the shims by @Mossaka in #268
- bump libcontainer to tip of tree by @yihuaf in #290
- Fix dangling fd with stdio by @jprendes in #287
- Handle wasmtime and wasmedge exit status by @jprendes in #291
- chore(deps): bump clap from 4.4.1 to 4.4.2 by @dependabot in #295
- chore(deps): bump thiserror from 1.0.47 to 1.0.48 by @dependabot in #296
- Bump libcontainer to 0.2 by @jprendes in #297
- Preopen the container root instead of cwd by @jprendes in #298
- add wasmer by @dierbei in #281
- Provide a simplified API when using
libcontainer
by @jprendes in #293 - Fix
Makefile
to avoid duplicated work in CI by @jprendes in #304 - chore(deps): bump chrono from 0.4.28 to 0.4.30 by @dependabot in #310
- Cleanup unused deps and code by @jprendes in #300
- Shim testing framework by @jprendes in #306
- add wasmer doc by @dierbei in #302
- chore: bump wasmedge to 0.12.1 by @jprendes in #315
- Fix release Dockerfile and add wasmer by @jprendes in #316
- chore(deps): bump clap from 4.4.3 to 4.4.4 by @dependabot in #321
- Factor
main
's logic into an utility function by @jprendes in #317 - chore(deps): bump the wasmtime-deps group with 1 update by @dependabot in #318
- chore(deps): bump serde_json from 1.0.106 to 1.0.107 by @dependabot in #319
- chore(deps): bump chrono from 0.4.30 to 0.4.31 by @dependabot in #320
- Simple api on Windows by @jprendes in #314
- chore: bump containerd-shim-wasm to
v0.3.0
and other crates tov0.2.0
by @Mossaka in #324
New Contributors
Full Changelog: containerd-shim-wasm/v0.2.1...containerd-shim-wasmtime/v0.2.0