Skip to content

Commit b593850

Browse files
author
Katie Horne
authored
chore: add 1.23.1 changelog (coder#658)
1 parent d64bba3 commit b593850

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

changelog/1.23.1.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "1.23.1"
3+
description: "Released on 10/11/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.23.1.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.23.1.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed issue with Coder not displaying an error when there is an issue
17+
during OIDC login.
18+
- web: fixed issue where large output would sometimes cause web terminals to
19+
disconnect.
20+
- web: fixed issue with Intercom not loading for hosted beta users.
21+
- web: fixed issue with RStudio not launching.
22+
- web: fixed issue with password max length validation being too narrow for
23+
registries (password length limit for image registries has been updated to 32
24+
KiB).
25+
- web: fixed issue with inability to update a registry name or URL.
26+
- infra: fixed issue with inability to set `ulimit` inside cached CVMs.
27+
28+
### Security updates 🔐
29+
30+
- infra: removed dependency on `jwt-go` package.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,12 @@
429429
"path": "./changelog/index.md",
430430
"children": [
431431
{
432-
"path": "./changelog/1.23.0.md"
432+
"path": "./changelog/1.23.1.md",
433+
"children": [
434+
{
435+
"path": "./changelog/1.23.0.md"
436+
}
437+
]
433438
},
434439
{
435440
"path": "./changelog/1.22.3.md",

0 commit comments

Comments
 (0)