Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 344a678

Browse files
author
Katie Horne
authored
chore: add 1.28.1 changelog (#860)
1 parent 20a5b24 commit 344a678

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

changelog/1.28.1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "1.28.1"
3+
description: "Released on 02/23/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.28.1.
9+
10+
### Features ✨
11+
12+
- infra: relaxed the Kubernetes version requirement. Coder requires v1.21 or
13+
later and does not support earlier versions. If you opt to use v1.19 or v1.20,
14+
you'll see warning messages during the installation process. Coder does not
15+
allow the use of v1.18 or earlier.
16+
17+
### Bug fixes 🐛
18+
19+
- infra: fixed issue regarding mTLS not working with Git providers and Docker
20+
registries.
21+
- infra: fixed issue with `coderd` intermittently crashing.
22+
23+
### Security updates 🔐
24+
25+
There are no security updates in 1.28.1.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,12 @@
535535
"path": "./changelog/index.md",
536536
"children": [
537537
{
538-
"path": "./changelog/1.28.0.md"
538+
"path": "./changelog/1.28.0.md",
539+
"children": [
540+
{
541+
"path": "./changelog/1.28.1.md"
542+
}
543+
]
539544
},
540545
{
541546
"path": "./changelog/1.27.0.md",

0 commit comments

Comments
 (0)