Skip to content

Commit 2e5b31f

Browse files
dkwon17rohanKanojia
authored andcommitted
Add changelog for DWO 0.38.0
Signed-off-by: dkwon17 <[email protected]>
1 parent b6678d2 commit 2e5b31f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# DevWorkspace Operator Changelog
2+
# v0.38.0
3+
## Features
4+
### Improved debugging for failing postStart commands [#1538](https://github.com/devfile/devworkspace-operator/issues/1538)
5+
Previously, if a postStart command failed, the container would often crash and enter CrashLoopBackOff loop, making it difficult to debug the reason for the postStart command failure.
6+
7+
With this release, when the `controller.devfile.io/debug-start: "true"` annotation is set on a failing DevWorkspace, any failure in a postStart command will cause the container to sleep for a configured duration (based on `config.workspace.progressTimeout` in the DevWorkspaceOperatorConfig) instead of terminating.
8+
9+
This gives the opportunity exec into the failing container and inspect logs in the `/tmp/poststart-stdout.txt` and `/tmp/poststart-stderr.txt` files to determine the root cause of the failure.
10+
11+
## Bug Fixes & Improvements
12+
- Set readOnlyRootFilesystem for deployments to true [#1534](https://github.com/devfile/devworkspace-operator/pull/1534)
13+
- Make container status check less restrictive [#1528](https://github.com/devfile/devworkspace-operator/pull/1528)
14+
- Increase default per-workspace PVC size from 5Gi to 10Gi [#1514](https://github.com/devfile/devworkspace-operator/pull/1514)
215

316
# v0.37.0
417
## Features

0 commit comments

Comments
 (0)