Skip to content

Commit 1d47b0b

Browse files
committed
Update 0.36.0 changelog
Signed-off-by: David Kwon <[email protected]>
1 parent 4c53baa commit 1d47b0b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ This allows setting only the controller container's resource constraints using t
1010
### Execute preStart devfile events after the project-clone init-container has run [#1454](https://github.com/devfile/devworkspace-operator/issues/1454)
1111
The `project-clone` init container is now the first init container for DevWorkspace Pods. This ensures that the project is already cloned when running pre-start events defined in the Devfile.
1212

13-
### Provide timeout for postStart events [#1496](https://github.com/devfile/devworkspace-operator/issues/1496)
14-
A timeout can now be configured for postStart events to prevent workspace pods from being stuck in a terminating state:
15-
```
16-
apiVersion: controller.devfile.io/v1alpha1
17-
kind: DevWorkspaceOperatorConfig
18-
metadata:
19-
name: devworkspace-operator-config
20-
config:
21-
workspace:
22-
postStartTimeout: 30
23-
```
24-
By default, this timeout is disabled.
25-
2613
## Bug Fixes & Improvements
2714
- Update golang version to 1.24 in go.mod [#1413](https://github.com/devfile/devworkspace-operator/pull/1413)
2815
- Update cleanup job node affinity logic [#1455](https://github.com/devfile/devworkspace-operator/pull/1455)

0 commit comments

Comments
 (0)