Skip to content

Commit 4f3a026

Browse files
authored
Merge pull request containerd#9696 from dmcgowan/prepare-v2.0.0-beta.2
Prepare release notes for v2.0.0-beta.2
2 parents f5f84a9 + 6b906a2 commit 4f3a026

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.mailmap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Arnaud Porterie <[email protected]>
1818
1919
Bob Mader <[email protected]>
2020
Boris Popovschi <[email protected]>
21+
bot <49699333+dependabot[bot]@users.noreply.github.com>
2122
Bowen Yan <[email protected]>
2223
Brent Baude <[email protected]>
2324
Cao Zhihao <[email protected]>
@@ -54,7 +55,8 @@ haoyun <[email protected]>
5455
5556
5657
57-
Iceber Gu <[email protected]>
58+
Iceber Gu <[email protected]>
59+
5860
5961
Jess Valarezo <[email protected]>
6062
@@ -177,3 +179,4 @@ Zhoulin Xie <[email protected]>
177179
178180
179181
182+

releases/v2.0.0-beta.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ See also the [Getting Started](https://github.com/containerd/containerd/blob/mai
3333

3434
override_deps."github.com/containerd/log".previous = "cf9777876edf6a4aa230c739bc7eec5ab8349e9c"
3535
override_deps."github.com/containerd/plugin".previous = "497c49344a4b9894a7e26497420cb7fa817facba"
36+
override_deps."github.com/containerd/platforms".previous = "f18f3c661f7de73d5569f61ff72d98dae1c1700a"
37+
override_deps."github.com/containerd/errdefs".previous = "f18f3c661f7de73d5569f61ff72d98dae1c1700a"

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.1+unknown"
26+
Version = "2.0.0-beta.2+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)