Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
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
32 changes: 32 additions & 0 deletions changelog/1.29.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "1.29.1"
description: "Released on 04/05/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.29.1.

### Features ✨

- infra: added `CODER_MAX_WORKSPACES_PER_USER` environment variable to `coderd`
that controls the maximum number of workspaces allowed to each user.
- infra: improved Bitbucket server account linking errors to help debug
integration issues.
- infra: updated the Helm chart to allow the setting of arbitrary environment
variables for `coderd` via the `coderd.extraEnvs` value.
- infra: mounted additional NVIDIA GPU libraries (specifically the GL/GLX
libraries) from the host into CVMs if users request GPUs.

### Bug fixes 🐛

- infra: remove embedded Coder v2 to fix migration problems on new deployments.
- infra: fixed scan error on metrics table caused by `float` being scanned as
`int`.
- infra: fixed issue where air-gapped deployments were unable to update admin
configuration settings.
- c4d: corrected IP tables patching for access URLs that aren't `localhost`.

### Security updates 🔐

There are no security updates in 1.29.1.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,12 @@
"path": "./changelog/index.md",
"children": [
{
"path": "./changelog/1.29.0.md"
"path": "./changelog/1.29.0.md",
"children": [
{
"path": "./changelog/1.29.1.md"
}
]
},
{
"path": "./changelog/1.28.0.md",
Expand Down