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

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-10-03 14:52:23 -07:00
parent e2157e37df
commit aa571f63c6

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