Skip to content

Commit

Permalink
Prepare release notes for api/v1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed May 3, 2024
1 parent 193af78 commit 55fcebf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api/releases/v1.8.0-rc.toml
Original file line number Diff line number Diff line change
@@ -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.
"""

0 comments on commit 55fcebf

Please sign in to comment.