Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerd/runwasi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: containerd/runwasi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Mossaka-patch-1
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 2025

  1. Update CHANGELOG.md

    Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
    Mossaka authored Mar 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3dd0b00 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 crates/containerd-shim-wasm/CHANGELOG.md
1 change: 1 addition & 0 deletions crates/containerd-shim-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
### Removed
- Removed the `shim_main` function. Use `ShimCli::run` trait method instead. ([#944](https://github.com/containerd/runwasi/pull/944) and [#943](https://github.com/containerd/runwasi/pull/943))
- The `with_lease` macro, `otel` module and `instance_utils` module are now private. ([#929](https://github.com/containerd/runwasi/pull/929))
- The logging macros are removed. Now, the pod ID and container ID are unconditionally added to any logging coming from a sandbox process. ([#953](https://github.com/containerd/runwasi/pull/953)

## [v0.10.0] - 2025-03-05