Skip to content

Commit 7fb6e17

Browse files
authored
Merge pull request #4782 from dmcgowan/prepare-1.3.8
Prepare 1.3.8 release
2 parents b2f1944 + 3b63746 commit 7fb6e17

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Arnaud Porterie <[email protected]>
1212
1313
Bob Mader <[email protected]>
1414
Boris Popovschi <[email protected]>
15+
Bowen Yan <[email protected]>
1516
Brent Baude <[email protected]>
1617
Cao Zhihao <[email protected]>
1718

releases/v1.3.8.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.3.7"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The eighth patch release for `containerd` 1.3 includes several bug fixes and updates.
15+
16+
### Notable Updates
17+
* Fix metrics monitoring of v2 runtime tasks [containerd/containerd#4486](https://github.com/containerd/containerd/pull/4486)
18+
* Fix nil pointer error when restoring checkpoint [containerd/containerd#4754](https://github.com/containerd/containerd/pull/4754)
19+
* Fix devmapper device deletion on rollback [containerd/containerd#4437](https://github.com/containerd/containerd/pull/4437)
20+
* Fix integer overflow on Windows [containerd/containerd#4589](https://github.com/containerd/containerd/pull/4589)
21+
* Update seccomp default profile [containerd/containerd#4481](https://github.com/containerd/containerd/pull/4481) [#4491](https://github.com/containerd/containerd/pull/4491) [#4492](https://github.com/containerd/containerd/pull/4492) [#4493](https://github.com/containerd/containerd/pull/4493)
22+
23+
"""
24+
25+
# notable prs to include in the release notes, 1234 is the pr number
26+
[notes]
27+
28+
[breaking]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
Package = "github.com/containerd/containerd"
2222

2323
// Version holds the complete version number. Filled in at linking time.
24-
Version = "1.3.7+unknown"
24+
Version = "1.3.8+unknown"
2525

2626
// Revision is filled with the VCS (e.g. git) revision being used to build
2727
// the program at linking time.

0 commit comments

Comments
 (0)