diff --git a/changelog/1.28.4.md b/changelog/1.28.4.md new file mode 100644 index 000000000..05e9b56fb --- /dev/null +++ b/changelog/1.28.4.md @@ -0,0 +1,23 @@ +--- +title: "1.28.4" +description: "Released on 03/17/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.28.4. + +### Features ✨ + +- 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 🐛 + +- web: fixed changelog URLs pointing to docs pages ending with `index.md`. +- infra: ensure CVM daemons aren't oom-killed. + +### 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" },