From ad289026f0bbfd76232f456a2639a46a4ac1098e Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Fri, 21 Oct 2022 23:05:40 +0000 Subject: [PATCH 1/2] Added changelog for 1.33.6 Signed-off-by: Spike Curtis --- changelog/1.33.6.md | 17 +++++++++++++++++ manifest.json | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 changelog/1.33.6.md diff --git a/changelog/1.33.6.md b/changelog/1.33.6.md new file mode 100644 index 000000000..400d897fd --- /dev/null +++ b/changelog/1.33.6.md @@ -0,0 +1,17 @@ +--- +title: "1.33.6" +description: "Released on 10/21/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.33.6. + +### Bug fixes 🐛 + +There are no bug fixes in 1.33.6. + +### Security updates 🔐 + +- infra: Fixed an issued 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 1d34a5727..aa7d5663c 100644 --- a/manifest.json +++ b/manifest.json @@ -566,6 +566,9 @@ { "path": "./changelog/1.33.0.md", "children": [ + { + "path": "./changelog/1.33.6.md" + }, { "path": "./changelog/1.33.5.md" }, From bf02252016bbba109223808b907ebcd924b82761 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Mon, 24 Oct 2022 14:54:39 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Cian Johnston --- changelog/1.33.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/1.33.6.md b/changelog/1.33.6.md index 400d897fd..0c366cf2f 100644 --- a/changelog/1.33.6.md +++ b/changelog/1.33.6.md @@ -1,6 +1,6 @@ --- title: "1.33.6" -description: "Released on 10/21/2022" +description: "Released on 10/24/2022" --- ### Breaking changes ❗ @@ -13,5 +13,5 @@ There are no bug fixes in 1.33.6. ### Security updates 🔐 -- infra: Fixed an issued where Coder services inside the workspace could be +- infra: Fixed an issue where Coder services inside the workspace could be reached via the network from outside in some environments.