File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ commit = "HEAD"
4
4
project_name = " containerd"
5
5
github_repo = " containerd/containerd"
6
6
match_deps = " ^github.com/(containerd/[a-zA-Z0-9-]+)$"
7
+ ignore_deps = [ " github.com/containerd/containerd" ]
7
8
8
9
# previous release
9
10
previous = " v1.7.0"
@@ -30,4 +31,5 @@ and [CNI plugins](https://github.com/containernetworking/plugins/releases) from
30
31
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.
31
32
"""
32
33
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"
Original file line number Diff line number Diff line change 23
23
Package = "github.com/containerd/containerd/v2"
24
24
25
25
// 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"
27
27
28
28
// Revision is filled with the VCS (e.g. git) revision being used to build
29
29
// the program at linking time.
You can’t perform that action at this time.
0 commit comments