From a0376a8fbe9f8490b8bc926145820e010be35c24 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Mon, 24 Oct 2022 21:51:01 +0000 Subject: [PATCH] Add 1.34.2 changelog Signed-off-by: Spike Curtis --- changelog/1.34.2.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.34.2.md diff --git a/changelog/1.34.2.md b/changelog/1.34.2.md new file mode 100644 index 000000000..d0e4cab07 --- /dev/null +++ b/changelog/1.34.2.md @@ -0,0 +1,21 @@ +--- +title: "1.34.2" +description: "Released on 10/24/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.34.2. + +### Features ✨ + +There are no new features in 1.34.2. + +### Bug fixes 🐛 + +- web: fixed an issue where regular users could not create embeddable "Open in Coder" buttons. + +### Security updates 🔐 + + - infra: Fixed an issue where Coder services inside the workspace could be reached via the + network from outside in some environments. diff --git a/manifest.json b/manifest.json index 672d714b9..b02a529e5 100644 --- a/manifest.json +++ b/manifest.json @@ -572,6 +572,9 @@ { "path": "./changelog/1.34.0.md", "children": [ + { + "path": "./changelog/1.34.2.md" + }, { "path": "./changelog/1.34.1.md" }