File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # commit to be tagged for new release
2
+ commit = " HEAD"
3
+
4
+ project_name = " containerd"
5
+ github_repo = " containerd/containerd"
6
+ match_deps = " ^github.com/(containerd/[a-zA-Z0-9-]+)$"
7
+
8
+ # previous release
9
+ previous = " v1.5.6"
10
+
11
+ pre_release = false
12
+
13
+ preface = """ \
14
+ The seventh patch release for containerd 1.5 is a security release to fix CVE-2021-41103.
15
+
16
+ ### Notable Updates
17
+ * **Fix insufficiently restricted permissions on container root and plugin directories** [GHSA-c2h3-6mxw-7mvq](https://github.com/containerd/containerd/security/advisories/GHSA-c2h3-6mxw-7mvq)
18
+
19
+ See the changelog for complete list of changes"""
Original file line number Diff line number Diff line change 23
23
Package = "github.com/containerd/containerd"
24
24
25
25
// Version holds the complete version number. Filled in at linking time.
26
- Version = "1.5.6 +unknown"
26
+ Version = "1.5.7 +unknown"
27
27
28
28
// Revision is filled with the VCS (e.g. git) revision being used to build
29
29
// the program at linking time.
You can’t perform that action at this time.
0 commit comments