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

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2026-08-03 11:52:08 -07:00
parent 4dd56e55b8
commit 0ff04dc3f7

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.11.0"
pre_release = true
preface = """\
The 13th release for the containerd 1.x API aligns with the containerd 2.4 release.
"""