-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11158 from dmcgowan/prepare-v2.0.1
[release/2.0] Prepare release notes for v2.0.1
- 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 |
---|---|---|
|
@@ -116,6 +116,7 @@ Mathis Michel <[email protected]> | |
Michael Crosby <[email protected]> <[email protected]> | ||
Michael Katsoulis <[email protected]> | ||
Michael Zappa <[email protected]> <[email protected]> | ||
Michael Zappa <[email protected]> <[email protected]> | ||
Mike Brown <[email protected]> <[email protected]> | ||
Mohammad Asif Siddiqui <[email protected]> | ||
Nabeel Rana <[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-]+)$" | ||
ignore_deps = [ "github.com/containerd/containerd" ] | ||
|
||
# previous release | ||
previous = "v2.0.0" | ||
|
||
pre_release = false | ||
|
||
preface = """\ | ||
The first patch release for containerd 2.0 includes a number of bug fixes and improvements. | ||
""" | ||
|
||
postface = """\ | ||
### Which file should I download? | ||
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04). | ||
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent. | ||
In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases) | ||
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too. | ||
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation. | ||
""" |
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