Skip to content

Commit 87ea134

Browse files
johnstcndwahler
andauthored
add 1.35 docs (#1133)
* chore: initial version of 1.35.0 changelog (#1126) * chore: initial version of 1.35.0 changelog * add SSE fix * fix typo * typo, formatting Co-authored-by: David Wahler <david@coder.com> * [1.35 cherry] document postgres.noPasswordEnv and seccompProfile workspace template fields (#1132) * chore: document postgres.noPasswordEnv (#1131) * chore: document postgres.noPasswordEnv * fixup! chore: document postgres.noPasswordEnv (cherry picked from commit 089544b) * feat: add docs for seccompProfile workspace template fields (#1130) (cherry picked from commit bad9895) Co-authored-by: David Wahler <david@coder.com> Co-authored-by: David Wahler <david@coder.com>
1 parent bad9895 commit 87ea134

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

changelog/1.35.0.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "1.35.0"
3+
description: "Released on TBD"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.35.0.
9+
10+
### Features ✨
11+
12+
- infra: Coder now supports reading the database password from a file (specified
13+
by environment variable `DB_PASSWORD_PATH`) instead of directly from an
14+
environment variable. This is configurable via the Helm option
15+
`postgres.noPasswordEnv`.
16+
- infra: Workspace templates now allow specifying seccomp profiles for workspace
17+
pods.
18+
19+
### Bug fixes 🐛
20+
21+
- web: Fixed an issue where non-Admin users were unable to create "Open in
22+
Coder" buttons.
23+
- web: Fixed broken links in the offline docs.
24+
- web: Added a workaround for an issue in Projector where the IDE would crash
25+
when running a unit test
26+
[(IDEA-300226](https://youtrack.jetbrains.com/issue/IDEA-300226)).
27+
- web: Fixed an issue where custom font glyphs were not being rendered correctly
28+
in the web terminal.
29+
- web: `coderd` now automatically reloads TLS certificates without a restart.
30+
- web: fixed an issue blocking the usage of Server-Sent Events (SSE).
31+
- infra: Improved connection caching logic.
32+
- infra: Fixed an issue where building multiple workspaces in parallel would
33+
result in excessive queuing.
34+
- infra: Improved logging of workspace builds and websocket connection errors.
35+
36+
### Security updates 🔐
37+
38+
There are no security updates in 1.35.
39+
40+
### Notes ℹ️
41+
42+
- Our bundled version of JetBrains Projector is now built with JDK 17 to match
43+
the version used by more recent Jetbrains IDEs.

manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": ["v1.34", "v1.33", "v1.32", "v1.31", "v1.30"],
2+
"versions": ["v1.35", "v1.34", "v1.33", "v1.32", "v1.31", "v1.30"],
33
"routes": [
44
{
55
"path": "./index.md",
@@ -584,6 +584,9 @@
584584
"path": "./changelog/index.md",
585585
"icon_path": "./assets/images/icons/paper.svg",
586586
"children": [
587+
{
588+
"path": "./changelog/1.35.0.md"
589+
},
587590
{
588591
"path": "./changelog/1.34.0.md"
589592
},

0 commit comments

Comments
 (0)