Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions changelog/1.35.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "1.35.3"
description: "Released on 11/14/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.35.3.

### Features ✨

There are no new features in 1.35.3

### Bug fixes 🐛

- infra: Fixed an issue where the hostname was set to `workspace` for CVM
workspaces irrespective of the workspace name.
- helm: Fixed an issue where the helm install was not respecting the
`coderd.postgres.noPasswordEnv` variable

### Security updates 🔐

- infra: Fixed an issue where ordinary users could obtain admin-level
credentials from the Coder API.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@
{
"path": "./changelog/1.35.0.md",
"children": [
{
"path": "./changelog/1.35.3.md"
},
{
"path": "./changelog/1.35.2.md"
},
Expand Down