Skip to content

Commit e89e51f

Browse files
authored
chore: add changelog for 1.38.2 (#1207)
1 parent 15bb349 commit e89e51f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

changelog/1.38.2.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "1.38.2"
3+
description: "Released on 01/11/2023"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.38.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.38.2.
13+
14+
### Bug fixes 🐛
15+
16+
- Fixed an issue where workspace builds would fail due to an error collecting
17+
workspace metrics.
18+
- Fixed an issue where workspace metrics would fail to show in the UI.
19+
- Removed the limit of maximum 500 images across all organizations.
20+
21+
### Security updates 🔐
22+
23+
There are no security updates for 1.38.2.

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@
606606
{
607607
"path": "./changelog/1.38.0.md",
608608
"children": [
609+
{
610+
"path": "./changelog/1.38.2.md"
611+
},
609612
{
610613
"path": "./changelog/1.38.1.md"
611614
}

0 commit comments

Comments
 (0)