Skip to content

Commit 07a3ce3

Browse files
authored
Merge pull request #5080 from dmcgowan/prepare-1.5.0-beta.2
Prepare 1.5.0-beta.2 release
2 parents 9884730 + f38a797 commit 07a3ce3

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,14 @@ Mohammad Asif Siddiqui <[email protected]>
7575
Nishchay Kumar <[email protected]>
7676
7777
78+
7879
7980
Robin Winkelewski <[email protected]>
8081
Ross Boucher <[email protected]>
8182
Ruediger Maass <[email protected]>
8283
8384
Sakeven Jiang <[email protected]>
85+
8486
8587
Shengbo Song <[email protected]>
8688

releases/v1.5.0-beta.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ brings support for the Node Resource Interface (NRI).
4848
## Windows
4949
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)
5050
51+
## CRI
52+
* **Update privileged containers to use current capabilities instead of known capabilities** [#5017](https://github.com/containerd/containerd/pull/5017)
53+
* **Add pod annotations to CNI call** [#5026](https://github.com/containerd/containerd/pull/5026)
54+
5155
And many more improvements and bug fixes in the complete changelog"""
5256

5357
# notable prs to include in the release notes, 1234 is the pr number

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"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.5.0-beta.1+unknown"
26+
Version = "1.5.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)