Skip to content

Commit

Permalink
Merge pull request containerd#8629 from dcantah/1.7.2-release-notes
Browse files Browse the repository at this point in the history
[release/1.7] Prepare release notes for v1.7.2
  • Loading branch information
dmcgowan committed Jun 2, 2023
2 parents 0aa82d1 + 0e41daa commit 0cae528
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down
27 changes: 27 additions & 0 deletions releases/v1.7.2.toml
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"""
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.1+unknown"
Version = "1.7.2+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 0cae528

Please sign in to comment.