5993c6715c
- created required debian structured - succesfully built the package - applied stx changes - unit tests run successfully NOTE: patches/0003, patches/0004, patches/0005 provide the upstream changes between v1.4.5 and v1.4.6, such that we provide a 1.4.6 containerd. We want 1.4.6 to align with CentOS. Story: 2009221 Task: 43585 Signed-off-by: Daniel Safta <daniel.safta@windriver.com> Change-Id: I5af677c90342bae7c10101bf465e1db79c716671
36 lines
1000 B
Diff
36 lines
1000 B
Diff
From 3731fefcb230c11e50d18f21aabc2f8573a0f329 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Safta <daniel.safta@windriver.com>
|
|
Date: Tue, 19 Oct 2021 13:24:00 +0000
|
|
Subject: [PATCH] Prepare release notes for v1.4.6 Signed-off-by: Derek McGowan
|
|
<derek@mcg.dev>
|
|
|
|
---
|
|
releases/v1.4.6.toml | 15 +++++++++++++++
|
|
1 file changed, 15 insertions(+)
|
|
create mode 100644 releases/v1.4.6.toml
|
|
|
|
diff --git a/releases/v1.4.6.toml b/releases/v1.4.6.toml
|
|
new file mode 100644
|
|
index 0000000..6b88d07
|
|
--- /dev/null
|
|
+++ b/releases/v1.4.6.toml
|
|
@@ -0,0 +1,15 @@
|
|
+# 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.5"
|
|
+
|
|
+pre_release = false
|
|
+
|
|
+preface = """\
|
|
+The sixth patch release for containerd 1.4 is a security release to update
|
|
+runc for [CVE-2021-30465](https://github.com/opencontainers/runc/security/advisories/GHSA-c3xm-pvg7-gh7r)"""
|
|
--
|
|
2.30.2
|
|
|