Skip to content

chore: add 1.28.4 changelog #909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions changelog/1.28.4.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@
{
"path": "./changelog/1.28.0.md",
"children": [
{
"path": "./changelog/1.28.4.md"
},
{
"path": "./changelog/1.28.3.md"
},
Expand Down