Skip to content

Commit d198c11

Browse files
spikecurtissreya
andcommitted
Changelog for 1.35.3 (#1172)
* Changelog for 1.35.3 Signed-off-by: Spike Curtis <spike@coder.com> * Update changelog/1.35.3.md Signed-off-by: Spike Curtis <spike@coder.com> Co-authored-by: Jon Ayers <jon@coder.com>
1 parent 1844397 commit d198c11

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

changelog/1.35.3.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "1.35.3"
3+
description: "Released on 11/14/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.35.3.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.35.3
13+
14+
### Bug fixes 🐛
15+
16+
- infra: Fixed an issue where the hostname was set to `workspace` for CVM
17+
workspaces irrespective of the workspace name.
18+
- helm: Fixed an issue where the helm install was not respecting the
19+
`coderd.postgres.noPasswordEnv` variable
20+
21+
### Security updates 🔐
22+
23+
- infra: Fixed an issue where ordinary users could obtain admin-level
24+
credentials from the Coder API.

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,9 @@
578578
{
579579
"path": "./changelog/1.35.0.md",
580580
"children": [
581+
{
582+
"path": "./changelog/1.35.3.md"
583+
},
581584
{
582585
"path": "./changelog/1.35.2.md"
583586
},

0 commit comments

Comments
 (0)