forked from containerd/containerd
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/1.7] Prepare release notes for v1.7.2
Signed-off-by: Danny Canter <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,7 @@ Justin Terry <[email protected]> | |
Justin Terry <[email protected]> <[email protected]> | ||
Kante <[email protected]> | ||
Kazuyoshi Kato <[email protected]> <[email protected]> | ||
Kazuyoshi Kato <[email protected]> <[email protected]> | ||
Kenfe-Mickaël Laventure <[email protected]> | ||
Kevin Kern <[email protected]> | ||
Kevin Parsons <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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.1" | ||
|
||
pre_release = false | ||
|
||
preface = """\ | ||
The second patch release for containerd 1.7 includes enhancements to CRI sandbox mode, | ||
Windows snapshot mounting support, and CRI and container IO bug fixes. | ||
### CRI/Sandbox Updates | ||
* **Publish sandbox events** ([#8613](https://github.com/containerd/containerd/pull/8613)) | ||
* **Make stats respect sandbox's platform** ([#8604](https://github.com/containerd/containerd/pull/8604)) | ||
### Other Notable Updates | ||
* **Mount snapshots on Windows** ([#8616](https://github.com/containerd/containerd/pull/8616)) | ||
* **Notify readiness when registered plugins are ready** ([#8584](https://github.com/containerd/containerd/pull/8584)) | ||
* **Fix cio.Cancel() should close pipes** ([#8624](https://github.com/containerd/containerd/pull/8624)) | ||
* **CDI: Use CRI Config.CDIDevices field for CDI injection** ([#8519](https://github.com/containerd/containerd/pull/8519)) | ||
See the changelog for complete list of changes""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters