Skip to content

Commit 081d818

Browse files
authored
Merge pull request containerd#8192 from dmcgowan/prepare-v1.7.0-rc.1
Prepare release notes for v1.7.0-rc.1
2 parents 58d8c3a + cd84f75 commit 081d818

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.mailmap

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Abhinandan Prativadi <[email protected]>
22
Abhinandan Prativadi <[email protected]> <[email protected]>
33
44
5+
56
67
78
@@ -32,7 +33,8 @@ Eric Lin <[email protected]> <[email protected]>
3233
3334
3435
35-
Fabian Hoffman <[email protected]>
36+
Fabian Hoffmann <[email protected]>
37+
3638
3739
Fahed Dorgaa <[email protected]>
3840
Frank Yang <[email protected]>
@@ -133,6 +135,8 @@ Su Xiaolin <[email protected]>
133135
134136
135137
Tõnis Tiigi <[email protected]>
138+
Tony Fang <[email protected]>
139+
136140
137141
138142

releases/v1.7.0-rc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ Services are being refactored to allow ttrpc implementations, which can be serve
8787
* **Remove all gogoproto extensions** ([#6829](https://github.com/containerd/containerd/pull/6829))
8888
* **Migrate off from github.com/gogo/protobuf** ([#6841](https://github.com/containerd/containerd/pull/6841))
8989
* **ttrpc streaming** ([ttrpc#107](https://github.com/containerd/ttrpc/pull/107))
90-
9190
* **Add unpack interface for client** ([#6749](https://github.com/containerd/containerd/pull/6749))
9291
* **Add collectible resources to metadata gc** ([#6804](https://github.com/containerd/containerd/pull/6804))
92+
* **Add version to shim protocol** ([#8177](https://github.com/containerd/containerd/pull/8177))
9393
9494
##### Configuration
9595

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.7.0-rc.0+unknown"
26+
Version = "1.7.0-rc.1+unknown"
2727

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

0 commit comments

Comments
 (0)