File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Justin Terry <juterry@microsoft.com>
7676Justin Terry <juterry@microsoft.com> <jterry75@users.noreply.github.com>
7777Kante <kerthcet@gmail.com>
7878Kazuyoshi Kato <kato.kazuyoshi@gmail.com> <katokazu@amazon.com>
79+ Kazuyoshi Kato <kato.kazuyoshi@gmail.com> <kaz@fly.io>
7980Kenfe-Mickaël Laventure <mickael.laventure@gmail.com>
8081Kevin Kern <kaiwentan@harmonycloud.cn>
8182Kevin Parsons <kevpar@microsoft.com> <kevpar@users.noreply.github.com>
Original file line number Diff line number Diff line change 1+ # commit to be tagged for new release
2+ commit = " HEAD"
3+
4+ project_name = " containerd"
5+ github_repo = " containerd/containerd"
6+ match_deps = " ^github.com/(containerd/[a-zA-Z0-9-]+)$"
7+
8+ # previous release
9+ previous = " v1.7.1"
10+
11+ pre_release = false
12+
13+ preface = """ \
14+ The second patch release for containerd 1.7 includes enhancements to CRI sandbox mode,
15+ Windows snapshot mounting support, and CRI and container IO bug fixes.
16+
17+ ### CRI/Sandbox Updates
18+ * **Publish sandbox events** ([#8613](https://github.com/containerd/containerd/pull/8613))
19+ * **Make stats respect sandbox's platform** ([#8604](https://github.com/containerd/containerd/pull/8604))
20+
21+ ### Other Notable Updates
22+ * **Mount snapshots on Windows** ([#8616](https://github.com/containerd/containerd/pull/8616))
23+ * **Notify readiness when registered plugins are ready** ([#8584](https://github.com/containerd/containerd/pull/8584))
24+ * **Fix cio.Cancel() should close pipes** ([#8624](https://github.com/containerd/containerd/pull/8624))
25+ * **CDI: Use CRI Config.CDIDevices field for CDI injection** ([#8519](https://github.com/containerd/containerd/pull/8519))
26+
27+ See the changelog for complete list of changes"""
Original file line number Diff line number Diff line change 2323 Package = "github.com/containerd/containerd"
2424
2525 // Version holds the complete version number. Filled in at linking time.
26- Version = "1.7.1 +unknown"
26+ Version = "1.7.2 +unknown"
2727
2828 // Revision is filled with the VCS (e.g. git) revision being used to build
2929 // the program at linking time.
You can’t perform that action at this time.
0 commit comments