From 96f5a1e204939b1a769c7e7dca72c25441f99600 Mon Sep 17 00:00:00 2001 From: "Jiaxiao (mossaka) Zhou" Date: Wed, 4 Dec 2024 22:26:38 +0000 Subject: [PATCH] containerd-shim-wasm/CHANGELOG: unreleased -> v0.8.0 Signed-off-by: Jiaxiao (mossaka) Zhou --- crates/containerd-shim-wasm/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/containerd-shim-wasm/CHANGELOG.md b/crates/containerd-shim-wasm/CHANGELOG.md index 4064b7df0..9419c8705 100644 --- a/crates/containerd-shim-wasm/CHANGELOG.md +++ b/crates/containerd-shim-wasm/CHANGELOG.md @@ -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)) @@ -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]: +[Unreleased]: +[v0.8.0]: [v0.7.0]: