From f659fdccde9def2299c6e83423e23164f65ee6b2 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Thu, 14 Sep 2023 20:17:17 -0500 Subject: [PATCH] chore: add 1.44.1 changelog (#1311) --- changelog/1.44.1.md | 21 +++++++++++++++++++++ manifest.json | 8 +++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 changelog/1.44.1.md diff --git a/changelog/1.44.1.md b/changelog/1.44.1.md new file mode 100644 index 00000000..218a456c --- /dev/null +++ b/changelog/1.44.1.md @@ -0,0 +1,21 @@ +--- +title: "1.44.1" +description: "Released on 09/12/2023" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.44.1. + +### Features ✨ + +- web: Updated code-server to 4.16.1 + +### Bug fixes 🐛 + +- infra: Fixed an issue where a workspace pod would be orphaned if it exited + during the build process. + +### Security updates 🔐 + +There are no security updates in 1.44.1. diff --git a/manifest.json b/manifest.json index 9badeca8..1224ebf3 100644 --- a/manifest.json +++ b/manifest.json @@ -1131,7 +1131,13 @@ "path": "./changelog/1.44.0.md", "title": "1.44.0", "description": "Released on 06/29/2023", - "children": [] + "children": [ + { + "path": "./changelog/1.44.1.md", + "title": "1.44.1", + "description": "Released on 09/12/2023" + } + ] }, { "path": "./changelog/1.43.0.md",