diff --git a/changelog/1.38.2.md b/changelog/1.38.2.md new file mode 100644 index 000000000..1990b59d7 --- /dev/null +++ b/changelog/1.38.2.md @@ -0,0 +1,23 @@ +--- +title: "1.38.2" +description: "Released on 01/11/2023" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.38.2. + +### Features ✨ + +There are no new features in 1.38.2. + +### Bug fixes 🐛 + +- Fixed an issue where workspace builds would fail due to an error collecting + workspace metrics. +- Fixed an issue where workspace metrics would fail to show in the UI. +- Removed the limit of maximum 500 images across all organizations. + +### Security updates 🔐 + +There are no security updates for 1.38.2. diff --git a/manifest.json b/manifest.json index 8cd563b83..9e4e466d8 100644 --- a/manifest.json +++ b/manifest.json @@ -606,6 +606,9 @@ { "path": "./changelog/1.38.0.md", "children": [ + { + "path": "./changelog/1.38.2.md" + }, { "path": "./changelog/1.38.1.md" }