Prepare release notes for v1.7.0-rc.1
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
ae42f836f4
commit
cd84f752c7
@ -87,9 +87,9 @@ Services are being refactored to allow ttrpc implementations, which can be serve
|
|||||||
* **Remove all gogoproto extensions** ([#6829](https://github.com/containerd/containerd/pull/6829))
|
* **Remove all gogoproto extensions** ([#6829](https://github.com/containerd/containerd/pull/6829))
|
||||||
* **Migrate off from github.com/gogo/protobuf** ([#6841](https://github.com/containerd/containerd/pull/6841))
|
* **Migrate off from github.com/gogo/protobuf** ([#6841](https://github.com/containerd/containerd/pull/6841))
|
||||||
* **ttrpc streaming** ([ttrpc#107](https://github.com/containerd/ttrpc/pull/107))
|
* **ttrpc streaming** ([ttrpc#107](https://github.com/containerd/ttrpc/pull/107))
|
||||||
|
|
||||||
* **Add unpack interface for client** ([#6749](https://github.com/containerd/containerd/pull/6749))
|
* **Add unpack interface for client** ([#6749](https://github.com/containerd/containerd/pull/6749))
|
||||||
* **Add collectible resources to metadata gc** ([#6804](https://github.com/containerd/containerd/pull/6804))
|
* **Add collectible resources to metadata gc** ([#6804](https://github.com/containerd/containerd/pull/6804))
|
||||||
|
* **Add version to shim protocol** ([#8177](https://github.com/containerd/containerd/pull/8177))
|
||||||
|
|
||||||
##### Configuration
|
##### Configuration
|
||||||
|
|
||||||
|
@ -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.7.0-rc.0+unknown"
|
Version = "1.7.0-rc.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