Merge pull request #4289 from dmcgowan/next-1.4-beta

Update release notes for 1.4.0-beta.1
This commit is contained in:
Michael Crosby 2020-05-28 10:49:40 -04:00 committed by GitHub
commit 77bc753024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ while driving toward ever increasing stability.
* **Add support for 'container-name' OCI annotation** [cri#1436](https://github.com/containerd/cri/pull/1436)
* **Remove socat for port forwarding** [cri#1470](https://github.com/containerd/cri/pull/1470)
* **Add config flag to default empty seccomp profile** [cri#1472](https://github.com/containerd/cri/pull/1472)
* **Add SELinux support** [cri#1487](https://github.com/containerd/cri/pull/1487)
And many more improvements and bug fixes in the complete changelog"""

View File

@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd"
// Version holds the complete version number. Filled in at linking time.
Version = "1.4.0-beta.0+unknown"
Version = "1.4.0-beta.1+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.