Skip to content

Commit 5fc73a2

Browse files
author
Katie Horne
authored
Release 1.32 (coder#1025)
1 parent 4c3fc63 commit 5fc73a2

File tree

5 files changed

+120
-43
lines changed

5 files changed

+120
-43
lines changed

changelog/1.32.0.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: "1.32.0"
3+
description: "Released on 06/22/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.32.0.
9+
10+
### Features ✨
11+
12+
- web: added details to workspace-related logging, including image repository
13+
name, an audit log diff for workspace updates, and resource information for
14+
build/delete jobs.
15+
- web: added workspace details to dev URL audit log entries.
16+
- infra: updated Coder logs to include user ID, workspace ID, org ID, and image
17+
hash, name, and tag.
18+
- web: removed 1 MB upload limit on dev URLs.
19+
- infra: exposed workspace build times as a Prometheus endpoint metric.
20+
- infra: doubled the UID and GID map size for cached CVMs from 65k to 131k.
21+
- web: added offline documentation accessible to those with air-gapped deployments.
22+
23+
### Bug fixes 🐛
24+
25+
- web: fixed issue where image tag processing stops if the image tag fails to
26+
update (due to expired credentials, change in endpoints, etc.), resulting in
27+
tags not being updated hourly.
28+
- web: fixed issue where workspaces that auto-start were not retrieving the
29+
latest image tag.
30+
- infra: fixed issue where OIDC access tokens without a set expiration time were
31+
treated as expired.
32+
- web: fixed issue where opening a JetBrain IDE wasn't logged to the audit log.
33+
- web: fixed issue where the audit log doesn't log the first time VS Code (Code
34+
Web) is opened in a new workspace.
35+
- web: fixed the "Open in Coder" button flow.
36+
- web: fixed dev URLs occasionally disappearing.
37+
- infra: fixed resource quota errors not showing up in the build log.
38+
- infra: fixed incorrectly inserted stats during auto-off.
39+
- infra: prevented duplicate auto-off events in the audit log.
40+
41+
### Security updates 🔐
42+
43+
- infra: fixed issue where Coder was not removing all dev URL session cookies on
44+
logout.
45+
- infra: increased security of Coder's CSP settings, minimizing attack surface
46+
for XSS attacks.
47+
48+
### Known issues 🔧
49+
50+
- web: the service banner (if enabled) reappears for all users, even if they've
51+
previously dismissed it.
52+
- web: using the web terminal in Coder can occasionally result in the connection
53+
being reset and needing to be restarted.
54+
- web: the **Switch workspace** drop-down menu shows a workspace's status as
55+
**Building** even though the build process is completed.
56+
- web: users upgrading to v1.24 (or later) into an air-gapped environment cannot
57+
upload their license when prompted.
58+
- web: by default, Coder workspace builds are self-contained; as such, images
59+
that do _not_ contain `curl` will result in the workspace failing to build.

manifest.json

Lines changed: 55 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": ["v1.31", "v1.30", "v1.29", "v1.28", "v1.27", "v1.26"],
2+
"versions": ["v1.32", "v1.31", "v1.30", "v1.29", "v1.28"],
33
"routes": [
44
{
55
"path": "./index.md",
@@ -557,6 +557,9 @@
557557
{
558558
"path": "./changelog/index.md",
559559
"children": [
560+
{
561+
"path": "./changelog/1.32.0.md"
562+
},
560563
{
561564
"path": "./changelog/1.31.0.md",
562565
"children": [
@@ -580,75 +583,89 @@
580583
]
581584
},
582585
{
583-
"path": "./changelog/1.29.0.md",
586+
"path": "./changelog/archive/index.md",
587+
"navigable": false,
584588
"children": [
585589
{
586-
"path": "./changelog/1.29.6.md"
590+
"path": "./changelog/1.29.6.md",
591+
"navigable": false
587592
},
588593
{
589-
"path": "./changelog/1.29.5.md"
594+
"path": "./changelog/1.29.5.md",
595+
"navigable": false
590596
},
591597
{
592-
"path": "./changelog/1.29.4.md"
598+
"path": "./changelog/1.29.4.md",
599+
"navigable": false
593600
},
594601
{
595-
"path": "./changelog/1.29.3.md"
602+
"path": "./changelog/1.29.3.md",
603+
"navigable": false
596604
},
597605
{
598-
"path": "./changelog/1.29.2.md"
606+
"path": "./changelog/1.29.2.md",
607+
"navigable": false
599608
},
600609
{
601-
"path": "./changelog/1.29.1.md"
602-
}
603-
]
604-
},
605-
{
606-
"path": "./changelog/1.28.0.md",
607-
"children": [
610+
"path": "./changelog/1.29.1.md",
611+
"navigable": false
612+
},
608613
{
609-
"path": "./changelog/1.28.7.md"
614+
"path": "./changelog/1.29.0.md",
615+
"navigable": false
610616
},
611617
{
612-
"path": "./changelog/1.28.6.md"
618+
"path": "./changelog/1.28.7.md",
619+
"navigable": false
613620
},
614621
{
615-
"path": "./changelog/1.28.5.md"
622+
"path": "./changelog/1.28.6.md",
623+
"navigable": false
616624
},
617625
{
618-
"path": "./changelog/1.28.4.md"
626+
"path": "./changelog/1.28.5.md",
627+
"navigable": false
619628
},
620629
{
621-
"path": "./changelog/1.28.3.md"
630+
"path": "./changelog/1.28.4.md",
631+
"navigable": false
622632
},
623633
{
624-
"path": "./changelog/1.28.2.md"
634+
"path": "./changelog/1.28.3.md",
635+
"navigable": false
625636
},
626637
{
627-
"path": "./changelog/1.28.1.md"
628-
}
629-
]
630-
},
631-
{
632-
"path": "./changelog/1.27.0.md",
633-
"children": [
638+
"path": "./changelog/1.28.2.md",
639+
"navigable": false
640+
},
634641
{
635-
"path": "./changelog/1.27.4.md"
642+
"path": "./changelog/1.28.1.md",
643+
"navigable": false
636644
},
637645
{
638-
"path": "./changelog/1.27.3.md"
646+
"path": "./changelog/1.28.0.md",
647+
"navigable": false
639648
},
640649
{
641-
"path": "./changelog/1.27.2.md"
650+
"path": "./changelog/1.27.4.md",
651+
"navigable": false
642652
},
643653
{
644-
"path": "./changelog/1.27.1.md"
645-
}
646-
]
647-
},
648-
{
649-
"path": "./changelog/archive/index.md",
650-
"navigable": false,
651-
"children": [
654+
"path": "./changelog/1.27.3.md",
655+
"navigable": false
656+
},
657+
{
658+
"path": "./changelog/1.27.2.md",
659+
"navigable": false
660+
},
661+
{
662+
"path": "./changelog/1.27.1.md",
663+
"navigable": false
664+
},
665+
{
666+
"path": "./changelog/1.27.0.md",
667+
"navigable": false
668+
},
652669
{
653670
"path": "./changelog/archive/1.26.4.md",
654671
"navigable": false

setup/coder-for-docker/local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Coder for Docker works with the following platforms:
5252
-p 7080:7080 \
5353
-v /var/run/docker.sock:/var/run/docker.sock \
5454
-v ~/.coder:/var/run/coder \
55-
codercom/coder:1.31.0
55+
codercom/coder:1.32.0
5656
```
5757

5858
When this process is complete, Coder will print the URL you can use to access
@@ -103,7 +103,7 @@ DEVURL_HOST="*.mycompany.com"
103103
For example:
104104

105105
```console
106-
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder -e DEVURL_HOST="*.mycompany.com" codercom/coder:1.31.0
106+
docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder -e DEVURL_HOST="*.mycompany.com" codercom/coder:1.32.0
107107
```
108108

109109
## Use an external PostgreSQL database
@@ -140,7 +140,7 @@ To do so:
140140
version: "3.5"
141141
services:
142142
coder:
143-
image: docker.io/codercom/coder:1.31.0
143+
image: docker.io/codercom/coder:1.32.0
144144
container_name: coderd
145145
restart: unless-stopped
146146
ports:

setup/coder-for-docker/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide will show you how to upgrade your Coder for Docker deployment.
77

88
To upgrade, run the following command to download the resources you need,
99
including the latest images (ensure that you're providing the correct version
10-
number in the command, e.g., `1.31.0`):
10+
number in the command, e.g., `1.32.0`):
1111

1212
```console
1313
docker run --rm -it \
@@ -27,7 +27,7 @@ If you use Docker Compose to run Coder, here's how to upgrade your deployment:
2727
# ...
2828
services:
2929
coder:
30-
image: docker.io/codercom/coder:1.31.0
30+
image: docker.io/codercom/coder:1.32.0
3131
# ...
3232
```
3333

setup/kubernetes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ deprecated features before they are removed from new versions of Kubernetes.
3131

3232
| | Kubernetes `1.24` | Kubernetes `1.23` | Kubernetes `1.22` | Kubernetes `1.21` | Kubernetes `1.20` | Kubernetes `1.19` | Kubernetes `1.18` |
3333
| ------------ | ----------------- | ----------------- | ----------------- | ----------------- | ----------------- | ----------------- | ----------------- |
34+
| Coder `1.32` |||| | | | |
3435
| Coder `1.31` |||| | | | |
3536
| Coder `1.30` | |||| | | |
3637
| Coder `1.29` | |||| | | |

0 commit comments

Comments
 (0)