Skip to content

Commit

Permalink
Merge pull request #7263 from dmcgowan/prepare-1.6.8
Browse files Browse the repository at this point in the history
[release/1.6] Prepare release notes for v1.6.8
  • Loading branch information
dmcgowan committed Aug 8, 2022
2 parents a76f3c8 + 3364f41 commit 9cd3357
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions releases/v1.6.8.toml
@@ -0,0 +1,17 @@
# 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.6.7"

pre_release = false

preface = """\
The eighth patch release for containerd 1.6 fixes a regression in the release
build binaries which limited the environments they could be run in.
See the changelog for complete list of changes"""
2 changes: 1 addition & 1 deletion version/version.go
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.6.7+unknown"
Version = "1.6.8+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 9cd3357

Please sign in to comment.