File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 554
554
{
555
555
"path" : " ./changelog/1.27.0.md" ,
556
556
"children" : [
557
+ {
558
+ "path" : " ./changelog/1.27.3.md"
559
+ },
557
560
{
558
561
"path" : " ./changelog/1.27.2.md"
559
562
},
You can’t perform that action at this time.
0 commit comments