From 44b82455c94e739a932e2fb0375ad17851d76ed4 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 15 Feb 2022 13:02:48 -0600 Subject: [PATCH] chore: add changelog for 1.27.2 --- changelog/1.27.2.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.27.2.md diff --git a/changelog/1.27.2.md b/changelog/1.27.2.md new file mode 100644 index 000000000..fd946fc04 --- /dev/null +++ b/changelog/1.27.2.md @@ -0,0 +1,21 @@ +--- +title: "1.27.2" +description: "Released on 02/15/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.27.2. + +### Features ✨ + +There are no new features in 1.27.2. + +### Bug fixes 🐛 + +- web: fixed issue where workspaces turned off during active use. +- infra: fixed `envbox` Docker permissions. + +### Security updates 🔐 + +- web: added authentication requirement when auto-creating dev URLs. diff --git a/manifest.json b/manifest.json index fbf090f2b..5be071209 100644 --- a/manifest.json +++ b/manifest.json @@ -522,6 +522,9 @@ { "path": "./changelog/1.27.0.md", "children": [ + { + "path": "./changelog/1.27.2.md" + }, { "path": "./changelog/1.27.1.md" }