Skip to content

Commit c31e19a

Browse files
committed
Prepare release notes for v1.5.1
Signed-off-by: Derek McGowan <[email protected]>
1 parent 38deecc commit c31e19a

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

releases/v1.5.1.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.5.0"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The first patch release for containerd 1.5 includes an updated version
15+
of runc and minor fix in the CRI service
16+
17+
### Notable Updates
18+
19+
* **Update runc to rc94** [#5473](https://github.com/containerd/containerd/pull/5473)
20+
* **Fix registry mirror authorization logic in CRI plugin** [#5446](https://github.com/containerd/containerd/pull/5446)
21+
* **Fix regression in cri-cni-release to include cri tools** [#5462](https://github.com/containerd/containerd/pull/5462)
22+
23+
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.5.0+unknown"
26+
Version = "1.5.1+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)