Skip to content

Commit c3f5a6a

Browse files
authored
Merge pull request #5394 from dmcgowan/prepare-1.5.0-rc.2
Prepare 1.5.0-rc.2 release notes
2 parents c4d30c1 + 55734b1 commit c3f5a6a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

releases/v1.5.0-rc.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ brings support for the Node Resource Interface (NRI).
4848
#### Runtime
4949
* **Add annotations to containerd task update API** [#4647](https://github.com/containerd/containerd/pull/4647)
5050
* **Add logging binary support when terminal is true** [#4502](https://github.com/containerd/containerd/pull/4502)
51+
* **Runtime support on FreeBSD** [#5375](https://github.com/containerd/containerd/pull/5375)
5152
5253
#### Windows
5354
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)

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-rc.1+unknown"
26+
Version = "1.5.0-rc.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)