Skip to content

Commit 6f44916

Browse files
authored
Merge pull request containerd#9654 from dmcgowan/prepare-v2.0.0-beta.1
Prepare release notes for v2.0.0-beta.1
2 parents 0817c97 + 9d2c221 commit 6f44916

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

releases/v2.0.0-beta.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ commit = "HEAD"
44
project_name = "containerd"
55
github_repo = "containerd/containerd"
66
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
7+
ignore_deps = [ "github.com/containerd/containerd" ]
78

89
# previous release
910
previous = "v1.7.0"
@@ -30,4 +31,5 @@ and [CNI plugins](https://github.com/containernetworking/plugins/releases) from
3031
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.
3132
"""
3233

33-
override_deps."github.com/containerd/log".previous = "cf9777876edf6a4aa230c739bc7eec5ab8349e9c"
34+
override_deps."github.com/containerd/log".previous = "cf9777876edf6a4aa230c739bc7eec5ab8349e9c"
35+
override_deps."github.com/containerd/plugin".previous = "497c49344a4b9894a7e26497420cb7fa817facba"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd/v2"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "2.0.0-beta.0+unknown"
26+
Version = "2.0.0-beta.1+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)