Skip to content

Commit

Permalink
Merge pull request #4167 from mxpv/prepare-1.3.4
Browse files Browse the repository at this point in the history
Prepare release 1.3.4
  • Loading branch information
dmcgowan committed Apr 16, 2020
2 parents 3801f2f + 1f0a4fd commit 814b795
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions releases/v1.3.4.toml
@@ -0,0 +1,32 @@
# 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-]+)$"

# previous release
previous = "v1.3.3"

pre_release = false

preface = """\
The fourth patch release for `containerd` 1.3 adds `NOTIFY_SOCKET` support, improves shim loggers shutdown
behavior and includes a few bug fixes related to incorrect FIFO clean up and dangling shims.
### Notable Updates
* Improve host fallback behaviour in docker remote [containerd/containerd#4007](https://github.com/containerd/containerd/pull/4007)
* Cleanup dangling shim by brand new context [containerd/containerd#4054](https://github.com/containerd/containerd/pull/4054)
* Support notify socket [containerd/containerd#4104](https://github.com/containerd/containerd/pull/4104)
* Correct logic of FIFO cleanup [containerd/containerd#4150](https://github.com/containerd/containerd/pull/4150)
* Rework shim logger shutdown process [containerd/containerd#4166](https://github.com/containerd/containerd/pull/4166)
* Man page fixes [containerd/containerd#4144](https://github.com/containerd/containerd/pull/4144)
* Bump Golang 1.13.10 [containerd/containerd#4170](https://github.com/containerd/containerd/pull/4170)
* sys/mount_linux: use pipe for communicating mount result [containerd/containerd#4171](https://github.com/containerd/containerd/pull/4171)
"""

# notable prs to include in the release notes, 1234 is the pr number
[notes]

[breaking]
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -21,7 +21,7 @@ var (
Package = "github.com/containerd/containerd"

// Version holds the complete version number. Filled in at linking time.
Version = "1.3.3+unknown"
Version = "1.3.4+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 814b795

Please sign in to comment.