Skip to content

Commit 9daa019

Browse files
authored
chore: add 1.34.0 changelog (coder#1107)
1 parent 99ed21e commit 9daa019

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

changelog/1.34.0.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "1.34.0"
3+
description: "Released on 08/31/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes 1.34.0.
9+
10+
### Features ✨
11+
12+
- web: added filtering capabilities to metrics page.
13+
- web: added ability to disable editing of usernames for OIDC login.
14+
- infra: allowed overriding Bitbucket OAuth consumer key using the
15+
CODERD_BITBUCKET_CONSUMER_KEY environment variable.
16+
- infra: added automatic user deprovisioning via SCIM.
17+
- infra: updated sysbox to v0.5.2. Fixed an issue where CVMs would not work
18+
with latest Docker versions inside the user container.
19+
- cli: added a warning to the CLI when attempting to access a workspace that
20+
requires a rebuild.
21+
- cli: added --duration flag to coder tokens create to control token lifetime.
22+
- cli: added prometheus stats to WebRTC connections.
23+
24+
### Bug fixes 🐛
25+
26+
- infra: fixed CVMs to properly report CPU and memory allocation.
27+
- infra: reduced log spam in workspace agent logs.
28+
- infra: fixed workspace builds being stuck on "enqueuing workspace build" step
29+
due to nil pointer panic. Workspaces that were getting stuck should now show a
30+
proper root cause error in the build log.
31+
- infra: upgraded code-server to 4.6.0 to fix disconnects caused by reverse
32+
proxy idle timeouts.
33+
- infra: fixed an issue where disconnecting from a pod log stream resulted in a
34+
failed build.
35+
- infra: improved WebRTC connection logging.
36+
- infra: improved WebRTC session handling.
37+
- infra: fixed SSH from logging noisily by default.
38+
39+
### Security updates 🔐
40+
41+
- infra: added fix to prevent cross-origin websocket requests.

manifest.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": ["v1.33", "v1.32", "v1.31", "v1.30", "v1.29"],
2+
"versions": ["v1.34", "v1.33", "v1.32", "v1.31", "v1.30"],
33
"routes": [
44
{
55
"path": "./index.md",
@@ -569,6 +569,9 @@
569569
{
570570
"path": "./changelog/index.md",
571571
"children": [
572+
{
573+
"path": "./changelog/1.34.0.md"
574+
},
572575
{
573576
"path": "./changelog/1.33.0.md",
574577
"children": [

0 commit comments

Comments
 (0)