Skip to content

Commit

Permalink
Prepare 1.4.0-rc.0 release
Browse files Browse the repository at this point in the history
Move beta release notes and update version

Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Aug 4, 2020
1 parent 666198c commit 6288559
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion releases/v1.4.0-beta.toml → releases/v1.4.0-rc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ while driving toward ever increasing stability.
* **Support cgroups v2** [#3726](https://github.com/containerd/containerd/pull/3726)
* **Improved SELinux support**
* **Rework shim logger shutdown process** [#4162](https://github.com/containerd/containerd/pull/4162)
* **Deprecate `io.containerd.runtime.v1.*` and `io.containerd.runc.v1`** [#4384](https://github.com/containerd/containerd/pull/4384)
### Snapshots
* **Support target snapshot option on prepare to allow skipping prepare when snapshot reports target already exists** [#3793](https://github.com/containerd/containerd/pull/3793)
Expand All @@ -47,16 +48,18 @@ while driving toward ever increasing stability.
* **Split UID and GID namespace mapping in spec generation** [#3881](https://github.com/containerd/containerd/pull/3881)
* **Propagate snapshotter layer annotations on unpack** [#3911](https://github.com/containerd/containerd/pull/3911)
* **Create image record after blob download to fix concurrent download issue** [#3972](https://github.com/containerd/containerd/pull/3972)
* **Use spec's mountLabel when mounting container rootfs** [#4051](https://github.com/containerd/containerd/pull/4051)
* **Add Linux resources to spec options** [#4083](https://github.com/containerd/containerd/pull/4083)
* **New registry configuration tooling for improved mirror and endpoint options** [#4138](https://github.com/containerd/containerd/pull/4138)
* **Use spec's mountLabel when mounting container rootfs** [#4051](https://github.com/containerd/containerd/pull/4051)
* **Add namespace query parameter when using a registry proxy** [#4413](https://github.com/containerd/containerd/pull/4413)
### API
* **Add filters to snapshot list** [#3709](https://github.com/containerd/containerd/pull/3709)
* **Add snapshot cleanup** [#3925](https://github.com/containerd/containerd/pull/3925)
### Daemon
* **Support NOTIFY_SOCKET for notifying the daemon's readiness to systemd** [#4088](https://github.com/containerd/containerd/pull/4088)
* **Remove libseccomp requirement, seccomp support is now always built-in** [#4439](https://github.com/containerd/containerd/pull/4439)
### Windows
* **Disk usage support in snapshotter** [#3785](https://github.com/containerd/containerd/pull/3785)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.2+unknown"
Version = "1.4.0-rc.0+unknown"

// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.
Expand Down

0 comments on commit 6288559

Please sign in to comment.