From 224ff642f88446ab83943925100ac72065ec5d2d Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Mon, 22 Aug 2022 18:02:57 +0000 Subject: [PATCH] chore: add changelog 1.32.4 --- changelog/1.32.4.md | 22 ++++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 changelog/1.32.4.md diff --git a/changelog/1.32.4.md b/changelog/1.32.4.md new file mode 100644 index 000000000..7622ebccb --- /dev/null +++ b/changelog/1.32.4.md @@ -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. diff --git a/manifest.json b/manifest.json index 41f1dd14b..43911e491 100644 --- a/manifest.json +++ b/manifest.json @@ -566,6 +566,9 @@ { "path": "./changelog/1.32.0.md", "children": [ + { + "path": "./changelog/1.32.4.md" + }, { "path": "./changelog/1.32.3.md" },