Skip to content

Commit 41544ec

Browse files
committed
chore: add manifest for 1.37.0
1 parent b7cfab8 commit 41544ec

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

changelog/1.37.0.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: "1.37.0"
3+
description: "Released on 11/23/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
- infra: Workspace statistics were previously stored in a table
9+
`environment_stats`. This table is removed in this release. Downgrading from
10+
this version may require manual steps.
11+
- cli: `coder ssh` and `coder tunnel` invocations from older versions of the CLI
12+
may fail with the following error:
13+
14+
```console
15+
fatal: get ICE servers: decode response body: json: cannot unmarshal string into Go struct field ICEServer.data.credentialType of type webrtc.ICECredentialType
16+
```
17+
18+
Solution: upgrade CLI to `1.37.1`.
19+
20+
### Features ✨
21+
22+
- infra: The database schema name used by Coder can now be changed by setting
23+
the `DB_SEARCH_STRING` environment variable.
24+
- web: The list of organization workspaces is now paginated.
25+
- infra: The internal bridge network used by CVMs can now be configured under
26+
the workspace provider settings page.
27+
28+
### Bug fixes 🐛
29+
30+
- infra: Fixed an issue where workspace builds would fail due to a missing
31+
`podSecurityContext`.
32+
- infra: Fixed an issue where CVMs would not have the correct hostname set.
33+
- web: Fixed an issue where organizations were not sorted alphabetically in the
34+
UI.
35+
- web: Improved error messaging when importing an image fails.
36+
- web: Fixed an issue where changing settings under **Admin** would not show up
37+
correctly in audit logs.
38+
- infra: Fixed an issue where Coder services would incorrectly leave out client
39+
TLS credentials when communicating with GitLab.
40+
- infra: Fixed a memory leak that occurs when attempting to update an image with
41+
invalid stored credentials.
42+
- infra: Coder will now propagate its `http_proxy`, `https_proxy`, and
43+
`no_proxy` environment variables when building workspaces. This fixes issues
44+
when building CVM-enabled workspaces where the workspace image must be
45+
accessed through a HTTP proxy.
46+
47+
### Security updates 🔐
48+
49+
- infra: Updates `code-server` to `4.8.3` which includes Visual Studio Code
50+
version `1.72.1`. This mitigates `CVE-2022-36067`.
51+
- infra: Fixed an issue where ordinary users could obtain admin-level
52+
credentials from the Coder API.

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@
590590
"path": "./changelog/index.md",
591591
"icon_path": "./assets/images/icons/paper.svg",
592592
"children": [
593+
{
594+
"path": "./changelog/1.37.0.md"
595+
},
593596
{
594597
"path": "./changelog/1.36.0.md",
595598
"children": [

0 commit comments

Comments
 (0)