Skip to content

Commit 60fad5b

Browse files
committed
Add 1.35.2 changelog
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent db28533 commit 60fad5b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

changelog/1.35.2.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "1.35.2"
3+
description: "Released on 10/24/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.35.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.35.2
13+
14+
### Bug fixes 🐛
15+
16+
- infra: Fixed a goroutine leak.
17+
- infra: Fixed an issue where temporary pods created during build did not have templates applied
18+
19+
### Security updates 🔐
20+
21+
- infra: Fixed an issued where Coder services inside the workspace could be
22+
reached via the network from outside in some environments.
23+

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,9 @@
587587
{
588588
"path": "./changelog/1.35.0.md",
589589
"children": [
590+
{
591+
"path": "./changelog/1.35.2.md"
592+
},
590593
{
591594
"path": "./changelog/1.35.1.md"
592595
}

0 commit comments

Comments
 (0)