Skip to content

Commit

Permalink
Merge pull request #8017 from dmcgowan/prepare-v1.5.17
Browse files Browse the repository at this point in the history
Prepare release notes for v1.5.17
  • Loading branch information
dmcgowan committed Jan 28, 2023
2 parents 20e8354 + 40a4d58 commit 6c00831
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions releases/v1.5.17.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.5.16"

pre_release = false

preface = """\
The seventeenth patch release for containerd 1.5 includes various fixes and updates.
### Notable Updates
* **Update shim to fail fast on dial error** ([#7953](https://github.com/containerd/containerd/pull/7953))
* **Fix no CNI info for pod sandbox on restart** ([#7849](https://github.com/containerd/containerd/pull/7849))
* **Fix push error propagation** ([#7998](https://github.com/containerd/containerd/pull/7998))
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.5.16+unknown"
Version = "1.5.17+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 6c00831

Please sign in to comment.