Prepare release notes for api/v1.11.0-beta.0

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2026-03-16 17:57:13 -07:00
parent 489b653034
commit aac6b53488

View File

@@ -0,0 +1,16 @@
# commit to be tagged for new release
commit = "HEAD"
project_name = "containerd"
github_repo = "containerd/containerd"
sub_path = "api"
ignore_deps = [ "github.com/containerd/containerd" ]
# previous release
previous = "api/v1.10.0"
pre_release = true
preface = """\
The 12th release for the containerd 1.x API aligns with the containerd 2.3 release.
"""