Skip to content

Commit 273a126

Browse files
author
Katie Horne
committed
chore: add 1.30.0 release branch and changelog template
1 parent 3e202a1 commit 273a126

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

changelog/1.30.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "1.30.0"
3+
description: "Released on 04/27/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.30.0.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.30.0
13+
14+
### Bug fixes 🐛
15+
16+
There are no bug fixes in 1.30.0.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.30.0.
21+
22+
### Known issues 🔧
23+
24+
- web: the service banner (if enabled) reappears for all users, even if they've
25+
previously dismissed it.
26+
- web: using the web terminal in Coder can occasionally result in the connection
27+
being reset and needing to be restarted.
28+
- web: the **Switch workspace** drop-down menu shows a workspace's status as
29+
**Building** even though the build process is completed.
30+
- web: users installing v1.24 (or later) into an air-gapped environment cannot
31+
upload their license when prompted.

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@
559559
{
560560
"path": "./changelog/index.md",
561561
"children": [
562+
{
563+
"path": "./changelog/1.30.0.md"
564+
},
562565
{
563566
"path": "./changelog/1.29.0.md",
564567
"children": [

0 commit comments

Comments
 (0)