Skip to content

Commit dd05e62

Browse files
authored
chore: merge v1.37 (#1180)
* chore: add manifest for 1.37.0 * Apply suggestions from code review * fix lint * chore: update 1.37.0 changelog
1 parent b7cfab8 commit dd05e62

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

changelog/1.37.0.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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 to an older version may require manual steps.
11+
12+
### Features ✨
13+
14+
- infra: The database schema name used by Coder can now be changed by setting
15+
the `DB_SEARCH_STRING` environment variable.
16+
- web: The list of organization workspaces is now paginated.
17+
- infra: The internal bridge network used by CVMs can now be configured under
18+
the workspace provider settings page.
19+
20+
### Bug fixes 🐛
21+
22+
- infra: Fixed an issue where workspace builds would fail due to a missing
23+
`podSecurityContext`.
24+
- infra: Fixed an issue where CVMs would not have the correct hostname set.
25+
- web: Fixed an issue where organizations were not sorted alphabetically in the
26+
UI.
27+
- web: Improved error messaging when importing an image fails.
28+
- web: Fixed an issue where changing settings under **Admin** would not show up
29+
correctly in audit logs.
30+
- infra: Fixed an issue where Coder services would incorrectly leave out client
31+
TLS credentials when communicating with GitLab.
32+
- infra: Fixed a memory leak that occurs when attempting to update an image with
33+
invalid stored credentials.
34+
- infra: Coder will now propagate its `http_proxy`, `https_proxy`, and
35+
`no_proxy` environment variables when building workspaces. This fixes issues
36+
when building CVM-enabled workspaces where the workspace image must be
37+
accessed through a HTTP proxy.
38+
39+
### Security updates 🔐
40+
41+
- infra: Updates `code-server` to `4.8.3` which includes Visual Studio Code
42+
version `1.72.1`. This mitigates `CVE-2022-36067`.
43+
- infra: Fixed an issue where ordinary users could obtain admin-level
44+
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)