Skip to content

Commit a175f29

Browse files
author
Katie Horne
authored
chore: add changelog for release 1.29.1 (coder#935)
1 parent 3213eb0 commit a175f29

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

changelog/1.29.1.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "1.29.1"
3+
description: "Released on 04/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.29.1.
9+
10+
### Features ✨
11+
12+
- infra: added `CODER_MAX_WORKSPACES_PER_USER` environment variable to `coderd`
13+
that controls the maximum number of workspaces allowed to each user.
14+
- infra: improved Bitbucket server account linking errors to help debug
15+
integration issues.
16+
- infra: updated the Helm chart to allow the setting of arbitrary environment
17+
variables for `coderd` via the `coderd.extraEnvs` value.
18+
- infra: mounted additional NVIDIA GPU libraries (specifically the GL/GLX
19+
libraries) from the host into CVMs if users request GPUs.
20+
21+
### Bug fixes 🐛
22+
23+
- infra: remove embedded Coder v2 to fix migration problems on new deployments.
24+
- infra: fixed scan error on metrics table caused by `float` being scanned as
25+
`int`.
26+
- infra: fixed issue where air-gapped deployments were unable to update admin
27+
configuration settings.
28+
- c4d: corrected IP tables patching for access URLs that aren't `localhost`.
29+
30+
### Security updates 🔐
31+
32+
There are no security updates in 1.29.1.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,12 @@
557557
"path": "./changelog/index.md",
558558
"children": [
559559
{
560-
"path": "./changelog/1.29.0.md"
560+
"path": "./changelog/1.29.0.md",
561+
"children": [
562+
{
563+
"path": "./changelog/1.29.1.md"
564+
}
565+
]
561566
},
562567
{
563568
"path": "./changelog/1.28.0.md",

0 commit comments

Comments
 (0)