We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bb349 commit e89e51fCopy full SHA for e89e51f
changelog/1.38.2.md
@@ -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
@@ -606,6 +606,9 @@
606
{
607
"path": "./changelog/1.38.0.md",
608
"children": [
609
+ {
610
+ "path": "./changelog/1.38.2.md"
611
+ },
612
613
"path": "./changelog/1.38.1.md"
614
}
0 commit comments