From b0d612bbb04edc521a1c89e5f92801eae3c2ac4b Mon Sep 17 00:00:00 2001 From: Jon Ayers <jon@coder.com> Date: Fri, 14 Apr 2023 16:31:50 +0000 Subject: [PATCH 1/4] chore: add 1.41.1 changelog --- changelog/1.41.1.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changelog/1.41.1.md diff --git a/changelog/1.41.1.md b/changelog/1.41.1.md new file mode 100644 index 00000000..5d17e612 --- /dev/null +++ b/changelog/1.41.1.md @@ -0,0 +1,17 @@ +# 1.41.1 + +### Breaking changes ❗ + +- There are no breaking changes in 1.41.1. + +### Features ✨ + +- There are no new features 1.41.1. + +### Bug fixes 🐛 + +- Improved PTY session handling in embedded SSH connections. + +### Security updates 🔐 + +- There are no security updates in 1.41.1. From c9d81e7711f7b95a231e94a2335133f17cfea66e Mon Sep 17 00:00:00 2001 From: Jon Ayers <jon@coder.com> Date: Fri, 14 Apr 2023 16:33:17 +0000 Subject: [PATCH 2/4] add file --- manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a32375a4..54e3f415 100644 --- a/manifest.json +++ b/manifest.json @@ -1127,7 +1127,14 @@ { "path": "./changelog/1.41.0.md", "title": "1.41.0", - "description": "Released on 03/23/2023" + "description": "Released on 03/23/2023", + "children": [ + { + "path": "./changelog/1.41.1.md", + "title": "1.41.1", + "description": "Released on 04/14/2023" + } + ] }, { "path": "./changelog/1.40.0.md", From a92a26e8a48a1f00c7ba56f41e719a1c84388f92 Mon Sep 17 00:00:00 2001 From: Jon Ayers <jon@coder.com> Date: Fri, 14 Apr 2023 11:38:39 -0500 Subject: [PATCH 3/4] Update changelog/1.41.1.md Co-authored-by: Cian Johnston <cian@coder.com> --- changelog/1.41.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.41.1.md b/changelog/1.41.1.md index 5d17e612..36908cff 100644 --- a/changelog/1.41.1.md +++ b/changelog/1.41.1.md @@ -14,4 +14,4 @@ ### Security updates 🔐 -- There are no security updates in 1.41.1. +- Fixed an issue where users could modify other users' workspaces autostart configuration. From 211b195d663e024a169cb32bdbdee0e56ba398f3 Mon Sep 17 00:00:00 2001 From: Jon Ayers <jon@coder.com> Date: Fri, 14 Apr 2023 11:40:03 -0500 Subject: [PATCH 4/4] Update changelog/1.41.1.md Co-authored-by: Cian Johnston <cian@coder.com> --- changelog/1.41.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/1.41.1.md b/changelog/1.41.1.md index 36908cff..a0c89f8f 100644 --- a/changelog/1.41.1.md +++ b/changelog/1.41.1.md @@ -11,6 +11,7 @@ ### Bug fixes 🐛 - Improved PTY session handling in embedded SSH connections. +- Fixed a goroutine leak. ### Security updates 🔐