Merge pull request #10167 from dmcgowan/prepare-api-1.8.0

Prepare release notes for api/v1.8.0-rc.0
This commit is contained in:
Derek McGowan 2024-05-06 15:58:56 +00:00 committed by GitHub
commit cc4d86922b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,17 @@
# 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 = "v1.7.0"
pre_release = true
preface = """\
The first dedicated release for the containerd API. This release continues the 1.x
line of API compatibility with the 9th minor release of the 1.x API.
"""