containerd-shim-wasm/v0.4.0
版本发布时间: 2023-11-02 06:14:36
containerd/runwasi最新发布版本:containerd-shim-wasm/v0.6.0(2024-05-23 08:17:11)
containerd-shim-wasm v0.4.0
New Features
- Support WasmEdge plugins by @CaptainVincent in #307
- Enabling the shim to pull Wasm artifacts by @jsturtevant in #147, #108
What's Changed
- release: remove extra layer in create release by @Mossaka in https://github.com/containerd/runwasi/pull/330
- Run e2e test with both kind and k3s for all runtimes by @jprendes in https://github.com/containerd/runwasi/pull/323
- Bump wasmedge-sdk with fixed musl issue by @jprendes in https://github.com/containerd/runwasi/pull/331
- Bump nix to 1.27.1 by @jprendes in https://github.com/containerd/runwasi/pull/336
- Use
cross-rs
by @jprendes in https://github.com/containerd/runwasi/pull/332 - Upload k3s/kind logs on failure by @jprendes in https://github.com/containerd/runwasi/pull/346
- feat: Support wasmedge plugins by @CaptainVincent in https://github.com/containerd/runwasi/pull/307
- chore(deps): bump clap from 4.4.4 to 4.4.6 by @dependabot in https://github.com/containerd/runwasi/pull/343
- chore(deps): bump thiserror from 1.0.48 to 1.0.49 by @dependabot in https://github.com/containerd/runwasi/pull/344
- chore(deps): bump libc from 0.2.147 to 0.2.148 by @dependabot in https://github.com/containerd/runwasi/pull/335
- fix: avoid writing to read-only fs on talos by @0xE282B0 in https://github.com/containerd/runwasi/pull/327
- Build libcontainer's container on Instance::new to be spec compliant by @jprendes in https://github.com/containerd/runwasi/pull/340
- chore(deps): bump tokio from 1.32.0 to 1.33.0 by @dependabot in https://github.com/containerd/runwasi/pull/351
- chore(deps): bump libc from 0.2.148 to 0.2.149 by @dependabot in https://github.com/containerd/runwasi/pull/350
- Bump oci spec package by @jsturtevant in https://github.com/containerd/runwasi/pull/352
- Retry bootstrapping k3s on failure by @jprendes in https://github.com/containerd/runwasi/pull/353
- Bump libcontainer to include UB fix by @jprendes in https://github.com/containerd/runwasi/pull/354
- Use fallback if
git_version
fails by @jprendes in https://github.com/containerd/runwasi/pull/355 - chore(deps): bump serde from 1.0.188 to 1.0.189 by @dependabot in https://github.com/containerd/runwasi/pull/358
- Use
cross-rs
for building in CI by @jprendes in https://github.com/containerd/runwasi/pull/359 - chore: Use latest kind and k8s release by @jsturtevant in https://github.com/containerd/runwasi/pull/356
- Remove complexity from wait API by @jprendes in https://github.com/containerd/runwasi/pull/342
- Use
cross-rs
for release builds by @jprendes in https://github.com/containerd/runwasi/pull/360 - chore(deps): bump thiserror from 1.0.49 to 1.0.50 by @dependabot in https://github.com/containerd/runwasi/pull/363
- Fix issue running k8s and cross locally by @jsturtevant in https://github.com/containerd/runwasi/pull/362
- Handle Wasm Images with wasm media types by @jsturtevant in https://github.com/containerd/runwasi/pull/147
- Add the shim to to the network NS specified by @jsturtevant in https://github.com/containerd/runwasi/pull/364
- [refactor] split sandbox shim by @jprendes in https://github.com/containerd/runwasi/pull/345
- chore(deps): bump serde from 1.0.189 to 1.0.190 by @dependabot in https://github.com/containerd/runwasi/pull/365
- chore(deps): bump serde_json from 1.0.107 to 1.0.108 by @dependabot in https://github.com/containerd/runwasi/pull/366
- chore(deps): bump futures from 0.3.28 to 0.3.29 by @dependabot in https://github.com/containerd/runwasi/pull/367
- chore(deps): bump tempfile from 3.8.0 to 3.8.1 by @dependabot in https://github.com/containerd/runwasi/pull/369
- chore: bump rust to 1.73 by @Mossaka in https://github.com/containerd/runwasi/pull/371
- chore: bump versions of the containerd-shim-wasm to
0.4
and shims to0.3
by @Mossaka in https://github.com/containerd/runwasi/pull/370 - chore(deps): bump oci-spec from 0.6.3 to 0.6.4 by @dependabot in https://github.com/containerd/runwasi/pull/368
- ci: add runwasi-committee to owner of the crate by @Mossaka in https://github.com/containerd/runwasi/pull/374
- chore: add published version of wasm-test-modules dep by @Mossaka in https://github.com/containerd/runwasi/pull/373
- ci: double the timeout duration by @Mossaka in https://github.com/containerd/runwasi/pull/372
- chore: bump patch version of shims and add containerd-shim-wasm version by @Mossaka in https://github.com/containerd/runwasi/pull/376
- ci: add build env to release job by @Mossaka in https://github.com/containerd/runwasi/pull/375
- docs: add release sequence to RELEASE.md by @Mossaka in https://github.com/containerd/runwasi/pull/381
- remove wasmedge-sys dependency by @jprendes in https://github.com/containerd/runwasi/pull/383
- fix(Cargo.toml): restrict wildcard version to major versions by @Mossaka in https://github.com/containerd/runwasi/pull/382
New Contributors
- @0xE282B0 made their first contribution in https://github.com/containerd/runwasi/pull/327
Full Changelog: https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.3.0...containerd-shim-wasm/v0.4.0