File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 429
429
"path" : " ./changelog/index.md" ,
430
430
"children" : [
431
431
{
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
+ ]
433
438
},
434
439
{
435
440
"path" : " ./changelog/1.22.3.md" ,
You can’t perform that action at this time.
0 commit comments