\n\n* Prepare release notes for api/v1.12.0-beta.0 ([#13899](https://github.com/containerd/containerd/pull/13899))\n * [`0ff04dc3f`](https://github.com/containerd/containerd/commit/0ff04dc3f7934523f6a2001e67d9572d4a9d4885) Prepare release notes for api/v1.12.0-beta.0\n* Include media type in content create event ([#13833](https://github.com/containerd/containerd/pull/13833))\n * [`a452c2e23`](https://github.com/containerd/containerd/commit/a452c2e2304d43f48299ed2663ed82673b25be81) Include media type in content create event\n* build(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 in /api ([#13819](https://github.com/containerd/containerd/pull/13819))\n * [`52c5f1f64`](https://github.com/containerd/containerd/commit/52c5f1f64e2184af56f3550940db29ccdb94e576) build(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 in /api\n* build(deps): bump github.com/containerd/ttrpc to v1.2.9 ([#13740](https://github.com/containerd/containerd/pull/13740))\n * [`658a1c78b`](https://github.com/containerd/containerd/commit/658a1c78b52e25002c9c26a504055c8d3af09ea3) build(deps): bump github.com/containerd/ttrpc to v1.2.9\n* Add parent path to runc checkpoint options ([#13699](https://github.com/containerd/containerd/pull/13699))\n * [`ea0ed51e2`](https://github.com/containerd/containerd/commit/ea0ed51e2101448874215c0de945197a1cafdea4) shim: allow specifying runc's --parent-path during checkpointing\n* Update typeurl/v2 to v2.3.0 to drop gogo dependency ([#13490](https://github.com/containerd/containerd/pull/13490))\n * [`ce3914324`](https://github.com/containerd/containerd/commit/ce39143249b595d2b275e47c279c129f67e3a2a9) Update typeurl/v2 to v2.3.0 to drop gogo dependency\n* do not hide linitng errors ([#13423](https://github.com/containerd/containerd/pull/13423))\n * [`7f10e9eb5`](https://github.com/containerd/containerd/commit/7f10e9eb5fe3b6e89438fd4806f75bcddfbf576e) do not hide linitng errors\n* Fix sandbox task API endpoints for non-runc runtimes ([#13360](https://github.com/containerd/containerd/pull/13360))\n * [`ac01ae5c2`](https://github.com/containerd/containerd/commit/ac01ae5c2766961c3592523ab679dc06ca73c331) protos: include task API address to CreateTaskRequest\n
\n7770ec4 go.mod: update golang.org/x dependencies4ece7b6 html: escape greater-than symbol in doctype identifiers08be507 html: improve Noah's Ark clause performancea8fb2fe html: properly render fostered elements in foreign content0dc5b7a html: properly check namespace in "in body" any other end taga452f3c html: ignore duplicate attributes during tokenizationf865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit210ed3c quic: establish a "happened-before" relationship between stream write and readad8140e quic: fix buffer slicing when handling overlapping stream data23ee2ef http2: avoid API changes when built with go1.27\r\n\r\n* Include media type in content create event ([#13833](https://github.com/containerd/containerd/pull/13833))\r\n * [`a452c2e23`](https://github.com/containerd/containerd/commit/a452c2e2304d43f48299ed2663ed82673b25be81) Include media type in content create event\r\n* build(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 in /api ([#13819](https://github.com/containerd/containerd/pull/13819))\r\n * [`52c5f1f64`](https://github.com/containerd/containerd/commit/52c5f1f64e2184af56f3550940db29ccdb94e576) build(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 in /api\r\n* build(deps): bump github.com/containerd/ttrpc to v1.2.9 ([#13740](https://github.com/containerd/containerd/pull/13740))\r\n * [`658a1c78b`](https://github.com/containerd/containerd/commit/658a1c78b52e25002c9c26a504055c8d3af09ea3) build(deps): bump github.com/containerd/ttrpc to v1.2.9\r\n* Add parent path to runc checkpoint options ([#13699](https://github.com/containerd/containerd/pull/13699))\r\n * [`ea0ed51e2`](https://github.com/containerd/containerd/commit/ea0ed51e2101448874215c0de945197a1cafdea4) shim: allow specifying runc's --parent-path during checkpointing\r\n* Update typeurl/v2 to v2.3.0 to drop gogo dependency ([#13490](https://github.com/containerd/containerd/pull/13490))\r\n * [`ce3914324`](https://github.com/containerd/containerd/commit/ce39143249b595d2b275e47c279c129f67e3a2a9) Update typeurl/v2 to v2.3.0 to drop gogo dependency\r\n* do not hide linitng errors ([#13423](https://github.com/containerd/containerd/pull/13423))\r\n * [`7f10e9eb5`](https://github.com/containerd/containerd/commit/7f10e9eb5fe3b6e89438fd4806f75bcddfbf576e) do not hide linitng errors\r\n* Fix sandbox task API endpoints for non-runc runtimes ([#13360](https://github.com/containerd/containerd/pull/13360))\r\n * [`ac01ae5c2`](https://github.com/containerd/containerd/commit/ac01ae5c2766961c3592523ab679dc06ca73c331) protos: include task API address to CreateTaskRequest\r\n
\r\n7770ec4 go.mod: update golang.org/x depende...
+
+### PR #13833: Include media type in content create event
+- **链接:** https://github.com/containerd/containerd/pull/13833
+- **状态:** closed
+- **已合并:** 是
+- **作者:** phillebaba
+- **标签:** impact/changelog, size/XXL
+- **变更说明:**
+ **PR #13833:** Include media type in content create event
+**标签:** impact/changelog, size/XXL
+
+**PR内容:** This adds a new media type field to the content create event. This is needed as content create events occur before the image create event does. Meaning it is impossible to determine the media type of the content without first reading the content and fingerprinting it.
+
+Fixes #12884
+
+**关联的Is...
+
+### PR #13899: Prepare release notes for api/v1.12.0-beta.0
+- **链接:** https://github.com/containerd/containerd/pull/13899
+- **状态:** closed
+- **已合并:** 是
+- **作者:** dmcgowan
+- **标签:** size/S
+- **变更说明:**
+ **PR #13899:** Prepare release notes for api/v1.12.0-beta.0
+**标签:** size/S
+
+**PR内容:** Part of the v2.4 beta process
+
+----
+
+containerd api/v1.12.0-beta.0
+
+Welcome to the api/v1.12.0-beta.0 release of containerd!
+*This is a pre-release of containerd*
+
+The 13th release for the containerd 1.x API aligns with the containerd 2.4 release.
+
+### Highlights
+
+* **Include media type in conte...
+
+---
+*本报告由 Containerd Release Tracker 自动生成*
\ No newline at end of file