Skip to content

Commit

Permalink
containerd-shim-wasm/CHANGELOG: unreleased -> v0.8.0 (#759)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
  • Loading branch information
Mossaka authored Dec 4, 2024
2 parents 14d2a13 + 96f5a1e commit 16e5d0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/containerd-shim-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [v0.8.0] — 2024-12-04

### Added
- Support for "wasi:http/proxy" world in Wasmtime shim ([#691](https://github.com/containerd/runwasi/pull/691), [#705](https://github.com/containerd/runwasi/pull/705))
- Re-export `containerd_shim::Config` ([#714](https://github.com/containerd/runwasi/pull/714))
Expand Down Expand Up @@ -51,5 +53,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Removed dependency on `prost-types` ([#656](https://github.com/containerd/runwasi/pull/656))
- Removed dependency on `native-tls` ([#683](https://github.com/containerd/runwasi/pull/683)), note that the `opentelemetry` feature still depends on `native-tls`.

[Unreleased]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.7.0..HEAD>
[Unreleased]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.8.0..HEAD>
[v0.8.0]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.7.0...containerd-shim-wasm/v0.8.0>
[v0.7.0]: <https://github.com/containerd/runwasi/compare/containerd-shim-wasm/v0.6.0...containerd-shim-wasm/v0.7.0>

0 comments on commit 16e5d0e

Please sign in to comment.