Skip to content

Commit 22800f7

Browse files
authored
Add 1.34.2 changelog (#1157)
Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 5a528eb commit 22800f7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

changelog/1.34.2.md

+21
Original file line numberDiff line numberDiff line change
@@ -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

+3
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,9 @@
572572
{
573573
"path": "./changelog/1.34.0.md",
574574
"children": [
575+
{
576+
"path": "./changelog/1.34.2.md"
577+
},
575578
{
576579
"path": "./changelog/1.34.1.md"
577580
}

0 commit comments

Comments
 (0)