Skip to content

Commit fd6e374

Browse files
committed
chore: add changelog for 1.36.0
1 parent 05b4a52 commit fd6e374

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

changelog/1.36.0.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "1.36.0"
3+
description: "Released on TBD"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.36.0
9+
10+
### Features ✨
11+
12+
- infra: Add sessionAffinity to coderd service.
13+
- infra: Allow older verions of curl for self-contained builds.
14+
- infra: Include coder-cli asset to coderd-run-dev for self-contained builds.
15+
- infra: Allow workspace builds even if a webhook fails.
16+
17+
### Bug fixes 🐛
18+
19+
- web: Fixed the "back to site" button that appears when trying to access an IDE
20+
on a workspace that has shut off.
21+
- infra: Fixed a goroutine leak.
22+
- web: Fixed relative links on embedded docs.
23+
- infra: Added a new background job manager.
24+
- web: Allow org members to view activity metrics.
25+
- infra: Prevent a panic when updating a template.
26+
- infra: Return the updated user after an update instead of the cached user.
27+
- infra: Fix SSH connections not being audit logged.
28+
29+
### Security updates 🔐
30+
31+
- infra: Make Coder services inside workspaces listen on 127.0.0.1.

manifest.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": ["v1.35", "v1.34", "v1.33", "v1.32", "v1.31", "v1.30"],
2+
"versions": ["v1.36", "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.36.0.md"
589+
},
587590
{
588591
"path": "./changelog/1.35.0.md",
589592
"children": [

0 commit comments

Comments
 (0)