From 036bdf37b070896fc7bb5840d1b5133c67e49f92 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 17 Mar 2022 13:28:52 -0500 Subject: [PATCH 1/6] chore: add 1.28.4 changelog --- changelog/1.28.4.md | 20 ++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 23 insertions(+) create mode 100644 changelog/1.28.4.md diff --git a/changelog/1.28.4.md b/changelog/1.28.4.md new file mode 100644 index 000000000..4fddfa27c --- /dev/null +++ b/changelog/1.28.4.md @@ -0,0 +1,20 @@ +--- +title: "1.28.4" +description: "Released on 03/17/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.28.4. + +### Features ✨ + +There are no new features in 1.28.4. + +### Bug fixes 🐛 + +- web: fixed changelog URLs pointing to docs pages ending with `index.md`. + +### Security updates 🔐 + +- infra: upgraded from Go boring `1.17.5b7` to `1.17.8b7` to fix CVEs. diff --git a/manifest.json b/manifest.json index 5189cada3..7ac22a19b 100644 --- a/manifest.json +++ b/manifest.json @@ -540,6 +540,9 @@ { "path": "./changelog/1.28.0.md", "children": [ + { + "path": "./changelog/1.28.4.md" + }, { "path": "./changelog/1.28.3.md" }, From 7bc8cb0a1e7aea13cda0fa1563be7986a05b1eeb Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 17 Mar 2022 15:03:38 -0500 Subject: [PATCH 2/6] chore: add open in code note --- changelog/1.28.4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/1.28.4.md b/changelog/1.28.4.md index 4fddfa27c..14168b556 100644 --- a/changelog/1.28.4.md +++ b/changelog/1.28.4.md @@ -9,7 +9,8 @@ There are no breaking changes in 1.28.4. ### Features ✨ -There are no new features in 1.28.4. +- web: added ability to host the **Open in Coder** SVG image in Coder in + addition to the external CDN. ### Bug fixes 🐛 From 7174874a4b43cb9156988d61ade93441608fb440 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 17 Mar 2022 17:06:01 -0500 Subject: [PATCH 3/6] chore: edit text --- changelog/1.28.4.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/1.28.4.md b/changelog/1.28.4.md index 14168b556..af61752cf 100644 --- a/changelog/1.28.4.md +++ b/changelog/1.28.4.md @@ -9,8 +9,10 @@ There are no breaking changes in 1.28.4. ### Features ✨ -- web: added ability to host the **Open in Coder** SVG image in Coder in - addition to the external CDN. +- web: added hosting for the Open in Coder SVGs in Coder so that the icons + render properly in firewalled networks. Coder will continue to support the + existing external CDN for such icons, but the default will be the SVG hosted + by Coder. ### Bug fixes 🐛 From 0a2d3a3f6720efcceb0704c816cde054aa9c9c35 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 17 Mar 2022 17:07:23 -0500 Subject: [PATCH 4/6] chore: format --- changelog/1.28.4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/1.28.4.md b/changelog/1.28.4.md index af61752cf..6b1c73e9a 100644 --- a/changelog/1.28.4.md +++ b/changelog/1.28.4.md @@ -9,10 +9,10 @@ There are no breaking changes in 1.28.4. ### Features ✨ -- web: added hosting for the Open in Coder SVGs in Coder so that the icons - render properly in firewalled networks. Coder will continue to support the - existing external CDN for such icons, but the default will be the SVG hosted - by Coder. +- web: added hosting for the **Open in Coder SVGs** in Coder so that the + icons render properly in firewalled networks. Coder will continue to support + the existing external CDN for such icons, but the default will be the SVG + hosted by Coder. ### Bug fixes 🐛 From 0e561edd7744010d96af007650f6674c06969ed8 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Thu, 17 Mar 2022 18:00:03 -0500 Subject: [PATCH 5/6] add cvm oom-kill fix --- changelog/1.28.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/1.28.4.md b/changelog/1.28.4.md index 6b1c73e9a..8a39af8ec 100644 --- a/changelog/1.28.4.md +++ b/changelog/1.28.4.md @@ -17,6 +17,7 @@ There are no breaking changes in 1.28.4. ### Bug fixes 🐛 - web: fixed changelog URLs pointing to docs pages ending with `index.md`. +- infra: ensure CVM daemons aren't oom-killed. ### Security updates 🔐 From d13a74347a2519c21d3bdb827ec22b40f19fc8eb Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 18 Mar 2022 09:16:24 -0500 Subject: [PATCH 6/6] chore: update wording --- changelog/1.28.4.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/changelog/1.28.4.md b/changelog/1.28.4.md index af61752cf..73c600249 100644 --- a/changelog/1.28.4.md +++ b/changelog/1.28.4.md @@ -9,10 +9,9 @@ There are no breaking changes in 1.28.4. ### Features ✨ -- web: added hosting for the Open in Coder SVGs in Coder so that the icons - render properly in firewalled networks. Coder will continue to support the - existing external CDN for such icons, but the default will be the SVG hosted - by Coder. +- web: the **Open in Coder** SVG is now served from your Coder deployment, + rather than Coder's CDN, so air-gapped customers can use this feature as well. + We will continue to serve existing images from our CDN. ### Bug fixes 🐛