Skip to content

Commit 87b5eed

Browse files
chore: add changelogs for 1.37.1, 1.36.2, 1.35.4 (#1188)
* chore: add 1.37.1 changelog (#1185) (cherry picked from commit ccd3847) * 1.36.2 changelog (#1186) * 1.36.2 changelog Signed-off-by: Spike Curtis <spike@coder.com> * Use consistent ordering of patch changelogs Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com> (cherry picked from commit 3becbfc) * Add 1.35.4 changelog (#1187) Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com> (cherry picked from commit 6a7115c) Co-authored-by: Spike Curtis <spike@spikecurtis.com>
1 parent e678d7f commit 87b5eed

File tree

4 files changed

+75
-1
lines changed

4 files changed

+75
-1
lines changed

changelog/1.35.4.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.35.4"
3+
description: "Released on 12/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.35.4.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.35.4.
13+
14+
### Bug fixes 🐛
15+
16+
- Fixed an issue where operations on API keys were not audit-logged.
17+
18+
### Security updates 🔐
19+
20+
- Fixed an issue where an attacker could craft a malicious DevURL redirect link
21+
to exfiltrate a token that allows accessing that user's devURLs.

changelog/1.36.2.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.36.2"
3+
description: "Released on 12/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.36.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.36.2.
13+
14+
### Bug fixes 🐛
15+
16+
- Fixed an issue where operations on API keys were not audit-logged.
17+
18+
### Security updates 🔐
19+
20+
- Fixed an issue where an attacker could craft a malicious DevURL redirect link
21+
to exfiltrate a token that allows accessing that user's devURLs.

changelog/1.37.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.37.1"
3+
description: "Released on 12/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.37.1.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.37.1.
13+
14+
### Bug fixes 🐛
15+
16+
- Fixed an issue where operations on API keys were not audit-logged.
17+
18+
### Security updates 🔐
19+
20+
- Fixed an issue where an attacker could craft a malicious DevURL redirect link
21+
to exfiltrate a token that allows accessing that user's devURLs.

manifest.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -600,11 +600,19 @@
600600
"icon_path": "./assets/images/icons/paper.svg",
601601
"children": [
602602
{
603-
"path": "./changelog/1.37.0.md"
603+
"path": "./changelog/1.37.0.md",
604+
"children": [
605+
{
606+
"path": "./changelog/1.37.1.md"
607+
}
608+
]
604609
},
605610
{
606611
"path": "./changelog/1.36.0.md",
607612
"children": [
613+
{
614+
"path": "./changelog/1.36.2.md"
615+
},
608616
{
609617
"path": "./changelog/1.36.1.md"
610618
}
@@ -613,6 +621,9 @@
613621
{
614622
"path": "./changelog/1.35.0.md",
615623
"children": [
624+
{
625+
"path": "./changelog/1.35.4.md"
626+
},
616627
{
617628
"path": "./changelog/1.35.3.md"
618629
},

0 commit comments

Comments
 (0)