From db6079545baa29f6be0c4142bf0cf7ffe5159b89 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Thu, 6 Jan 2022 02:18:33 +0000 Subject: [PATCH] chore: add release 1.21.7 changelog --- changelog/archive/1.21.7.md | 22 ++++++++++++++++++++++ changelog/archive/index.md | 2 +- manifest.json | 4 ++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 changelog/archive/1.21.7.md diff --git a/changelog/archive/1.21.7.md b/changelog/archive/1.21.7.md new file mode 100644 index 000000000..8fe8ede30 --- /dev/null +++ b/changelog/archive/1.21.7.md @@ -0,0 +1,22 @@ +--- +title: "1.21.7" +description: "Released on 01/05/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.21.7. + +### Features ✨ + +There are no new features in 1.21.7. + +### Bug fixes 🐛 + +- web: fixed issue with workspace templates on GitHub Enterprise. +- infra: fixed issue where using an identically named image in two different + registries would prevent the creation of a workspace via template. + +### Security updates 🔐 + +There are no security updates in 1.21.7. diff --git a/changelog/archive/index.md b/changelog/archive/index.md index 52ee6f54d..498707f87 100644 --- a/changelog/archive/index.md +++ b/changelog/archive/index.md @@ -1,6 +1,6 @@ --- title: "Archives" -Description: "For release 1.20.x and earlier." +Description: "For release 1.21.x and earlier." --- diff --git a/manifest.json b/manifest.json index ccd72c9e1..6a449152f 100644 --- a/manifest.json +++ b/manifest.json @@ -544,6 +544,10 @@ "path": "./changelog/archive/index.md", "navigable": false, "children": [ + { + "path": "./changelog/archive/1.21.7.md", + "navigable": false + }, { "path": "./changelog/archive/1.21.6.md", "navigable": false