Skip to content

Commit 9bff46e

Browse files
Katie Hornedeansheather
Katie Horne
authored andcommitted
chore: add changelog for 1.27.3 (coder#884)
(cherry picked from commit 994224c)
1 parent f306945 commit 9bff46e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

changelog/1.27.3.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "1.27.3"
3+
description: "Released on 03/10/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.27.3.
9+
10+
### Features ✨
11+
12+
- infra: relaxed the Kubernetes version requirement. Coder requires v1.21 or
13+
later and does not support earlier versions. If you opt to use v1.19 or v1.20,
14+
you'll see warning messages during the installation process. Coder does not
15+
allow the use of v1.18 or earlier.
16+
- infra: added debug level logging for Docker in CVM outer container.
17+
- infra: added check for code-server reachability during the workspace build
18+
process.
19+
- infra: updated secrets injection process to be more resilient against short
20+
WebRTC connection failures.
21+
22+
### Bug fixes 🐛
23+
24+
- infra: fixed memory leak when a client connects to a workspace.
25+
26+
### Security updates 🔐
27+
28+
There are no security updates in 1.27.3.

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,9 @@
522522
{
523523
"path": "./changelog/1.27.0.md",
524524
"children": [
525+
{
526+
"path": "./changelog/1.27.3.md"
527+
},
525528
{
526529
"path": "./changelog/1.27.2.md"
527530
},

0 commit comments

Comments
 (0)