Skip to content

Commit 1f0a4fd

Browse files
mxpvdmcgowan
authored andcommitted
Prepare release 1.3.4
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 3801f2f commit 1f0a4fd

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

releases/v1.3.4.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.3"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The fourth patch release for `containerd` 1.3 adds `NOTIFY_SOCKET` support, improves shim loggers shutdown
15+
behavior and includes a few bug fixes related to incorrect FIFO clean up and dangling shims.
16+
17+
### Notable Updates
18+
19+
* Improve host fallback behaviour in docker remote [containerd/containerd#4007](https://github.com/containerd/containerd/pull/4007)
20+
* Cleanup dangling shim by brand new context [containerd/containerd#4054](https://github.com/containerd/containerd/pull/4054)
21+
* Support notify socket [containerd/containerd#4104](https://github.com/containerd/containerd/pull/4104)
22+
* Correct logic of FIFO cleanup [containerd/containerd#4150](https://github.com/containerd/containerd/pull/4150)
23+
* Rework shim logger shutdown process [containerd/containerd#4166](https://github.com/containerd/containerd/pull/4166)
24+
* Man page fixes [containerd/containerd#4144](https://github.com/containerd/containerd/pull/4144)
25+
* Bump Golang 1.13.10 [containerd/containerd#4170](https://github.com/containerd/containerd/pull/4170)
26+
* sys/mount_linux: use pipe for communicating mount result [containerd/containerd#4171](https://github.com/containerd/containerd/pull/4171)
27+
"""
28+
29+
# notable prs to include in the release notes, 1234 is the pr number
30+
[notes]
31+
32+
[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.3+unknown"
24+
Version = "1.3.4+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)