Releases: containerd/runwasi
Releases · containerd/runwasi
containerd-shim-wasmedge/v0.1.0
What's Changed
- Bump wasmtime to 6.0 by @cpuguy83 in #87
- Docs: Add light and dark mode logo by @Mossaka in #90
- Minor cargo clippy fixes. by @ipuustin in #93
- Chore: Bump wasmtime to 7.0 by @Mossaka in #94
- Docs: Add community call to README by @Mossaka in #96
- updating broken link in README by @danbugs in #98
- MAINTAINERS: Add Djordje Lukic(rumpl) as a REVIEWER by @Mossaka in #99
- MAINTAINERS: Add Ismo Puustinen(ipuustin) as a REVIEWER by @Mossaka in #100
- runwasi: Use youki to fully support OCI runtime spec in wasmedge by @utam0k in #78
- Add the ability to call specific modules in wasmtime. by @brendandburns in #102
- testutil: normalize test names. by @ipuustin in #92
- Missing release flag option for some targets. by @denis2glez in #104
- Redo wait() API. by @ipuustin in #88
- CI: Add rustfmt and cargo clippy to CI by @Mossaka in #95
- chore: bump wasmtime to 8 by @Mossaka in #107
- Add dependabot for dependency version checks by @ipuustin in #112
- release: Do not create empty archives by @cpuguy83 in #86
- deps: do not use chrono default features. by @ipuustin in #117
- chore: bump wasmedge to 0.12.1 and wasmedge-sdk to 0.8.1 by @CaptainVincent in #118
- Bump serde from 1.0.162 to 1.0.163 by @dependabot in #119
- wasmedge: do not leak stdio file descriptors by @ipuustin in #121
- Bump chrono from 0.4.24 to 0.4.25 by @dependabot in #123
- Bump log from 0.4.17 to 0.4.18 by @dependabot in #125
- Bump wasmtime to 9.0.2 by @Mossaka in #127
- Bump chrono from 0.4.25 to 0.4.26 by @dependabot in #128
- Bump libc from 0.2.144 to 0.2.145 by @dependabot in #129
- Fixes to tests to make cargo clippy succeed by @ipuustin in #132
- Update the docs to include install deps by @jsturtevant in #133
- Add support for building Containerd OCI Artifacts by @jsturtevant in #135
- benchmarks: add initial benchmarking support. by @ipuustin in #126
- Bump sha256 from 1.1.3 to 1.1.4 by @dependabot in #136
- Bump log from 0.4.18 to 0.4.19 by @dependabot in #137
- Bump clap from 4.3.2 to 4.3.3 by @dependabot in #138
- Adds e2e to test wasmedge shim by @jsturtevant in #134
- Update
youki
to include capabilities fix by @jprendes in #130 - fix: remove an extra space in default container root dir by @Mossaka in #140
- Improve OCI Artifact binary based on feedback by @jsturtevant in #141
- Update youki to the latest main branch and oci-spec to 0.6.1. by @Mossaka in #139
- benchmarks: fix a clippy issue by @ipuustin in #144
- MAINTAINERS: Add Toru Komatsu(utam0k) as a REVIEWER by @Mossaka in #145
- Bump clap from 4.3.3 to 4.3.4 by @dependabot in #149
- Bump serde_json from 1.0.96 to 1.0.97 by @dependabot in #148
- chore: bumps the wasmtime dep to 10.0 in wasmtime shim by @Mossaka in #151
- chore: bump libcontainer to v0.1.0 by @Mossaka in #155
- oci-tar-builder: ensure the output directory exists by @Iceber in #153
- Bump serde_json from 1.0.97 to 1.0.99 by @dependabot in #159
- Bump libc from 0.2.146 to 0.2.147 by @dependabot in #160
- Bump clap from 4.3.4 to 4.3.8 by @dependabot in #161
- Update project to latest shim-protos and ttrpc using protobuf 3.x by @jsturtevant in #81
- Bump serde from 1.0.164 to 1.0.165 by @dependabot in #165
- Bump clap from 4.3.8 to 4.3.10 by @dependabot in #166
- Bump
containerd-shim
dependency by @jprendes in #168 - Bump pretty_assertions from 1.3.0 to 1.4.0 by @dependabot in #170
- Bump thiserror from 1.0.40 to 1.0.43 by @dependabot in #171
- Bump serde from 1.0.165 to 1.0.168 by @dependabot in #172
- Bump serde_json from 1.0.99 to 1.0.100 by @dependabot in #173
- Use youki's libcontainer APIs to implement wasmtime shim. by @Mossaka in #142
- Do not run clippy on auto-generated files by @jprendes in #177
- fix: update Makefile build and check by @dierbei in #176
- chore: bump wasmedge to 0.13.1 and wasmedge-sdk to 0.9.0 by @CaptainVincent in #178
- Bump clap from 4.3.12 to 4.3.14 by @dependabot in #180
- chore: bump containerd-wasm-shim to version v0.2.0 by @Mossaka in #181
- Use rust-toolchain.toml and Bump rust version to 1.71 by @utam0k in #185
- fix: add make deps to release CI by @Mossaka in #186
- Bump sha256 from 1.1.4 to 1.2.1 by @dependabot in #183
- fix: remove redundent cache by @Mossaka in #189
- Link against wasmedge static library by @jprendes in #187
- [CI] Make Ubuntu 20.04 and 22.04 use different rust cache by @jprendes in #197
- chore: bump wasmtime to 11 and add groups config to dependabot by @Mossaka in #198
- Bump thiserror from 1.0.43 to 1.0.44 by @dependabot in #203
- Bump clap from 4.3.14 to 4.3.19 by @dependabot in #200
- Bump the wasmtime-deps group with 1 update by @dependabot in #204
- Bump serde from 1.0.171 to 1.0.175 by @dependabot in #202
- Bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #201
- Bump signal-hook from 0.3.16 to 0.3.17 by @dependabot in #199
- Check for existence of args otherwise fail in wasmtime by @jsturtevant in #205
- Pass the containerd address into shim by @jsturtevant in #192
- Bump serde from 1.0.175 to 1.0.179 by @dependabot in #212
- Bump serde_json from 1.0.103 to 1.0.104 by @dependabot in #213
- Bump wasmedge-sdk from 0.10.0 to 0.10.1 by @dependabot in #214
- fix(release): fix the Dockerfile by @Mossaka in #211
- fix: add a stat condition check for uploading release binaries by @Mossaka in #215
New Contributors
- @brendandburns made their first contribution in #102
- @denis2glez made their first contribution in #104
- @dependabot made their first contribution in #119
- @jprendes made their first contribution in #130
- @Iceber made their first contribution in #153
- @dierbei made their first contribution in #176
Full Changelog: containerd-shim-wasm/v0.1.2...containerd-shim-wasmedge/v0.1.0
containerd-shim-wasm/v0.2.0
What's Changed
- Bump wasmtime to 6.0 by @cpuguy83 in #87
- Docs: Add light and dark mode logo by @Mossaka in #90
- Minor cargo clippy fixes. by @ipuustin in #93
- Chore: Bump wasmtime to 7.0 by @Mossaka in #94
- Docs: Add community call to README by @Mossaka in #96
- updating broken link in README by @danbugs in #98
- MAINTAINERS: Add Djordje Lukic(rumpl) as a REVIEWER by @Mossaka in #99
- MAINTAINERS: Add Ismo Puustinen(ipuustin) as a REVIEWER by @Mossaka in #100
- runwasi: Use youki to fully support OCI runtime spec in wasmedge by @utam0k in #78
- Add the ability to call specific modules in wasmtime. by @brendandburns in #102
- testutil: normalize test names. by @ipuustin in #92
- Missing release flag option for some targets. by @denis2glez in #104
- Redo wait() API. by @ipuustin in #88
- CI: Add rustfmt and cargo clippy to CI by @Mossaka in #95
- chore: bump wasmtime to 8 by @Mossaka in #107
- Add dependabot for dependency version checks by @ipuustin in #112
- release: Do not create empty archives by @cpuguy83 in #86
- deps: do not use chrono default features. by @ipuustin in #117
- chore: bump wasmedge to 0.12.1 and wasmedge-sdk to 0.8.1 by @CaptainVincent in #118
- Bump serde from 1.0.162 to 1.0.163 by @dependabot in #119
- wasmedge: do not leak stdio file descriptors by @ipuustin in #121
- Bump chrono from 0.4.24 to 0.4.25 by @dependabot in #123
- Bump log from 0.4.17 to 0.4.18 by @dependabot in #125
- Bump wasmtime to 9.0.2 by @Mossaka in #127
- Bump chrono from 0.4.25 to 0.4.26 by @dependabot in #128
- Bump libc from 0.2.144 to 0.2.145 by @dependabot in #129
- Fixes to tests to make cargo clippy succeed by @ipuustin in #132
- Update the docs to include install deps by @jsturtevant in #133
- Add support for building Containerd OCI Artifacts by @jsturtevant in #135
- benchmarks: add initial benchmarking support. by @ipuustin in #126
- Bump sha256 from 1.1.3 to 1.1.4 by @dependabot in #136
- Bump log from 0.4.18 to 0.4.19 by @dependabot in #137
- Bump clap from 4.3.2 to 4.3.3 by @dependabot in #138
- Adds e2e to test wasmedge shim by @jsturtevant in #134
- Update
youki
to include capabilities fix by @jprendes in #130 - fix: remove an extra space in default container root dir by @Mossaka in #140
- Improve OCI Artifact binary based on feedback by @jsturtevant in #141
- Update youki to the latest main branch and oci-spec to 0.6.1. by @Mossaka in #139
- benchmarks: fix a clippy issue by @ipuustin in #144
- MAINTAINERS: Add Toru Komatsu(utam0k) as a REVIEWER by @Mossaka in #145
- Bump clap from 4.3.3 to 4.3.4 by @dependabot in #149
- Bump serde_json from 1.0.96 to 1.0.97 by @dependabot in #148
- chore: bumps the wasmtime dep to 10.0 in wasmtime shim by @Mossaka in #151
- chore: bump libcontainer to v0.1.0 by @Mossaka in #155
- oci-tar-builder: ensure the output directory exists by @Iceber in #153
- Bump serde_json from 1.0.97 to 1.0.99 by @dependabot in #159
- Bump libc from 0.2.146 to 0.2.147 by @dependabot in #160
- Bump clap from 4.3.4 to 4.3.8 by @dependabot in #161
- Update project to latest shim-protos and ttrpc using protobuf 3.x by @jsturtevant in #81
- Bump serde from 1.0.164 to 1.0.165 by @dependabot in #165
- Bump clap from 4.3.8 to 4.3.10 by @dependabot in #166
- Bump
containerd-shim
dependency by @jprendes in #168 - Bump pretty_assertions from 1.3.0 to 1.4.0 by @dependabot in #170
- Bump thiserror from 1.0.40 to 1.0.43 by @dependabot in #171
- Bump serde from 1.0.165 to 1.0.168 by @dependabot in #172
- Bump serde_json from 1.0.99 to 1.0.100 by @dependabot in #173
- Use youki's libcontainer APIs to implement wasmtime shim. by @Mossaka in #142
- Do not run clippy on auto-generated files by @jprendes in #177
- fix: update Makefile build and check by @dierbei in #176
- chore: bump wasmedge to 0.13.1 and wasmedge-sdk to 0.9.0 by @CaptainVincent in #178
- Bump clap from 4.3.12 to 4.3.14 by @dependabot in #180
- chore: bump containerd-wasm-shim to version v0.2.0 by @Mossaka in #181
- Use rust-toolchain.toml and Bump rust version to 1.71 by @utam0k in #185
- fix: add make deps to release CI by @Mossaka in #186
- Bump sha256 from 1.1.4 to 1.2.1 by @dependabot in #183
- fix: remove redundent cache by @Mossaka in #189
- Link against wasmedge static library by @jprendes in #187
- [CI] Make Ubuntu 20.04 and 22.04 use different rust cache by @jprendes in #197
- chore: bump wasmtime to 11 and add groups config to dependabot by @Mossaka in #198
- Bump thiserror from 1.0.43 to 1.0.44 by @dependabot in #203
- Bump clap from 4.3.14 to 4.3.19 by @dependabot in #200
- Bump the wasmtime-deps group with 1 update by @dependabot in #204
- Bump serde from 1.0.171 to 1.0.175 by @dependabot in #202
- Bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #201
- Bump signal-hook from 0.3.16 to 0.3.17 by @dependabot in #199
- Check for existence of args otherwise fail in wasmtime by @jsturtevant in #205
- Pass the containerd address into shim by @jsturtevant in #192
- Bump serde from 1.0.175 to 1.0.179 by @dependabot in #212
- Bump serde_json from 1.0.103 to 1.0.104 by @dependabot in #213
- Bump wasmedge-sdk from 0.10.0 to 0.10.1 by @dependabot in #214
- fix(release): fix the Dockerfile by @Mossaka in #211
- fix: add a stat condition check for uploading release binaries by @Mossaka in #215
New Contributors
- @brendandburns made their first contribution in #102
- @denis2glez made their first contribution in #104
- @dependabot made their first contribution in #119
- @jprendes made their first contribution in #130
- @Iceber made their first contribution in #153
- @dierbei made their first contribution in #176
Full Changelog: containerd-shim-wasm/v0.1.2...containerd-shim-wasm/v0.2.0
containerd-shim-wasm/v0.1.2
What's Changed
Full Changelog: containerd-shim-wasm/v0.1.1...containerd-shim-wasm/v0.1.2
containerd-shim-wasm/v0.1.1
Full Changelog: containerd-shim-wasm/v0.1.0...containerd-shim-wasm/v0.1.1
containerd-shim-wasm/v0.1.0
What's Changed
- Add trait to get a wasmtime engine config by @cpuguy83 in #7
- chore: update wasmtime to 0.35 by @Mossaka in #8
- added get_rootfs to oci by @Mossaka in #9
- Adding Windows Getting Started doc by @danbugs in #12
- Create LICENSE by @cpuguy83 in #19
- Refactor: move wasmtime shim binary to it's own bin by @Mossaka in #17
- some more clippy-ing I noticed while reviewing #21 by @danbugs in #22
- Support for cgroups by @cpuguy83 in #21
- chore: updated wasmtime to 2.0 by @Mossaka in #24
- Reduce waste by using only the runtime feature of oci-spec by @utam0k in #27
- add standard containerd org documentation and licensing by @devigned in #31
- Update actions versions by @cpuguy83 in #34
- cgroups: v2: Enable all controllers from parent by @cpuguy83 in #33
- Fix issue with sudo test runner messing with tty by @cpuguy83 in #38
- cgroup: v2: do not set subtree_control for new cg by @cpuguy83 in #37
- Add a cgroup wrapper which implements Drop by @cpuguy83 in #43
- Build test image without docker. by @cpuguy83 in #41
- Add tests for k8s and fix cgroup issue by @cpuguy83 in #47
- Update e2e job to test both cgroupv1 and cgroupv2 by @cpuguy83 in #48
- Use the spec builder instead of the json string by @utam0k in #51
- Make sure cpu shares and blkio weight doesn't overlow by @rumpl in #53
- Contribute wasmedge integration back to upstream by @CaptainVincent in #26
- Fix drop() calls. by @ipuustin in #56
- Add slack channel to readme by @cpuguy83 in #58
- Use io.bfq.weight if available, fallback to io.weight by @rumpl in #61
- Use signal names instead of numbers. by @ipuustin in #55
- Cleanups from static code analysis by @ipuustin in #57
- Update README.md API Instance definition. by @ipuustin in #54
- Move call of the prestart hooks over to the lib part by @rumpl in #60
- Inherit workspace's dependencies and other metadata by @Mossaka in #63
- shim: better error handling. by @ipuustin in #62
- feat: add k3s test by @defims in #66
- wasmedge: test for exit with a trap. by @ipuustin in #59
- Update caps, protobuf deps and remove containerd-shim-protos by @jsturtevant in #71
- Update nix and oci-spec dependencies by @jsturtevant in #73
- remove ci and release cachine due to cached artifact poisoning by @devigned in #77
- chore: remove unnecessary method by @bokuweb in #74
- docs: added logo to readme by @Mossaka in #75
- Fixup for publishing by @cpuguy83 in #79
- Make namespace setup conditional on OS by @cpuguy83 in #80
- More publishing cleanup by @cpuguy83 in #82
- Add cargo publish step to release pipeline by @cpuguy83 in #83
- Release containerd-shim-wasm v0.1.0 by @cpuguy83 in #84
New Contributors
- @danbugs made their first contribution in #12
- @utam0k made their first contribution in #27
- @rumpl made their first contribution in #53
- @CaptainVincent made their first contribution in #26
- @ipuustin made their first contribution in #56
- @defims made their first contribution in #66
- @jsturtevant made their first contribution in #71
- @bokuweb made their first contribution in #74
Full Changelog: v0.1.0...containerd-shim-wasm/v0.1.0
v0.1.0: Merge pull request #6 from devigned/fix-runner-os
Release of containerd-shim-wasmtime-v1:v0.1.0 for amd64