Skip to content

Commit fcdaff6

Browse files
author
Katie Horne
authored
Release 1.21.1 (#539)
1 parent 2179cba commit fcdaff6

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

changelog/1.21.1.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "1.21.1"
3+
description: "Released on 08/05/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.21.1.
9+
10+
### Features ✨
11+
12+
- infra: Toggling Networking v2 on/off now triggers a workspace provider rebuild
13+
automatically.
14+
- infra: Added labels to capture workspace image metadata.
15+
16+
### Bug fixes 🐛
17+
18+
- web: Fixed issue so that CVM-enabled workspaces can be built with a minimum of
19+
1 GB disk storage.
20+
- web: Fixed issue where `nodeSelector` and `tolerations` weren't set properly
21+
in the UI. parse its version number.
22+
- web: Fixed issue where UI indicated dev URLs were disabled even when enabled.
23+
- infra: Fixed issue where JetBrains editors failed if Coder couldn't properly
24+
read product version manifests.
25+
- infra: Fixed issue where process niceness was not being set properly in
26+
workspaces.
27+
28+
### Security updates 🔐
29+
30+
There are no security updates in 1.21.1.

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@
402402
{
403403
"path": "./changelog/index.md",
404404
"children": [
405+
{
406+
"path": "./changelog/1.21.1.md"
407+
},
405408
{
406409
"path": "./changelog/1.21.0.md"
407410
},

0 commit comments

Comments
 (0)