Skip to content

chore: add changelog for 1.27.3 #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions changelog/1.27.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "1.27.3"
description: "Released on 03/10/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.27.3.

### Features ✨

- infra: relaxed the Kubernetes version requirement. Coder requires v1.21 or
later and does not support earlier versions. If you opt to use v1.19 or v1.20,
you'll see warning messages during the installation process. Coder does not
allow the use of v1.18 or earlier.
- infra: added debug level logging for Docker in CVM outer container.
- infra: added check for code-server reachability during the workspace build
process.
- infra: updated secrets injection process to be more resilient against short
WebRTC connection failures.

### Bug fixes 🐛

- infra: fixed memory leak when a client connects to a workspace.

### Security updates 🔐

There are no security updates in 1.27.3.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@
{
"path": "./changelog/1.27.0.md",
"children": [
{
"path": "./changelog/1.27.3.md"
},
{
"path": "./changelog/1.27.2.md"
},
Expand Down