Skip to content

chore: add changelog 1.32.4 #1098

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 1 commit into from
Aug 22, 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
22 changes: 22 additions & 0 deletions changelog/1.32.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "1.32.4"
description: "Released on 08/22/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.32.4.

### Features ✨

- cli: add `--address` flag to the `coder tunnel` command.

### Bug fixes 🐛

- infra: fix workspace builds being stuck on "enqueuing workspace build" step
due to nil pointer panic. Workspaces that were getting stuck should now show
a proper root cause error in the build log.

### Security updates 🔐

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