We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db28533 commit 60fad5bCopy full SHA for 60fad5b
changelog/1.35.2.md
@@ -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
@@ -587,6 +587,9 @@
587
{
588
"path": "./changelog/1.35.0.md",
589
"children": [
590
+ {
591
+ "path": "./changelog/1.35.2.md"
592
+ },
593
594
"path": "./changelog/1.35.1.md"
595
}
0 commit comments