Skip to content

Commit

Permalink
Merge pull request containerd#8501 from dmcgowan/prepare-v1.7.1
Browse files Browse the repository at this point in the history
[release/1.7] Prepare release notes for v1.7.1
  • Loading branch information
dmcgowan authored May 10, 2023
2 parents 89ab3ce + 27a0d95 commit 1677a17
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Kenfe-Mickaël Laventure <mickael.laventure@gmail.com>
Kevin Kern <kaiwentan@harmonycloud.cn>
Kevin Parsons <kevpar@microsoft.com> <kevpar@users.noreply.github.com>
Kevin Xu <cming.xu@gmail.com>
Kirtana Ashok <Kirtana.Ashok@microsoft.com> <kiashok@microsoft.com>
Kitt Hsu <kitt.hsu@gmail.com>
Kohei Tokunaga <ktokunaga.mail@gmail.com>
Krasi Georgiev <krasi.root@gmail.com> <krasi@vip-consult.solutions>
Expand Down
39 changes: 39 additions & 0 deletions releases/v1.7.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "containerd"
github_repo = "containerd/containerd"
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.7.0"

pre_release = false

preface = """\
The first patch release for containerd 1.7 includes many fixes to CRI
sandbox mode, various other fixes, runc update, and important fixes in
core dependencies such as ttrpc and typeurl.
### CRI/Sandbox Updates
* **Throw not supported error when UID or GID mappings provided** ([#8211](https://github.com/containerd/containerd/pull/8211))
* **Cleanup shim on start failure** ([#8282](https://github.com/containerd/containerd/pull/8282))
* **Fix premature close of CRI service when there are no CNI configuration monitors** ([#8282](https://github.com/containerd/containerd/pull/8282))
* **Avoid UID lookup from mount on Darwin** ([#8314](https://github.com/containerd/containerd/pull/8314))
* **Keep Linux mounts for Linux sandboxes on non-Linux hosts** ([#8331](https://github.com/containerd/containerd/pull/8331))
* **Add `noexec`,`nodev`,`nosuid` to `/etc/resolv.conf` bind mount** ([#8336](https://github.com/containerd/containerd/pull/8336))
* **Remove entry for container from container store on error** ([#8457](https://github.com/containerd/containerd/pull/8457))
* **Fix unmarshal in container metrics** ([#8472](https://github.com/containerd/containerd/pull/8472))
### Other Notable Updates
* **Use readonly for temporary mounts** ([#8300](https://github.com/containerd/containerd/pull/8300) [#8358](https://github.com/containerd/containerd/pull/8358))
* **Fix skip docker manifest option on image exporter** ([#8344](https://github.com/containerd/containerd/pull/8344))
* **Update runc binary to v1.1.7** ([#8451](https://github.com/containerd/containerd/pull/8451))
* **Fix runtime path task option** ([#8453](https://github.com/containerd/containerd/pull/8453))
* **Fix panic from nil checkpoint options** ([#8475](https://github.com/containerd/containerd/pull/8475))
* **Fix transfer service configuration options** ([#8491](https://github.com/containerd/containerd/pull/8491))
* **Fix server-side goroutine leak on receive message error** ([ttrpc#141](https://github.com/containerd/ttrpc/pull/141))
* **Fix panic caused by race to close send channel** ([ttrpc#140](https://github.com/containerd/ttrpc/pull/140))
* **Fix unmarshal to return non-nil object when nil value** ([ttrpc#140](https://github.com/containerd/typeurl/pull/41))
See the changelog for complete list of changes"""
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.7.0+unknown"
Version = "1.7.1+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 1677a17

Please sign in to comment.