Update release for 1.4.0-beta.1
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
f0f49c6cab
commit
8f1ddb1428
@ -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)
|
* **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)
|
* **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 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"""
|
And many more improvements and bug fixes in the complete changelog"""
|
||||||
|
|
||||||
|
@ -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.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
|
// 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