containerd-shim-wasmtime/v0.4.0
Pre-release
Pre-release
github-actions
released this
29 Mar 22:19
·
323 commits
to main
since this release
What's Changed
- Bump test module crate version by @jsturtevant in #522
- Enable building and release of oci-tar-builder by @jsturtevant in #523
- Add Description and license to oci-tar-builder cargo.toml by @jsturtevant in #525
- chore(deps): bump tokio-stream from 0.1.14 to 0.1.15 by @dependabot in #530
- chore(deps): bump indexmap from 2.2.5 to 2.2.6 by @dependabot in #529
- change release flow to be workflow_dispatch rather than tag based by @devigned in #532
- Fix for running sed on Linux for release pipeline by @jsturtevant in #533
- Add a user to git commit by @jsturtevant in #535
- Remove auto-commit and verify version by @jsturtevant in #536
Full Changelog: containerd-shim-wasm/v0.5.0...containerd-shim-wasmtime/v0.4.0
What's Changed
- chore: bump patch version of shims and add containerd-shim-wasm version by @Mossaka in #376
- ci: add build env to release job by @Mossaka in #375
- docs: add release sequence to RELEASE.md by @Mossaka in #381
- remove wasmedge-sys dependency by @jprendes in #383
- fix(Cargo.toml): restrict wildcard version to major versions by @Mossaka in #382
- [CI] Move parse ref from yaml to a script by @jprendes in #386
- chore(deps): bump clap from 4.4.6 to 4.4.7 by @dependabot in #387
- chore(deps): bump libc from 0.2.149 to 0.2.150 by @dependabot in #388
- feat: support any shim version in
shim_main
by @Mossaka in #389 - chore(deps): bump clap from 4.4.7 to 4.4.8 by @dependabot in #392
- chore(deps): bump serde from 1.0.190 to 1.0.192 by @dependabot in #393
- chore(deps): bump env_logger from 0.10.0 to 0.10.1 by @dependabot in #394
- chore(deps): bump tokio from 1.33.0 to 1.34.0 by @dependabot in #396
- Update README.md by @Mossaka in #397
- chore(deps): bump wasmedge-sdk from 0.12.2 to 0.13.2 by @dependabot in #395
- chore(wasmtime): bump wasmtime to v14 by @Mossaka in #399
- Update rust-toolchain.toml by @Mossaka in #402
- chore(deps): bump wat from 1.0.79 to 1.0.80 by @dependabot in #403
- chore(deps): bump git-version from 0.3.5 to 0.3.8 by @dependabot in #404
- chore(deps): bump wat from 1.0.80 to 1.0.81 by @dependabot in #406
- chore(deps): bump serde from 1.0.192 to 1.0.193 by @dependabot in #407
- Consolidate the RuntimeContext API to use one EntryPoint and expose Source for WASI files by @jsturtevant in #398
- Add CONTRIBUTING.md by @jsturtevant in #400
- Promote @jsturtevant to committer by @devigned in #410
- Promote @jprendes to committer by @devigned in #409
- chore(deps): bump clap from 4.4.8 to 4.4.10 by @dependabot in #411
- chore(deps): bump wat from 1.0.81 to 1.0.82 by @dependabot in #412
- chore(deps): bump libc from 0.2.150 to 0.2.151 by @dependabot in #420
- chore(deps): bump tokio from 1.34.0 to 1.35.0 by @dependabot in #421
- chore(deps): bump clap from 4.4.10 to 4.4.11 by @dependabot in #422
- chore(deps): bump thiserror from 1.0.50 to 1.0.51 by @dependabot in #425
- chore(deps): bump git-version from 0.3.8 to 0.3.9 by @dependabot in #424
- chore(deps): bump anyhow from 1.0.75 to 1.0.76 by @dependabot in #427
- chore(deps): bump futures from 0.3.29 to 0.3.30 by @dependabot in #430
- chore(deps): bump libcontainer from 0.3.0 to 0.3.1 by @dependabot in #426
- chore(deps): bump crossbeam from 0.8.2 to 0.8.3 by @dependabot in #429
- Fix typo in README by @sachaos in #433
- Fix missing link in README.md by @sachaos in #431
- chore(deps): bump serde_json from 1.0.108 to 1.0.109 by @dependabot in #437
- chore(deps): bump thiserror from 1.0.51 to 1.0.53 by @dependabot in #435
- chore(deps): bump anyhow from 1.0.76 to 1.0.79 by @dependabot in #439
- Add libzstd-dev as dependencies by @sachaos in #432
- chore(deps): bump tempfile from 3.8.1 to 3.9.0 by @dependabot in #438
- chore(deps): bump tokio from 1.35.0 to 1.35.1 by @dependabot in #428
- chore(*): bump rust version to 1.75 by @Mossaka in #440
- chore(deps): bump libc from 0.2.151 to 0.2.152 by @dependabot in #441
- chore(deps): bump crossbeam from 0.8.3 to 0.8.4 by @dependabot in #442
- chore(deps): bump windows-sys from 0.48.0 to 0.52.0 by @dependabot in #445
- Fix image name of test-image/oci by @sachaos in #434
- chore(deps): bump clap from 4.4.11 to 4.4.13 by @dependabot in #443
- chore(deps): bump sha256 from 1.4.0 to 1.5.0 by @dependabot in #444
- test(*): verify pods get deleted successfully by @Mossaka in #446
- feat(wasmtime): support wasm components by @Mossaka in #401
- chore(deps): bump wat from 1.0.82 to 1.0.83 by @dependabot in #450
- chore(deps): bump clap from 4.4.13 to 4.4.17 by @dependabot in #451
- chore(deps): bump wasmparser from 0.118.1 to 0.119.0 by @dependabot in #452
- chore(deps): bump thiserror from 1.0.53 to 1.0.56 by @dependabot in #449
- Update docs and scripts for latest on OCI images by @jsturtevant in #453
- chore(deps): bump clap from 4.4.17 to 4.4.18 by @dependabot in #455
- chore(deps): bump serde from 1.0.193 to 1.0.195 by @dependabot in #458
- refactor(*): add source.as_bytes() by @Mossaka in #454
- chore(deps): bump env_logger from 0.10.1 to 0.10.2 by @dependabot in #456
- chore(deps): bump serde_json from 1.0.109 to 1.0.111 by @dependabot in #457
- Add guidance for adding and removing shims from project by @jsturtevant in #408
- upgrade libcontainer version to 0.3.1 by @lengrongfu in #461
- chore(deps): bump serde_json from 1.0.111 to 1.0.113 by @dependabot in #464
- chore(deps): bump chrono from 0.4.31 to 0.4.33 by @dependabot in #467
- chore(deps): bump wasmparser from 0.119.0 to 0.120.0 by @dependabot in #466
- chore(deps): bump serde from 1.0.195 to 1.0.196 by @dependabot in #465
- chore(deps): bump the wasmtime-deps group with 1 update by @dependabot in #463
- chore(deps): bump wat from 1.0.83 to 1.0.85 by @dependabot in #468
- chore(deps): bump wasmparser from 0.120.0 to 0.121.0 by @dependabot in #469
- chore(deps): bump libcontainer from 0.3.1 to 0.3.2 by @dependabot in #470
- chore(deps): bump libc from 0.2.152 to 0.2.153 by @dependabot in #471
- Update kind and use for oci as well by @jsturtevant in #472
- chore(deps): bump tokio from 1.35.1 to 1.36.0 by @dependabot in #474
- feat(ci): add cosign to sign the released binaries by @Mossaka in #459
- chore(deps): bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #480
- chore(deps): bump wat from 1.0.85 to 1.0.86 by @dependabot in #481
- chore(deps): bump thiserror from 1.0.56 to 1.0.57 by @dependabot in #482
- Store Compiled Modules when using OCI Wasm Images by @jsturtevant in #405
- chore(deps): bump clap from 4.4.18 to 4.5.0 by @dependabot in #479
- Remove
generate_doc
feature by @jprendes in #484 - chore(*): bump crates version by @Mossaka in #485
- chore(deps): bump the wasmtime-deps group with 1 update by @dependabot in #478
- chore(deps): bump anyhow from 1.0.79 to 1.0.80 by @dependabot in #490
- chore(deps): bump clap from 4.5.0 to 4.5.1 by @dependabot in #487
- chore(deps): bump chrono from 0.4.33 to 0.4.34 by @dependabot in #489
- chore(deps): bump wasmparser from 0.121.0 to 0.200.0 by @dependabot in #491
- Place
ttrpc
files inOUT_DIR
by @jprendes in #483 - chore(deps): bump serde from 1.0.196 to 1.0.197 by @dependabot in #496
- chore(deps): bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #500
- chore(deps): bump wat from 1.0.86 to 1.201.0 by @dependabot in #501
- ci(release): exclude wasm-test-modules crate by @Mossaka in #502
- Pre-compile each layer individually by @jsturtevant in #492
- chore(deps): bump serde_json from 1.0.113 to 1.0.114 by @dependabot in #494
- fix(precompilation): support streaming layer content in 15MB chunks by @kate-goldenring in #507
- refactor(precompile): make code a bit more readable by @Mossaka in #506
- chore(deps): bump clap from 4.5.1 to 4.5.2 by @dependabot in #512
- chore(deps): bump log from 0.4.20 to 0.4.21 by @dependabot in #510
- chore(deps): bump the wasmtime-deps group with 1 update by @dependabot in #499
- chore(deps): bump chrono from 0.4.34 to 0.4.35 by @dependabot in #511
- chore(deps): bump prost-types from 0.11.9 to 0.12.3 by @dependabot in #488
- Update containerd-shim to 0.7.0 by @jsturtevant in #513
- chore(deps): bump thiserror from 1.0.57 to 1.0.58 by @dependabot in #519
- chore(deps): bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #518
- chore(deps): bump nix from 0.27.1 to 0.28.0 by @dependabot in #517
- Add hash of layers to make Unique ImageID for existing tooling by @jsturtevant in #514
- chore(deps): bump wasmparser from 0.200.0 to 0.201.0 by @dependabot in #515
- fix: use latest containerd crate with patched cgroups parsing by @kate-goldenring in #520
- chore(deps): bump clap from 4.5.2 to 4.5.3 by @dependabot in #516
- Update rust-extensions to 0.7.1 by @jsturtevant in #521
- Bump test module crate version by @jsturtevant in #522
- Enable building and release of oci-tar-builder by @jsturtevant in #523
- Add Description and license to oci-tar-builder cargo.toml by @jsturtevant in #525
- chore(deps): bump tokio-stream from 0.1.14 to 0.1.15 by @dependabot in #530
- chore(deps): bump indexmap from 2.2.5 to 2.2.6 by @dependabot in #529
- change release flow to be workflow_dispatch rather than tag based by @devigned in #532
- Fix for running sed on Linux for release pipeline by @jsturtevant in #533
- Add a user to git commit by @jsturtevant in #535
- Remove auto-commit and verify version by @jsturtevant in #536
New Contributors
- @sachaos made their first contribution in #433
- @lengrongfu made their first contribution in #461
- @kate-goldenring made their first contribution in #507
Full Changelog: containerd-shim-wasmtime/v0.3.0...containerd-shim-wasmtime/v0.4.0