Skip to content

Commit

Permalink
[release/1.7] Prepare release notes for v1.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Canter <danny@dcantah.dev>
  • Loading branch information
dcantah committed Aug 24, 2023
1 parent b2553c3 commit 7a0cae3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions releases/v1.7.4.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 is used to refer to the project in the notes
project_name = "containerd"

# github_repo is the github project, only github is currently supported
github_repo = "containerd/containerd"

# match_deps is a pattern to determine which dependencies should be included
# as part of this release. The changelog will also include changes for these
# dependencies based on the change in the dependency's version.
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release of this project for determining changes
previous = "v1.7.3"

# pre_release is whether to include a disclaimer about being a pre-release
pre_release = false

# preface is the description of the release which precedes the author list
# and changelog. This description could include highlights as well as any
# description of changes. Use markdown formatting.
preface = """\
The fourth patch release for containerd 1.7 contains remote differ plugin support,
a new block file based snapshotter, and various fixes and updates.
### Notable Updates
* **Add blockfile snapshotter** ([#8986](https://github.com/containerd/containerd/pull/8986))
* **Add remote/proxy differ** ([#8985](https://github.com/containerd/containerd/pull/8985))
* **Update runc binary to v1.1.9** ([#8965](https://github.com/containerd/containerd/pull/8965))
* **Cri: Don't use rel path for image volumes** ([#8926](https://github.com/containerd/containerd/pull/8926))
* **Allow attaching to any combination of stdin/out/err** ([#8910](https://github.com/containerd/containerd/pull/8910))
* **Fix ro mount option being passed** ([#8887](https://github.com/containerd/containerd/pull/8887))
* **Fix leaked shim caused by high IO pressure** ([#9003](https://github.com/containerd/containerd/pull/9003))
* **Add configurable mount options to overlay snapshotter** ([#9005](https://github.com/containerd/containerd/pull/9005))
See the changelog for complete list of changes"""

0 comments on commit 7a0cae3

Please sign in to comment.