Skip to content

Commit

Permalink
Merge pull request containerd#6062 from dmcgowan/prepare-1.4.10
Browse files Browse the repository at this point in the history
[release/1.4] prepare 1.4.10 release notes
  • Loading branch information
dmcgowan authored Sep 29, 2021
2 parents f8a9b3b + 87d81c4 commit 8848fdb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions releases/v1.4.10.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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.4.9"

pre_release = false

preface = """\
The tenth patch release for containerd 1.4 contains minor fixes and updates
including an updated runc and hcsshim.
### Notable Updates
* **Update runc to v1.0.2** [#5899](https://github.com/containerd/containerd/pull/5899)
* **Update hcsshim to v0.8.21** [#5957](https://github.com/containerd/containerd/pull/5957)
* **Support "clone3" in default seccomp profile** [#5982](https://github.com/containerd/containerd/pull/5982)
* **Fix panic in metadata content writer on copy error** [#6043](https://github.com/containerd/containerd/pull/6043)
See the changelog for complete list of changes"""
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"

// Version holds the complete version number. Filled in at linking time.
Version = "1.4.9+unknown"
Version = "1.4.10+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 8848fdb

Please sign in to comment.