Skip to content

Commit 0cae528

Browse files
authored
Merge pull request #8629 from dcantah/1.7.2-release-notes
[release/1.7] Prepare release notes for v1.7.2
2 parents 0aa82d1 + 0e41daa commit 0cae528

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Justin Terry <[email protected]>
7676
7777
7878
79+
7980
Kenfe-Mickaël Laventure <[email protected]>
8081
Kevin Kern <[email protected]>
8182

releases/v1.7.2.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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"""

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.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.

0 commit comments

Comments
 (0)