Skip to content

Commit 31ad4fb

Browse files
authored
Merge pull request #899 from Mossaka/bump-0.10.0
Release containerd-shim-wasm: bump version to 0.10.0
2 parents b3fa7dc + a3c56ff commit 31ad4fb

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ homepage = "https://github.com/containerd/runwasi"
2525
anyhow = "1.0"
2626
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2727
containerd-shim = "0.8"
28-
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.9.0" }
28+
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.10.0" }
2929
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.4.0"}
3030
oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" }
3131
env_logger = "0.11"

crates/containerd-shim-wasm/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
## [Unreleased]
66

7+
## [v0.10.0] - 2025-03-05
8+
79
### Added
810
- Support for parsing SystemdCgroup from the containerd config file ([#864](https://github.com/containerd/runwasi/pull/864))\
911
- Added more parameters info to the traces (must enable `tracing` feature) ([#853](https://github.com/containerd/runwasi/pull/853))
@@ -93,7 +95,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
9395
- Removed dependency on `prost-types` ([#656](https://github.com/containerd/runwasi/pull/656))
9496
- Removed dependency on `native-tls` ([#683](https://github.com/containerd/runwasi/pull/683)), note that the `opentelemetry` feature still depends on `native-tls`.
9597

96-
[Unreleased]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.9.0..HEAD>
98+
[Unreleased]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.10.0..HEAD>
99+
[v0.10.0]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.9.0...containerd-shim-wasm/v0.10.0>
97100
[v0.9.0]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.8.0...containerd-shim-wasm/v0.9.0>
98101
[v0.8.0]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.7.0...containerd-shim-wasm/v0.8.0>
99102
[v0.7.0]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.6.0...containerd-shim-wasm/v0.7.0>

crates/containerd-shim-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "containerd-shim-wasm"
33
description = "Library for building containerd shims for wasm"
4-
version = "0.9.0"
4+
version = "0.10.0"
55
edition.workspace = true
66
license.workspace = true
77
readme = "README.md"

0 commit comments

Comments
 (0)