We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa637d commit db28533Copy full SHA for db28533
changelog/1.34.2.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.34.2"
3
+description: "Released on 10/24/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.34.2.
9
10
+### Features ✨
11
12
+There are no new features in 1.34.2.
13
14
+### Bug fixes 🐛
15
16
+- web: fixed an issue where regular users could not create embeddable "Open in Coder" buttons.
17
18
+### Security updates 🔐
19
20
+ - infra: Fixed an issue where Coder services inside the workspace could be reached via the
21
+ network from outside in some environments.
manifest.json
@@ -595,6 +595,9 @@
595
{
596
"path": "./changelog/1.34.0.md",
597
"children": [
598
+ {
599
+ "path": "./changelog/1.34.2.md"
600
+ },
601
602
"path": "./changelog/1.34.1.md"
603
}
0 commit comments