Skip to content

Commit 6d134bd

Browse files
authored
chore: add changelog 1.32.4 (coder#1098)
1 parent 0642458 commit 6d134bd

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

changelog/1.32.4.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "1.32.4"
3+
description: "Released on 08/22/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.32.4.
9+
10+
### Features ✨
11+
12+
- cli: add `--address` flag to the `coder tunnel` command.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: fix workspace builds being stuck on "enqueuing workspace build" step
17+
due to nil pointer panic. Workspaces that were getting stuck should now show
18+
a proper root cause error in the build log.
19+
20+
### Security updates 🔐
21+
22+
There are no security updates in 1.32.4.

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@
566566
{
567567
"path": "./changelog/1.32.0.md",
568568
"children": [
569+
{
570+
"path": "./changelog/1.32.4.md"
571+
},
569572
{
570573
"path": "./changelog/1.32.3.md"
571574
},

0 commit comments

Comments
 (0)