Merge pull request #5394 from dmcgowan/prepare-1.5.0-rc.2
Prepare 1.5.0-rc.2 release notes
This commit is contained in:
commit
c3f5a6a93d
@ -48,6 +48,7 @@ brings support for the Node Resource Interface (NRI).
|
|||||||
#### Runtime
|
#### Runtime
|
||||||
* **Add annotations to containerd task update API** [#4647](https://github.com/containerd/containerd/pull/4647)
|
* **Add annotations to containerd task update API** [#4647](https://github.com/containerd/containerd/pull/4647)
|
||||||
* **Add logging binary support when terminal is true** [#4502](https://github.com/containerd/containerd/pull/4502)
|
* **Add logging binary support when terminal is true** [#4502](https://github.com/containerd/containerd/pull/4502)
|
||||||
|
* **Runtime support on FreeBSD** [#5375](https://github.com/containerd/containerd/pull/5375)
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)
|
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)
|
||||||
|
@ -23,7 +23,7 @@ var (
|
|||||||
Package = "github.com/containerd/containerd"
|
Package = "github.com/containerd/containerd"
|
||||||
|
|
||||||
// Version holds the complete version number. Filled in at linking time.
|
// Version holds the complete version number. Filled in at linking time.
|
||||||
Version = "1.5.0-rc.1+unknown"
|
Version = "1.5.0-rc.2+unknown"
|
||||||
|
|
||||||
// Revision is filled with the VCS (e.g. git) revision being used to build
|
// Revision is filled with the VCS (e.g. git) revision being used to build
|
||||||
// the program at linking time.
|
// the program at linking time.
|
||||||
|
Loading…
Reference in New Issue
Block a user