forked from containerd/containerd
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from corhere/bump-containerd-1.6.31m1
Sync containerd to v1.6.31; bump golang.org/x/net to v0.23.0
- Loading branch information
Showing
58 changed files
with
1,259 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# commit to be tagged for new release | ||
commit = "HEAD" | ||
|
||
# project_name is used to refer to the project in the notes | ||
project_name = "containerd" | ||
|
||
# github_repo is the github project, only github is currently supported | ||
github_repo = "containerd/containerd" | ||
|
||
# match_deps is a pattern to determine which dependencies should be included | ||
# as part of this release. The changelog will also include changes for these | ||
# dependencies based on the change in the dependency's version. | ||
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$" | ||
|
||
# previous release of this project for determining changes | ||
previous = "v1.6.28" | ||
|
||
# pre_release is whether to include a disclaimer about being a pre-release | ||
pre_release = false | ||
|
||
# preface is the description of the release which precedes the author list | ||
# and changelog. This description could include highlights as well as any | ||
# description of changes. Use markdown formatting. | ||
preface = """\ | ||
The thirtieth patch release for containerd 1.6 contains various fixes and updates | ||
as well as a build fix which prevented the v1.6.29 tag from being released. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# commit to be tagged for new release | ||
commit = "HEAD" | ||
|
||
# project_name is used to refer to the project in the notes | ||
project_name = "containerd" | ||
|
||
# github_repo is the github project, only github is currently supported | ||
github_repo = "containerd/containerd" | ||
|
||
# match_deps is a pattern to determine which dependencies should be included | ||
# as part of this release. The changelog will also include changes for these | ||
# dependencies based on the change in the dependency's version. | ||
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$" | ||
|
||
# previous release of this project for determining changes | ||
previous = "v1.6.30" | ||
|
||
# pre_release is whether to include a disclaimer about being a pre-release | ||
pre_release = false | ||
|
||
# preface is the description of the release which precedes the author list | ||
# and changelog. This description could include highlights as well as any | ||
# description of changes. Use markdown formatting. | ||
preface = """\ | ||
The thirty-first patch release for containerd 1.6 contains a few fixes, one for | ||
a regression that was introduced in v1.6.30 in the way process exits were handled. | ||
""" |
Oops, something went wrong.