Skip to content

Commit

Permalink
Merge pull request #11158 from dmcgowan/prepare-v2.0.1
Browse files Browse the repository at this point in the history
[release/2.0] Prepare release notes for v2.0.1
  • Loading branch information
dmcgowan authored Dec 13, 2024
2 parents e206c07 + b0ece5d commit 88aa2f5
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 @@ -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]>
Expand Down
27 changes: 27 additions & 0 deletions releases/v2.0.1.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-]+)$"
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.
"""
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/v2"

// Version holds the complete version number. Filled in at linking time.
Version = "2.0.0+unknown"
Version = "2.0.1+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 88aa2f5

Please sign in to comment.