File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 557
557
"path" : " ./changelog/index.md" ,
558
558
"children" : [
559
559
{
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
+ ]
561
566
},
562
567
{
563
568
"path" : " ./changelog/1.28.0.md" ,
You can’t perform that action at this time.
0 commit comments