From 0d96795c5f04c0771fd7e32e3cd211094de8b722 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 23 Jun 2021 15:02:17 -0500 Subject: [PATCH 1/4] chore: add 1.19.1 changelog --- changelog/1.19.1.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.19.1.md diff --git a/changelog/1.19.1.md b/changelog/1.19.1.md new file mode 100644 index 000000000..9567c045e --- /dev/null +++ b/changelog/1.19.1.md @@ -0,0 +1,21 @@ +--- +title: "1.19.1" +description: "Released on 06/22/2021" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.19.1. + +### Features ✨ + +- infra: Added verbose logging around workspace provider startup process. +- infra: Updated Sysbox container runtime version for CVMs + +### Bug fixes 🐛 + +There are no bug fixes in 1.19.1. + +### Security updates 🔐 + +There are no security updates in 1.19.1. diff --git a/manifest.json b/manifest.json index 97bf42005..1832cfb77 100644 --- a/manifest.json +++ b/manifest.json @@ -374,6 +374,9 @@ { "path": "./changelog/1.20.0.md" }, + { + "path": "./changelog/1.19.1.md" + }, { "path": "./changelog/1.19.0.md" }, From bbf2e83032a1ac9c556311091b4d98fac413339f Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 23 Jun 2021 15:03:07 -0500 Subject: [PATCH 2/4] Fix release date --- changelog/1.19.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.19.1.md b/changelog/1.19.1.md index 9567c045e..87eb7747c 100644 --- a/changelog/1.19.1.md +++ b/changelog/1.19.1.md @@ -1,6 +1,6 @@ --- title: "1.19.1" -description: "Released on 06/22/2021" +description: "Released on 06/23/2021" --- ### Breaking changes ❗ From a8d0cddc0fe28b9f77b2b6382044c32854bfce19 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 23 Jun 2021 16:18:12 -0500 Subject: [PATCH 3/4] reword Sysbox update --- changelog/1.19.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/1.19.1.md b/changelog/1.19.1.md index 87eb7747c..bd54ae1c7 100644 --- a/changelog/1.19.1.md +++ b/changelog/1.19.1.md @@ -10,11 +10,11 @@ There are no breaking changes in 1.19.1. ### Features ✨ - infra: Added verbose logging around workspace provider startup process. -- infra: Updated Sysbox container runtime version for CVMs ### Bug fixes 🐛 -There are no bug fixes in 1.19.1. +infra: Updated Sysbox container runtime version to ensure that containerd runs +properly. ### Security updates 🔐 From 75e29f682e63f6ad1e4b449b51ad65f004c5ca1e Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 23 Jun 2021 16:31:24 -0500 Subject: [PATCH 4/4] Fix formatting --- changelog/1.19.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.19.1.md b/changelog/1.19.1.md index bd54ae1c7..4fe7cb900 100644 --- a/changelog/1.19.1.md +++ b/changelog/1.19.1.md @@ -13,7 +13,7 @@ There are no breaking changes in 1.19.1. ### Bug fixes 🐛 -infra: Updated Sysbox container runtime version to ensure that containerd runs +- infra: Updated Sysbox container runtime version to ensure that containerd runs properly. ### Security updates 🔐