diff --git a/.mailmap b/.mailmap index 53b5919f8..8999a7a25 100644 --- a/.mailmap +++ b/.mailmap @@ -2,6 +2,7 @@ Abhinandan Prativadi Abhinandan Prativadi Ace-Tang Adam Korcz +Aditi Sharma Akihiro Suda Akihiro Suda Allen Sun @@ -32,7 +33,8 @@ Eric Lin Eric Ren Eric Ren Eric Ren -Fabian Hoffman +Fabian Hoffmann +Fabian Hoffmann <35104465+FabHof@users.noreply.github.com> Fabiano FidĂȘncio Fahed Dorgaa Frank Yang @@ -133,6 +135,8 @@ Su Xiaolin Takumasa Sakao Ted Yu TĂ”nis Tiigi +Tony Fang +Tony Fang Wade Lee Wade Lee Wade Lee <21621232@zju.edu.cn> diff --git a/releases/v1.7.0-rc.toml b/releases/v1.7.0-rc.toml index 0b72319a3..fb94e14f6 100644 --- a/releases/v1.7.0-rc.toml +++ b/releases/v1.7.0-rc.toml @@ -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)) * **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)) - * **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 version to shim protocol** ([#8177](https://github.com/containerd/containerd/pull/8177)) ##### Configuration diff --git a/version/version.go b/version/version.go index f945c04ef..e10232d29 100644 --- a/version/version.go +++ b/version/version.go @@ -23,7 +23,7 @@ var ( Package = "github.com/containerd/containerd" // 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 // the program at linking time.