We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c29255 commit faa637dCopy full SHA for faa637d
changelog/1.33.6.md
@@ -0,0 +1,17 @@
1
+---
2
+title: "1.33.6"
3
+description: "Released on 10/24/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.33.6.
9
10
+### Bug fixes 🐛
11
12
+There are no bug fixes in 1.33.6.
13
14
+### Security updates 🔐
15
16
+- infra: Fixed an issue where Coder services inside the workspace could be
17
+ reached via the network from outside in some environments.
manifest.json
@@ -603,6 +603,9 @@
603
{
604
"path": "./changelog/1.33.0.md",
605
"children": [
606
+ {
607
+ "path": "./changelog/1.33.6.md"
608
+ },
609
610
"path": "./changelog/1.33.5.md"
611
},
0 commit comments