Skip to content

Commit 99536a4

Browse files
Katie Hornecoadler
Katie Horne
andauthored
chore: add changelog for 1.28.3 (coder#885)
Co-authored-by: Colin Adler <colin@coder.com>
1 parent 994224c commit 99536a4

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

changelog/1.28.3.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "1.28.3"
3+
description: "Released on 03/10/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.28.3.
9+
10+
### Features ✨
11+
12+
- infra: added debug level logging for Docker in CVM outer container.
13+
- infra: added check for code-server reachability during the workspace build
14+
process.
15+
- infra: updated secrets injection process to be more resilient against short
16+
WebRTC connection failures.
17+
18+
### Bug fixes 🐛
19+
20+
- infra: fixed memory leak when a client connects to a workspace.
21+
22+
### Security updates 🔐
23+
24+
There are no security updates in 1.28.3.

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,9 @@
543543
{
544544
"path": "./changelog/1.28.0.md",
545545
"children": [
546+
{
547+
"path": "./changelog/1.28.3.md"
548+
},
546549
{
547550
"path": "./changelog/1.28.2.md"
548551
},

0 commit comments

Comments
 (0)